Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: ui/base/ui_base.gyp

Issue 1188713007: Moved --top-chrome-md command line switch from chrome_switches to ui_base_switches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 5edc762106fcf383f7d806e4cc0d12db9e35b71f..5a22a8a627c55b0dedf8039d1f4c8fde2b68bf43 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -225,6 +225,8 @@
'layout.cc',
'layout.h',
'layout_mac.mm',
+ 'material_design/material_design_controller.cc',
+ 'material_design/material_design_controller.h',
'models/button_menu_item_model.cc',
'models/button_menu_item_model.h',
'models/combobox_model.cc',
@@ -650,6 +652,8 @@
'test/ios/keyboard_appearance_listener.mm',
'test/ios/ui_view_test_utils.h',
'test/ios/ui_view_test_utils.mm',
+ 'test/material_design_controller_test_api.cc',
+ 'test/material_design_controller_test_api.h',
'test/test_clipboard.cc',
'test/test_clipboard.h',
'test/ui_controls.h',

Powered by Google App Engine
This is Rietveld 408576698