| 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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1891 "views/tabs/tab_strip_layout.cc", | 1891 "views/tabs/tab_strip_layout.cc", |
| 1892 "views/tabs/tab_strip_layout.h", | 1892 "views/tabs/tab_strip_layout.h", |
| 1893 "views/tabs/window_finder.cc", | 1893 "views/tabs/window_finder.cc", |
| 1894 "views/tabs/window_finder.h", | 1894 "views/tabs/window_finder.h", |
| 1895 "views/tabs/window_finder_chromeos.cc", | 1895 "views/tabs/window_finder_chromeos.cc", |
| 1896 "views/tabs/window_finder_win.cc", | 1896 "views/tabs/window_finder_win.cc", |
| 1897 "views/theme_copying_widget.cc", | 1897 "views/theme_copying_widget.cc", |
| 1898 "views/theme_copying_widget.h", | 1898 "views/theme_copying_widget.h", |
| 1899 "views/toolbar/app_menu.cc", | 1899 "views/toolbar/app_menu.cc", |
| 1900 "views/toolbar/app_menu.h", | 1900 "views/toolbar/app_menu.h", |
| 1901 "views/toolbar/app_menu_animation.cc", | |
| 1902 "views/toolbar/app_menu_animation.h", | |
| 1903 "views/toolbar/app_menu_button.cc", | 1901 "views/toolbar/app_menu_button.cc", |
| 1904 "views/toolbar/app_menu_button.h", | 1902 "views/toolbar/app_menu_button.h", |
| 1905 "views/toolbar/app_menu_observer.h", | 1903 "views/toolbar/app_menu_observer.h", |
| 1906 "views/toolbar/back_button.cc", | 1904 "views/toolbar/back_button.cc", |
| 1907 "views/toolbar/back_button.h", | 1905 "views/toolbar/back_button.h", |
| 1908 "views/toolbar/browser_actions_container.cc", | 1906 "views/toolbar/browser_actions_container.cc", |
| 1909 "views/toolbar/browser_actions_container.h", | 1907 "views/toolbar/browser_actions_container.h", |
| 1910 "views/toolbar/extension_toolbar_menu_view.cc", | 1908 "views/toolbar/extension_toolbar_menu_view.cc", |
| 1911 "views/toolbar/extension_toolbar_menu_view.h", | 1909 "views/toolbar/extension_toolbar_menu_view.h", |
| 1912 "views/toolbar/home_button.cc", | 1910 "views/toolbar/home_button.cc", |
| (...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3585 "test/test_confirm_bubble_model.cc", | 3583 "test/test_confirm_bubble_model.cc", |
| 3586 "test/test_confirm_bubble_model.h", | 3584 "test/test_confirm_bubble_model.h", |
| 3587 ] | 3585 ] |
| 3588 deps += [ "//chrome/test:test_support_ui" ] | 3586 deps += [ "//chrome/test:test_support_ui" ] |
| 3589 } | 3587 } |
| 3590 | 3588 |
| 3591 if (enable_extensions) { | 3589 if (enable_extensions) { |
| 3592 deps += [ "//extensions/browser" ] | 3590 deps += [ "//extensions/browser" ] |
| 3593 } | 3591 } |
| 3594 } | 3592 } |
| OLD | NEW |