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

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

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Rebase (conflict in layout_delegate.h due to r457774) Created 3 years, 9 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 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 "views/exclusive_access_bubble_views_context.h", 1484 "views/exclusive_access_bubble_views_context.h",
1485 "views/extensions/chooser_dialog_view.cc", 1485 "views/extensions/chooser_dialog_view.cc",
1486 "views/extensions/chooser_dialog_view.h", 1486 "views/extensions/chooser_dialog_view.h",
1487 "views/extensions/extension_install_dialog_view.cc", 1487 "views/extensions/extension_install_dialog_view.cc",
1488 "views/extensions/extension_keybinding_registry_views.cc", 1488 "views/extensions/extension_keybinding_registry_views.cc",
1489 "views/extensions/extension_keybinding_registry_views.h", 1489 "views/extensions/extension_keybinding_registry_views.h",
1490 "views/frame/native_widget_mac_frameless_nswindow.h", 1490 "views/frame/native_widget_mac_frameless_nswindow.h",
1491 "views/frame/native_widget_mac_frameless_nswindow.mm", 1491 "views/frame/native_widget_mac_frameless_nswindow.mm",
1492 "views/global_error_bubble_view.cc", 1492 "views/global_error_bubble_view.cc",
1493 "views/global_error_bubble_view.h", 1493 "views/global_error_bubble_view.h",
1494 "views/harmony/chrome_typography.cc",
1495 "views/harmony/chrome_typography.h",
1494 "views/harmony/harmony_layout_delegate.cc", 1496 "views/harmony/harmony_layout_delegate.cc",
1495 "views/harmony/harmony_layout_delegate.h", 1497 "views/harmony/harmony_layout_delegate.h",
1496 "views/harmony/layout_delegate.cc", 1498 "views/harmony/layout_delegate.cc",
1497 "views/harmony/layout_delegate.h", 1499 "views/harmony/layout_delegate.h",
1498 "views/layout_utils.cc", 1500 "views/layout_utils.cc",
1499 "views/layout_utils.h", 1501 "views/layout_utils.h",
1500 "views/location_bar/location_bar_bubble_delegate_view.cc", 1502 "views/location_bar/location_bar_bubble_delegate_view.cc",
1501 "views/location_bar/location_bar_bubble_delegate_view.h", 1503 "views/location_bar/location_bar_bubble_delegate_view.h",
1502 "views/login_handler_views.cc", 1504 "views/login_handler_views.cc",
1503 "views/login_view.cc", 1505 "views/login_view.cc",
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3533 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3534 "test/test_confirm_bubble_model.h",
3533 ] 3535 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3536 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3537 }
3536 3538
3537 if (enable_extensions) { 3539 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3540 deps += [ "//extensions/browser" ]
3539 } 3541 }
3540 } 3542 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698