| 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 3052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3063 "views/frame/glass_browser_frame_view.cc", | 3063 "views/frame/glass_browser_frame_view.cc", |
| 3064 "views/frame/glass_browser_frame_view.h", | 3064 "views/frame/glass_browser_frame_view.h", |
| 3065 "views/frame/native_browser_frame_factory_aurawin.cc", | 3065 "views/frame/native_browser_frame_factory_aurawin.cc", |
| 3066 "views/frame/windows_10_caption_button.cc", | 3066 "views/frame/windows_10_caption_button.cc", |
| 3067 "views/frame/windows_10_caption_button.h", | 3067 "views/frame/windows_10_caption_button.h", |
| 3068 "views/network_profile_bubble_view.cc", | 3068 "views/network_profile_bubble_view.cc", |
| 3069 "views/settings_reset_prompt_dialog.cc", | 3069 "views/settings_reset_prompt_dialog.cc", |
| 3070 "views/settings_reset_prompt_dialog.h", | 3070 "views/settings_reset_prompt_dialog.h", |
| 3071 "views/uninstall_view.cc", | 3071 "views/uninstall_view.cc", |
| 3072 "views/uninstall_view.h", | 3072 "views/uninstall_view.h", |
| 3073 "webui/cleanup_tool/cleanup_action_handler.cc", |
| 3074 "webui/cleanup_tool/cleanup_action_handler.h", |
| 3073 "webui/cleanup_tool/cleanup_tool_ui.cc", | 3075 "webui/cleanup_tool/cleanup_tool_ui.cc", |
| 3074 "webui/cleanup_tool/cleanup_tool_ui.h", | 3076 "webui/cleanup_tool/cleanup_tool_ui.h", |
| 3075 "webui/conflicts_ui.cc", | 3077 "webui/conflicts_ui.cc", |
| 3076 "webui/conflicts_ui.h", | 3078 "webui/conflicts_ui.h", |
| 3077 "webui/welcome_win10_handler.cc", | 3079 "webui/welcome_win10_handler.cc", |
| 3078 "webui/welcome_win10_handler.h", | 3080 "webui/welcome_win10_handler.h", |
| 3079 "webui/welcome_win10_ui.cc", | 3081 "webui/welcome_win10_ui.cc", |
| 3080 "webui/welcome_win10_ui.h", | 3082 "webui/welcome_win10_ui.h", |
| 3081 ] | 3083 ] |
| 3082 public_deps += [ | 3084 public_deps += [ |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3552 "test/test_confirm_bubble_model.cc", | 3554 "test/test_confirm_bubble_model.cc", |
| 3553 "test/test_confirm_bubble_model.h", | 3555 "test/test_confirm_bubble_model.h", |
| 3554 ] | 3556 ] |
| 3555 deps += [ "//chrome/test:test_support_ui" ] | 3557 deps += [ "//chrome/test:test_support_ui" ] |
| 3556 } | 3558 } |
| 3557 | 3559 |
| 3558 if (enable_extensions) { | 3560 if (enable_extensions) { |
| 3559 deps += [ "//extensions/browser" ] | 3561 deps += [ "//extensions/browser" ] |
| 3560 } | 3562 } |
| 3561 } | 3563 } |
| OLD | NEW |