| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 "//components/proxy_config", | 525 "//components/proxy_config", |
| 526 "//components/query_parser", | 526 "//components/query_parser", |
| 527 "//components/rappor", | 527 "//components/rappor", |
| 528 "//components/renderer_context_menu", | 528 "//components/renderer_context_menu", |
| 529 "//components/resources", | 529 "//components/resources", |
| 530 "//components/safe_browsing_db:safe_browsing_prefs", | 530 "//components/safe_browsing_db:safe_browsing_prefs", |
| 531 "//components/safe_json", | 531 "//components/safe_json", |
| 532 "//components/search", | 532 "//components/search", |
| 533 "//components/search_engines", | 533 "//components/search_engines", |
| 534 "//components/security_interstitials/core", | 534 "//components/security_interstitials/core", |
| 535 "//components/security_state", | 535 "//components/security_state/content", |
| 536 "//components/security_state/core", |
| 536 "//components/sessions", | 537 "//components/sessions", |
| 537 "//components/signin/core/account_id", | 538 "//components/signin/core/account_id", |
| 538 "//components/signin/core/browser", | 539 "//components/signin/core/browser", |
| 539 "//components/spellcheck/browser", | 540 "//components/spellcheck/browser", |
| 540 "//components/ssl_errors", | 541 "//components/ssl_errors", |
| 541 "//components/startup_metric_utils/browser:lib", | 542 "//components/startup_metric_utils/browser:lib", |
| 542 "//components/strings", | 543 "//components/strings", |
| 543 "//components/subresource_filter/content/browser", | 544 "//components/subresource_filter/content/browser", |
| 544 "//components/suggestions/proto", | 545 "//components/suggestions/proto", |
| 545 "//components/supervised_user_error_page", | 546 "//components/supervised_user_error_page", |
| (...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3469 "test/test_confirm_bubble_model.cc", | 3470 "test/test_confirm_bubble_model.cc", |
| 3470 "test/test_confirm_bubble_model.h", | 3471 "test/test_confirm_bubble_model.h", |
| 3471 ] | 3472 ] |
| 3472 deps += [ "//chrome/test:test_support_ui" ] | 3473 deps += [ "//chrome/test:test_support_ui" ] |
| 3473 } | 3474 } |
| 3474 | 3475 |
| 3475 if (enable_extensions) { | 3476 if (enable_extensions) { |
| 3476 deps += [ "//extensions/browser" ] | 3477 deps += [ "//extensions/browser" ] |
| 3477 } | 3478 } |
| 3478 } | 3479 } |
| OLD | NEW |