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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 "//components/pdf/browser", | 517 "//components/pdf/browser", |
518 "//components/policy/core/browser", | 518 "//components/policy/core/browser", |
519 "//components/power", | 519 "//components/power", |
520 "//components/pref_registry", | 520 "//components/pref_registry", |
521 "//components/proximity_auth", | 521 "//components/proximity_auth", |
522 "//components/proxy_config", | 522 "//components/proxy_config", |
523 "//components/query_parser", | 523 "//components/query_parser", |
524 "//components/rappor", | 524 "//components/rappor", |
525 "//components/renderer_context_menu", | 525 "//components/renderer_context_menu", |
526 "//components/resources", | 526 "//components/resources", |
| 527 "//components/safe_browsing_db:safe_browsing_prefs", |
527 "//components/safe_json", | 528 "//components/safe_json", |
528 "//components/search", | 529 "//components/search", |
529 "//components/search_engines", | 530 "//components/search_engines", |
530 "//components/security_interstitials/core", | 531 "//components/security_interstitials/core", |
531 "//components/security_state", | 532 "//components/security_state", |
532 "//components/sessions", | 533 "//components/sessions", |
533 "//components/signin/core/account_id", | 534 "//components/signin/core/account_id", |
534 "//components/signin/core/browser", | 535 "//components/signin/core/browser", |
535 "//components/spellcheck/browser", | 536 "//components/spellcheck/browser", |
536 "//components/ssl_errors", | 537 "//components/ssl_errors", |
(...skipping 2881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3418 "test/test_confirm_bubble_model.cc", | 3419 "test/test_confirm_bubble_model.cc", |
3419 "test/test_confirm_bubble_model.h", | 3420 "test/test_confirm_bubble_model.h", |
3420 ] | 3421 ] |
3421 deps += [ "//chrome/test:test_support_ui" ] | 3422 deps += [ "//chrome/test:test_support_ui" ] |
3422 } | 3423 } |
3423 | 3424 |
3424 if (enable_extensions) { | 3425 if (enable_extensions) { |
3425 deps += [ "//extensions/browser" ] | 3426 deps += [ "//extensions/browser" ] |
3426 } | 3427 } |
3427 } | 3428 } |
OLD | NEW |