| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 "//components/proxy_config", | 521 "//components/proxy_config", |
| 522 "//components/query_parser", | 522 "//components/query_parser", |
| 523 "//components/rappor", | 523 "//components/rappor", |
| 524 "//components/renderer_context_menu", | 524 "//components/renderer_context_menu", |
| 525 "//components/resources", | 525 "//components/resources", |
| 526 "//components/safe_json", | 526 "//components/safe_json", |
| 527 "//components/search", | 527 "//components/search", |
| 528 "//components/search_engines", | 528 "//components/search_engines", |
| 529 "//components/security_interstitials/core", | 529 "//components/security_interstitials/core", |
| 530 "//components/security_state", | 530 "//components/security_state", |
| 531 "//components/session_manager/core", |
| 531 "//components/sessions", | 532 "//components/sessions", |
| 532 "//components/signin/core/account_id", | 533 "//components/signin/core/account_id", |
| 533 "//components/signin/core/browser", | 534 "//components/signin/core/browser", |
| 534 "//components/spellcheck/browser", | 535 "//components/spellcheck/browser", |
| 535 "//components/ssl_errors", | 536 "//components/ssl_errors", |
| 536 "//components/startup_metric_utils/browser:lib", | 537 "//components/startup_metric_utils/browser:lib", |
| 537 "//components/strings", | 538 "//components/strings", |
| 538 "//components/subresource_filter/content/browser", | 539 "//components/subresource_filter/content/browser", |
| 539 "//components/suggestions/proto", | 540 "//components/suggestions/proto", |
| 540 "//components/supervised_user_error_page", | 541 "//components/supervised_user_error_page", |
| (...skipping 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3415 "test/test_confirm_bubble_model.cc", | 3416 "test/test_confirm_bubble_model.cc", |
| 3416 "test/test_confirm_bubble_model.h", | 3417 "test/test_confirm_bubble_model.h", |
| 3417 ] | 3418 ] |
| 3418 deps += [ "//chrome/test:test_support_ui" ] | 3419 deps += [ "//chrome/test:test_support_ui" ] |
| 3419 } | 3420 } |
| 3420 | 3421 |
| 3421 if (enable_extensions) { | 3422 if (enable_extensions) { |
| 3422 deps += [ "//extensions/browser" ] | 3423 deps += [ "//extensions/browser" ] |
| 3423 } | 3424 } |
| 3424 } | 3425 } |
| OLD | NEW |