OLD | NEW |
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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 "views/extensions/extension_keybinding_registry_views.cc", | 1494 "views/extensions/extension_keybinding_registry_views.cc", |
1495 "views/extensions/extension_keybinding_registry_views.h", | 1495 "views/extensions/extension_keybinding_registry_views.h", |
1496 "views/frame/native_widget_mac_frameless_nswindow.h", | 1496 "views/frame/native_widget_mac_frameless_nswindow.h", |
1497 "views/frame/native_widget_mac_frameless_nswindow.mm", | 1497 "views/frame/native_widget_mac_frameless_nswindow.mm", |
1498 "views/global_error_bubble_view.cc", | 1498 "views/global_error_bubble_view.cc", |
1499 "views/global_error_bubble_view.h", | 1499 "views/global_error_bubble_view.h", |
1500 "views/harmony/chrome_typography.cc", | 1500 "views/harmony/chrome_typography.cc", |
1501 "views/harmony/chrome_typography.h", | 1501 "views/harmony/chrome_typography.h", |
1502 "views/harmony/harmony_layout_delegate.cc", | 1502 "views/harmony/harmony_layout_delegate.cc", |
1503 "views/harmony/harmony_layout_delegate.h", | 1503 "views/harmony/harmony_layout_delegate.h", |
| 1504 "views/harmony/harmony_typography_provider.cc", |
| 1505 "views/harmony/harmony_typography_provider.h", |
1504 "views/harmony/layout_delegate.cc", | 1506 "views/harmony/layout_delegate.cc", |
1505 "views/harmony/layout_delegate.h", | 1507 "views/harmony/layout_delegate.h", |
1506 "views/location_bar/location_bar_bubble_delegate_view.cc", | 1508 "views/location_bar/location_bar_bubble_delegate_view.cc", |
1507 "views/location_bar/location_bar_bubble_delegate_view.h", | 1509 "views/location_bar/location_bar_bubble_delegate_view.h", |
1508 "views/login_handler_views.cc", | 1510 "views/login_handler_views.cc", |
1509 "views/login_view.cc", | 1511 "views/login_view.cc", |
1510 "views/login_view.h", | 1512 "views/login_view.h", |
1511 "views/new_back_shortcut_bubble.cc", | 1513 "views/new_back_shortcut_bubble.cc", |
1512 "views/new_back_shortcut_bubble.h", | 1514 "views/new_back_shortcut_bubble.h", |
1513 "views/page_info/chosen_object_row.cc", | 1515 "views/page_info/chosen_object_row.cc", |
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3565 "test/test_confirm_bubble_model.cc", | 3567 "test/test_confirm_bubble_model.cc", |
3566 "test/test_confirm_bubble_model.h", | 3568 "test/test_confirm_bubble_model.h", |
3567 ] | 3569 ] |
3568 deps += [ "//chrome/test:test_support_ui" ] | 3570 deps += [ "//chrome/test:test_support_ui" ] |
3569 } | 3571 } |
3570 | 3572 |
3571 if (enable_extensions) { | 3573 if (enable_extensions) { |
3572 deps += [ "//extensions/browser" ] | 3574 deps += [ "//extensions/browser" ] |
3573 } | 3575 } |
3574 } | 3576 } |
OLD | NEW |