| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "//components/update_client", | 558 "//components/update_client", |
| 559 "//components/upload_list", | 559 "//components/upload_list", |
| 560 "//components/url_formatter", | 560 "//components/url_formatter", |
| 561 "//components/user_manager", | 561 "//components/user_manager", |
| 562 "//components/user_prefs", | 562 "//components/user_prefs", |
| 563 "//components/variations", | 563 "//components/variations", |
| 564 "//components/variations/service", | 564 "//components/variations/service", |
| 565 "//components/version_ui", | 565 "//components/version_ui", |
| 566 "//components/web_cache/browser", | 566 "//components/web_cache/browser", |
| 567 "//components/web_resource", | 567 "//components/web_resource", |
| 568 "//components/webapks_ui", |
| 568 "//components/zoom", | 569 "//components/zoom", |
| 569 "//content/app/resources", | 570 "//content/app/resources", |
| 570 "//content/public/common", | 571 "//content/public/common", |
| 571 "//crypto", | 572 "//crypto", |
| 572 "//device/base", | 573 "//device/base", |
| 573 "//device/bluetooth/public/interfaces:experimental_interfaces", | 574 "//device/bluetooth/public/interfaces:experimental_interfaces", |
| 574 "//device/usb", | 575 "//device/usb", |
| 575 "//extensions/features", | 576 "//extensions/features", |
| 576 "//media", | 577 "//media", |
| 577 "//net:net_with_v8", | 578 "//net:net_with_v8", |
| (...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2255 "webui/offline/offline_internals_ui.cc", | 2256 "webui/offline/offline_internals_ui.cc", |
| 2256 "webui/offline/offline_internals_ui.h", | 2257 "webui/offline/offline_internals_ui.h", |
| 2257 "webui/offline/offline_internals_ui_message_handler.cc", | 2258 "webui/offline/offline_internals_ui_message_handler.cc", |
| 2258 "webui/offline/offline_internals_ui_message_handler.h", | 2259 "webui/offline/offline_internals_ui_message_handler.h", |
| 2259 "webui/popular_sites_internals_ui.cc", | 2260 "webui/popular_sites_internals_ui.cc", |
| 2260 "webui/popular_sites_internals_ui.h", | 2261 "webui/popular_sites_internals_ui.h", |
| 2261 "webui/snippets_internals_message_handler.cc", | 2262 "webui/snippets_internals_message_handler.cc", |
| 2262 "webui/snippets_internals_message_handler.h", | 2263 "webui/snippets_internals_message_handler.h", |
| 2263 "webui/snippets_internals_ui.cc", | 2264 "webui/snippets_internals_ui.cc", |
| 2264 "webui/snippets_internals_ui.h", | 2265 "webui/snippets_internals_ui.h", |
| 2266 "webui/webapk_info_callback.cc", |
| 2267 "webui/webapk_info_callback.h", |
| 2268 "webui/webapks_handler.cc", |
| 2269 "webui/webapks_handler.h", |
| 2270 "webui/webapks_ui.cc", |
| 2271 "webui/webapks_ui.h", |
| 2265 ] | 2272 ] |
| 2266 if (enable_vr_shell || enable_webvr) { | 2273 if (enable_vr_shell || enable_webvr) { |
| 2267 if (enable_vr_shell) { | 2274 if (enable_vr_shell) { |
| 2268 defines += [ "ENABLE_VR_SHELL" ] | 2275 defines += [ "ENABLE_VR_SHELL" ] |
| 2269 } | 2276 } |
| 2270 sources += [ | 2277 sources += [ |
| 2271 "webui/vr_shell/vr_shell_ui_message_handler.cc", | 2278 "webui/vr_shell/vr_shell_ui_message_handler.cc", |
| 2272 "webui/vr_shell/vr_shell_ui_message_handler.h", | 2279 "webui/vr_shell/vr_shell_ui_message_handler.h", |
| 2273 "webui/vr_shell/vr_shell_ui_ui.cc", | 2280 "webui/vr_shell/vr_shell_ui_ui.cc", |
| 2274 "webui/vr_shell/vr_shell_ui_ui.h", | 2281 "webui/vr_shell/vr_shell_ui_ui.h", |
| (...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3485 "test/test_confirm_bubble_model.cc", | 3492 "test/test_confirm_bubble_model.cc", |
| 3486 "test/test_confirm_bubble_model.h", | 3493 "test/test_confirm_bubble_model.h", |
| 3487 ] | 3494 ] |
| 3488 deps += [ "//chrome/test:test_support_ui" ] | 3495 deps += [ "//chrome/test:test_support_ui" ] |
| 3489 } | 3496 } |
| 3490 | 3497 |
| 3491 if (enable_extensions) { | 3498 if (enable_extensions) { |
| 3492 deps += [ "//extensions/browser" ] | 3499 deps += [ "//extensions/browser" ] |
| 3493 } | 3500 } |
| 3494 } | 3501 } |
| OLD | NEW |