| 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 "//components/physical_web/data_source", | 541 "//components/physical_web/data_source", |
| 542 "//components/physical_web/webui", | 542 "//components/physical_web/webui", |
| 543 "//components/policy/core/browser", | 543 "//components/policy/core/browser", |
| 544 "//components/pref_registry", | 544 "//components/pref_registry", |
| 545 "//components/proximity_auth", | 545 "//components/proximity_auth", |
| 546 "//components/proxy_config", | 546 "//components/proxy_config", |
| 547 "//components/query_parser", | 547 "//components/query_parser", |
| 548 "//components/rappor", | 548 "//components/rappor", |
| 549 "//components/renderer_context_menu", | 549 "//components/renderer_context_menu", |
| 550 "//components/resources", | 550 "//components/resources", |
| 551 "//components/safe_browsing_db:safe_browsing_prefs", | 551 "//components/safe_browsing/common:safe_browsing_prefs", |
| 552 "//components/safe_json", | 552 "//components/safe_json", |
| 553 "//components/search", | 553 "//components/search", |
| 554 "//components/search_engines", | 554 "//components/search_engines", |
| 555 "//components/security_interstitials/core", | 555 "//components/security_interstitials/core", |
| 556 "//components/security_state/content", | 556 "//components/security_state/content", |
| 557 "//components/security_state/core", | 557 "//components/security_state/core", |
| 558 "//components/sessions", | 558 "//components/sessions", |
| 559 "//components/signin/core/account_id", | 559 "//components/signin/core/account_id", |
| 560 "//components/signin/core/browser", | 560 "//components/signin/core/browser", |
| 561 "//components/spellcheck/browser", | 561 "//components/spellcheck/browser", |
| (...skipping 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3596 "test/test_confirm_bubble_model.cc", | 3596 "test/test_confirm_bubble_model.cc", |
| 3597 "test/test_confirm_bubble_model.h", | 3597 "test/test_confirm_bubble_model.h", |
| 3598 ] | 3598 ] |
| 3599 deps += [ "//chrome/test:test_support_ui" ] | 3599 deps += [ "//chrome/test:test_support_ui" ] |
| 3600 } | 3600 } |
| 3601 | 3601 |
| 3602 if (enable_extensions) { | 3602 if (enable_extensions) { |
| 3603 deps += [ "//extensions/browser" ] | 3603 deps += [ "//extensions/browser" ] |
| 3604 } | 3604 } |
| 3605 } | 3605 } |
| OLD | NEW |