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