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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2524213002: MacViews: Consolidate flags. Just use --secondary-ui-md to enable MacViews. (Closed)
Patch Set: remove obsolete comment from r409593 Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 ] 1422 ]
1423 } else { # Not ash. 1423 } else { # Not ash.
1424 sources += [ "views/touch_uma/touch_uma.cc" ] 1424 sources += [ "views/touch_uma/touch_uma.cc" ]
1425 } 1425 }
1426 if (toolkit_views) { 1426 if (toolkit_views) {
1427 sources += [ 1427 sources += [
1428 "autofill/save_card_bubble_controller.h", 1428 "autofill/save_card_bubble_controller.h",
1429 "autofill/save_card_bubble_controller_impl.cc", 1429 "autofill/save_card_bubble_controller_impl.cc",
1430 "autofill/save_card_bubble_controller_impl.h", 1430 "autofill/save_card_bubble_controller_impl.h",
1431 "autofill/save_card_bubble_view.h", 1431 "autofill/save_card_bubble_view.h",
1432 "browser_dialogs_mac.cc",
1433 "views/apps/app_info_dialog/app_info_dialog_container.cc", 1432 "views/apps/app_info_dialog/app_info_dialog_container.cc",
1434 "views/apps/app_info_dialog/app_info_dialog_container.h", 1433 "views/apps/app_info_dialog/app_info_dialog_container.h",
1435 "views/apps/app_info_dialog/app_info_dialog_views.cc", 1434 "views/apps/app_info_dialog/app_info_dialog_views.cc",
1436 "views/apps/app_info_dialog/app_info_dialog_views.h", 1435 "views/apps/app_info_dialog/app_info_dialog_views.h",
1437 "views/apps/app_info_dialog/app_info_footer_panel.cc", 1436 "views/apps/app_info_dialog/app_info_footer_panel.cc",
1438 "views/apps/app_info_dialog/app_info_footer_panel.h", 1437 "views/apps/app_info_dialog/app_info_footer_panel.h",
1439 "views/apps/app_info_dialog/app_info_header_panel.cc", 1438 "views/apps/app_info_dialog/app_info_header_panel.cc",
1440 "views/apps/app_info_dialog/app_info_header_panel.h", 1439 "views/apps/app_info_dialog/app_info_header_panel.h",
1441 "views/apps/app_info_dialog/app_info_panel.cc", 1440 "views/apps/app_info_dialog/app_info_panel.cc",
1442 "views/apps/app_info_dialog/app_info_panel.h", 1441 "views/apps/app_info_dialog/app_info_panel.h",
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
3480 "test/test_confirm_bubble_model.cc", 3479 "test/test_confirm_bubble_model.cc",
3481 "test/test_confirm_bubble_model.h", 3480 "test/test_confirm_bubble_model.h",
3482 ] 3481 ]
3483 deps += [ "//chrome/test:test_support_ui" ] 3482 deps += [ "//chrome/test:test_support_ui" ]
3484 } 3483 }
3485 3484
3486 if (enable_extensions) { 3485 if (enable_extensions) {
3487 deps += [ "//extensions/browser" ] 3486 deps += [ "//extensions/browser" ]
3488 } 3487 }
3489 } 3488 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698