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

Unified Diff: ui/base/BUILD.gn

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: Merged with master. 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/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index f8c68a6b8d9d77e88315c3a9f9c7cd2e85e6b0b7..c607772ae4e5824ef0f53f9d2a08f17e0fe86383 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -177,6 +177,8 @@ component("base") {
"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",
@@ -558,6 +560,8 @@ component("base") {
source_set("test_support") {
testonly = true
sources = [
+ "test/material_design_controller_test_api.cc",
+ "test/material_design_controller_test_api.h",
"test/nswindow_fullscreen_notification_waiter.h",
"test/nswindow_fullscreen_notification_waiter.mm",
"test/test_clipboard.cc",
@@ -663,6 +667,7 @@ test("ui_base_unittests") {
"cocoa/nsview_additions_unittest.mm",
"cocoa/three_part_image_unittest.mm",
"cocoa/tracking_area_unittest.mm",
+ "material_design/material_design_controller_unittest.cc",
"models/list_model_unittest.cc",
"models/list_selection_model_unittest.cc",
"models/tree_node_model_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698