diff --git a/common.gypi b/common.gypi index 821f94cec..0e435d654 100644 --- a/common.gypi +++ b/common.gypi @@ -25,12 +25,8 @@ # or if it must only use GTK (the default at the moment). # This is an intermediate step until all of Views is 'Pure', # at which point we plan to remove those switches. - # This turns on the TOOLKIT_USES_PURE_VIEWS macro which is used - # to replace the corresponding GTK implementation in such a way - # that GTK and PureViews can coexist. This intermediate solution - # allow us to switch the view implementations using - # --use-pure-views, without breaking exiting gtk implementation. - 'toolkit_uses_pure_views%': 0, + # This turns on the USE_ONLY_PURE_VIEWS macro. + 'use_only_pure_views%': 0, # Disable touch support by default. 'touchui%': 0, @@ -48,7 +44,7 @@ }, # Copy conditionally-set variables out one scope. 'chromeos%': '<(chromeos)', - 'toolkit_uses_pure_views%': '<(toolkit_uses_pure_views)', + 'use_only_pure_views%': '<(use_only_pure_views)', 'touchui%': '<(touchui)', 'webui_dialogs%': '<(webui_dialogs)', 'views_compositor%': '<(views_compositor)', @@ -66,23 +62,23 @@ '