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 3056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3067 "views/frame/browser_desktop_window_tree_host_win.cc", | 3067 "views/frame/browser_desktop_window_tree_host_win.cc", |
3068 "views/frame/browser_desktop_window_tree_host_win.h", | 3068 "views/frame/browser_desktop_window_tree_host_win.h", |
3069 "views/frame/glass_browser_frame_view.cc", | 3069 "views/frame/glass_browser_frame_view.cc", |
3070 "views/frame/glass_browser_frame_view.h", | 3070 "views/frame/glass_browser_frame_view.h", |
3071 "views/frame/native_browser_frame_factory_aurawin.cc", | 3071 "views/frame/native_browser_frame_factory_aurawin.cc", |
3072 "views/frame/windows_10_caption_button.cc", | 3072 "views/frame/windows_10_caption_button.cc", |
3073 "views/frame/windows_10_caption_button.h", | 3073 "views/frame/windows_10_caption_button.h", |
3074 "views/network_profile_bubble_view.cc", | 3074 "views/network_profile_bubble_view.cc", |
3075 "views/settings_reset_prompt_dialog.cc", | 3075 "views/settings_reset_prompt_dialog.cc", |
3076 "views/settings_reset_prompt_dialog.h", | 3076 "views/settings_reset_prompt_dialog.h", |
| 3077 "views/srt_prompt_dialog.cc", |
| 3078 "views/srt_prompt_dialog.h", |
3077 "views/uninstall_view.cc", | 3079 "views/uninstall_view.cc", |
3078 "views/uninstall_view.h", | 3080 "views/uninstall_view.h", |
3079 "webui/cleanup_tool/cleanup_tool_ui.cc", | 3081 "webui/cleanup_tool/cleanup_tool_ui.cc", |
3080 "webui/cleanup_tool/cleanup_tool_ui.h", | 3082 "webui/cleanup_tool/cleanup_tool_ui.h", |
3081 "webui/conflicts_ui.cc", | 3083 "webui/conflicts_ui.cc", |
3082 "webui/conflicts_ui.h", | 3084 "webui/conflicts_ui.h", |
3083 "webui/welcome_win10_handler.cc", | 3085 "webui/welcome_win10_handler.cc", |
3084 "webui/welcome_win10_handler.h", | 3086 "webui/welcome_win10_handler.h", |
3085 "webui/welcome_win10_ui.cc", | 3087 "webui/welcome_win10_ui.cc", |
3086 "webui/welcome_win10_ui.h", | 3088 "webui/welcome_win10_ui.h", |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3556 "test/test_confirm_bubble_model.cc", | 3558 "test/test_confirm_bubble_model.cc", |
3557 "test/test_confirm_bubble_model.h", | 3559 "test/test_confirm_bubble_model.h", |
3558 ] | 3560 ] |
3559 deps += [ "//chrome/test:test_support_ui" ] | 3561 deps += [ "//chrome/test:test_support_ui" ] |
3560 } | 3562 } |
3561 | 3563 |
3562 if (enable_extensions) { | 3564 if (enable_extensions) { |
3563 deps += [ "//extensions/browser" ] | 3565 deps += [ "//extensions/browser" ] |
3564 } | 3566 } |
3565 } | 3567 } |
OLD | NEW |