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

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

Issue 2654323002: harmony: convert device chooser (Closed)
Patch Set: attempt size hack Created 3 years, 10 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 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 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 "views/extensions/extension_keybinding_registry_views.cc", 1498 "views/extensions/extension_keybinding_registry_views.cc",
1499 "views/extensions/extension_keybinding_registry_views.h", 1499 "views/extensions/extension_keybinding_registry_views.h",
1500 "views/frame/native_widget_mac_frameless_nswindow.h", 1500 "views/frame/native_widget_mac_frameless_nswindow.h",
1501 "views/frame/native_widget_mac_frameless_nswindow.mm", 1501 "views/frame/native_widget_mac_frameless_nswindow.mm",
1502 "views/global_error_bubble_view.cc", 1502 "views/global_error_bubble_view.cc",
1503 "views/global_error_bubble_view.h", 1503 "views/global_error_bubble_view.h",
1504 "views/harmony/harmony_layout_delegate.cc", 1504 "views/harmony/harmony_layout_delegate.cc",
1505 "views/harmony/harmony_layout_delegate.h", 1505 "views/harmony/harmony_layout_delegate.h",
1506 "views/harmony/layout_delegate.cc", 1506 "views/harmony/layout_delegate.cc",
1507 "views/harmony/layout_delegate.h", 1507 "views/harmony/layout_delegate.h",
1508 "views/harmony/sized_dialog_client_view.cc",
1509 "views/harmony/sized_dialog_client_view.h",
1508 "views/layout_utils.cc", 1510 "views/layout_utils.cc",
1509 "views/layout_utils.h", 1511 "views/layout_utils.h",
1510 "views/location_bar/location_bar_bubble_delegate_view.cc", 1512 "views/location_bar/location_bar_bubble_delegate_view.cc",
1511 "views/location_bar/location_bar_bubble_delegate_view.h", 1513 "views/location_bar/location_bar_bubble_delegate_view.h",
1512 "views/login_handler_views.cc", 1514 "views/login_handler_views.cc",
1513 "views/login_view.cc", 1515 "views/login_view.cc",
1514 "views/login_view.h", 1516 "views/login_view.h",
1515 "views/new_back_shortcut_bubble.cc", 1517 "views/new_back_shortcut_bubble.cc",
1516 "views/new_back_shortcut_bubble.h", 1518 "views/new_back_shortcut_bubble.h",
1517 "views/subtle_notification_view.cc", 1519 "views/subtle_notification_view.cc",
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
3510 "test/test_confirm_bubble_model.cc", 3512 "test/test_confirm_bubble_model.cc",
3511 "test/test_confirm_bubble_model.h", 3513 "test/test_confirm_bubble_model.h",
3512 ] 3514 ]
3513 deps += [ "//chrome/test:test_support_ui" ] 3515 deps += [ "//chrome/test:test_support_ui" ]
3514 } 3516 }
3515 3517
3516 if (enable_extensions) { 3518 if (enable_extensions) {
3517 deps += [ "//extensions/browser" ] 3519 deps += [ "//extensions/browser" ]
3518 } 3520 }
3519 } 3521 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698