| 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 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1876 "views/tabs/tab_strip_layout.cc", | 1876 "views/tabs/tab_strip_layout.cc", |
| 1877 "views/tabs/tab_strip_layout.h", | 1877 "views/tabs/tab_strip_layout.h", |
| 1878 "views/tabs/window_finder.cc", | 1878 "views/tabs/window_finder.cc", |
| 1879 "views/tabs/window_finder.h", | 1879 "views/tabs/window_finder.h", |
| 1880 "views/tabs/window_finder_chromeos.cc", | 1880 "views/tabs/window_finder_chromeos.cc", |
| 1881 "views/tabs/window_finder_win.cc", | 1881 "views/tabs/window_finder_win.cc", |
| 1882 "views/theme_copying_widget.cc", | 1882 "views/theme_copying_widget.cc", |
| 1883 "views/theme_copying_widget.h", | 1883 "views/theme_copying_widget.h", |
| 1884 "views/toolbar/app_menu.cc", | 1884 "views/toolbar/app_menu.cc", |
| 1885 "views/toolbar/app_menu.h", | 1885 "views/toolbar/app_menu.h", |
| 1886 "views/toolbar/app_menu_animation.cc", |
| 1887 "views/toolbar/app_menu_animation.h", |
| 1886 "views/toolbar/app_menu_button.cc", | 1888 "views/toolbar/app_menu_button.cc", |
| 1887 "views/toolbar/app_menu_button.h", | 1889 "views/toolbar/app_menu_button.h", |
| 1888 "views/toolbar/app_menu_observer.h", | 1890 "views/toolbar/app_menu_observer.h", |
| 1889 "views/toolbar/back_button.cc", | 1891 "views/toolbar/back_button.cc", |
| 1890 "views/toolbar/back_button.h", | 1892 "views/toolbar/back_button.h", |
| 1891 "views/toolbar/browser_actions_container.cc", | 1893 "views/toolbar/browser_actions_container.cc", |
| 1892 "views/toolbar/browser_actions_container.h", | 1894 "views/toolbar/browser_actions_container.h", |
| 1893 "views/toolbar/extension_toolbar_menu_view.cc", | 1895 "views/toolbar/extension_toolbar_menu_view.cc", |
| 1894 "views/toolbar/extension_toolbar_menu_view.h", | 1896 "views/toolbar/extension_toolbar_menu_view.h", |
| 1895 "views/toolbar/home_button.cc", | 1897 "views/toolbar/home_button.cc", |
| (...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3566 "test/test_confirm_bubble_model.cc", | 3568 "test/test_confirm_bubble_model.cc", |
| 3567 "test/test_confirm_bubble_model.h", | 3569 "test/test_confirm_bubble_model.h", |
| 3568 ] | 3570 ] |
| 3569 deps += [ "//chrome/test:test_support_ui" ] | 3571 deps += [ "//chrome/test:test_support_ui" ] |
| 3570 } | 3572 } |
| 3571 | 3573 |
| 3572 if (enable_extensions) { | 3574 if (enable_extensions) { |
| 3573 deps += [ "//extensions/browser" ] | 3575 deps += [ "//extensions/browser" ] |
| 3574 } | 3576 } |
| 3575 } | 3577 } |
| OLD | NEW |