Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 298ea62ea2891486591df23f369185009057061e..bb026124af1ab1c4fbdee4e08b9e2507d0371b6d 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -431,6 +431,7 @@ |
'chromeos%': '<(chromeos)', |
'chromeos_gtk%': '<(chromeos_gtk)', |
'use_virtual_keyboard%': '<(use_virtual_keyboard)', |
+ 'enable_viewport%': '<(enable_viewport)', |
'use_skia_on_mac%': '<(use_skia_on_mac)', |
'use_xi2_mt%':'<(use_xi2_mt)', |
'file_manager_extension%': '<(file_manager_extension)', |
@@ -1119,6 +1120,9 @@ |
['enable_pepper_threading==1', { |
'defines': ['ENABLE_PEPPER_THREADING'], |
}], |
+ ['enable_viewport==1', { |
+ 'defines': ['ENABLE_VIEWPORT'], |
+ }], |
['configuration_policy==1', { |
'defines': ['ENABLE_CONFIGURATION_POLICY'], |
}], |