| 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 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3044 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", | 3044 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", |
| 3045 "views/frame/browser_desktop_window_tree_host.h", | 3045 "views/frame/browser_desktop_window_tree_host.h", |
| 3046 "views/frame/browser_desktop_window_tree_host_win.cc", | 3046 "views/frame/browser_desktop_window_tree_host_win.cc", |
| 3047 "views/frame/browser_desktop_window_tree_host_win.h", | 3047 "views/frame/browser_desktop_window_tree_host_win.h", |
| 3048 "views/frame/glass_browser_frame_view.cc", | 3048 "views/frame/glass_browser_frame_view.cc", |
| 3049 "views/frame/glass_browser_frame_view.h", | 3049 "views/frame/glass_browser_frame_view.h", |
| 3050 "views/frame/native_browser_frame_factory_aurawin.cc", | 3050 "views/frame/native_browser_frame_factory_aurawin.cc", |
| 3051 "views/frame/windows_10_caption_button.cc", | 3051 "views/frame/windows_10_caption_button.cc", |
| 3052 "views/frame/windows_10_caption_button.h", | 3052 "views/frame/windows_10_caption_button.h", |
| 3053 "views/network_profile_bubble_view.cc", | 3053 "views/network_profile_bubble_view.cc", |
| 3054 "views/settings_reset_prompt_dialog.cc", |
| 3055 "views/settings_reset_prompt_dialog.h", |
| 3054 "views/uninstall_view.cc", | 3056 "views/uninstall_view.cc", |
| 3055 "views/uninstall_view.h", | 3057 "views/uninstall_view.h", |
| 3056 "webui/cast/cast_ui.cc", | 3058 "webui/cast/cast_ui.cc", |
| 3057 "webui/cast/cast_ui.h", | 3059 "webui/cast/cast_ui.h", |
| 3058 "webui/conflicts_ui.cc", | 3060 "webui/conflicts_ui.cc", |
| 3059 "webui/conflicts_ui.h", | 3061 "webui/conflicts_ui.h", |
| 3060 "webui/welcome_win10_handler.cc", | 3062 "webui/welcome_win10_handler.cc", |
| 3061 "webui/welcome_win10_handler.h", | 3063 "webui/welcome_win10_handler.h", |
| 3062 "webui/welcome_win10_ui.cc", | 3064 "webui/welcome_win10_ui.cc", |
| 3063 "webui/welcome_win10_ui.h", | 3065 "webui/welcome_win10_ui.h", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3521 "test/test_confirm_bubble_model.cc", | 3523 "test/test_confirm_bubble_model.cc", |
| 3522 "test/test_confirm_bubble_model.h", | 3524 "test/test_confirm_bubble_model.h", |
| 3523 ] | 3525 ] |
| 3524 deps += [ "//chrome/test:test_support_ui" ] | 3526 deps += [ "//chrome/test:test_support_ui" ] |
| 3525 } | 3527 } |
| 3526 | 3528 |
| 3527 if (enable_extensions) { | 3529 if (enable_extensions) { |
| 3528 deps += [ "//extensions/browser" ] | 3530 deps += [ "//extensions/browser" ] |
| 3529 } | 3531 } |
| 3530 } | 3532 } |
| OLD | NEW |