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