| 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 2931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2942 "views/frame/native_browser_frame_factory_aurawin.cc", | 2942 "views/frame/native_browser_frame_factory_aurawin.cc", |
| 2943 "views/frame/windows_10_caption_button.cc", | 2943 "views/frame/windows_10_caption_button.cc", |
| 2944 "views/frame/windows_10_caption_button.h", | 2944 "views/frame/windows_10_caption_button.h", |
| 2945 "views/network_profile_bubble_view.cc", | 2945 "views/network_profile_bubble_view.cc", |
| 2946 "views/uninstall_view.cc", | 2946 "views/uninstall_view.cc", |
| 2947 "views/uninstall_view.h", | 2947 "views/uninstall_view.h", |
| 2948 "webui/cast/cast_ui.cc", | 2948 "webui/cast/cast_ui.cc", |
| 2949 "webui/cast/cast_ui.h", | 2949 "webui/cast/cast_ui.h", |
| 2950 "webui/conflicts_ui.cc", | 2950 "webui/conflicts_ui.cc", |
| 2951 "webui/conflicts_ui.h", | 2951 "webui/conflicts_ui.h", |
| 2952 "webui/welcome_win10_handler.cc", |
| 2953 "webui/welcome_win10_handler.h", |
| 2954 "webui/welcome_win10_ui.cc", |
| 2955 "webui/welcome_win10_ui.h", |
| 2952 ] | 2956 ] |
| 2953 public_deps += [ | 2957 public_deps += [ |
| 2954 "//ui/views", | 2958 "//ui/views", |
| 2955 "//ui/views/controls/webview", | 2959 "//ui/views/controls/webview", |
| 2956 ] | 2960 ] |
| 2957 deps += [ | 2961 deps += [ |
| 2958 "//components/search_engines", | 2962 "//components/search_engines", |
| 2959 "//google_update", | 2963 "//google_update", |
| 2960 "//third_party/iaccessible2", | 2964 "//third_party/iaccessible2", |
| 2961 "//third_party/isimpledom", | 2965 "//third_party/isimpledom", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3419 "test/test_confirm_bubble_model.cc", | 3423 "test/test_confirm_bubble_model.cc", |
| 3420 "test/test_confirm_bubble_model.h", | 3424 "test/test_confirm_bubble_model.h", |
| 3421 ] | 3425 ] |
| 3422 deps += [ "//chrome/test:test_support_ui" ] | 3426 deps += [ "//chrome/test:test_support_ui" ] |
| 3423 } | 3427 } |
| 3424 | 3428 |
| 3425 if (enable_extensions) { | 3429 if (enable_extensions) { |
| 3426 deps += [ "//extensions/browser" ] | 3430 deps += [ "//extensions/browser" ] |
| 3427 } | 3431 } |
| 3428 } | 3432 } |
| OLD | NEW |