| 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "//components/autofill/content/browser:risk_proto", | 474 "//components/autofill/content/browser:risk_proto", |
| 475 "//components/autofill/core/browser", | 475 "//components/autofill/core/browser", |
| 476 "//components/bookmarks/browser", | 476 "//components/bookmarks/browser", |
| 477 "//components/bookmarks/managed", | 477 "//components/bookmarks/managed", |
| 478 "//components/browser_sync", | 478 "//components/browser_sync", |
| 479 "//components/browsing_data/content", | 479 "//components/browsing_data/content", |
| 480 "//components/browsing_data/core", | 480 "//components/browsing_data/core", |
| 481 "//components/bubble:bubble", | 481 "//components/bubble:bubble", |
| 482 "//components/certificate_reporting:cert_logger_proto", | 482 "//components/certificate_reporting:cert_logger_proto", |
| 483 "//components/certificate_reporting:encrypted_cert_logger_proto", | 483 "//components/certificate_reporting:encrypted_cert_logger_proto", |
| 484 "//components/content_settings/content/common", | |
| 485 "//components/content_settings/core/browser", | 484 "//components/content_settings/core/browser", |
| 486 "//components/crash/content/app", | 485 "//components/crash/content/app", |
| 487 "//components/crash/core/browser", | 486 "//components/crash/core/browser", |
| 488 "//components/crx_file", | 487 "//components/crx_file", |
| 489 "//components/data_reduction_proxy/core/browser", | 488 "//components/data_reduction_proxy/core/browser", |
| 490 "//components/device_event_log", | 489 "//components/device_event_log", |
| 491 "//components/dom_distiller/content/browser", | 490 "//components/dom_distiller/content/browser", |
| 492 "//components/dom_distiller/webui", | 491 "//components/dom_distiller/webui", |
| 493 "//components/domain_reliability", | 492 "//components/domain_reliability", |
| 494 "//components/favicon/content", | 493 "//components/favicon/content", |
| (...skipping 2919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3414 "test/test_confirm_bubble_model.cc", | 3413 "test/test_confirm_bubble_model.cc", |
| 3415 "test/test_confirm_bubble_model.h", | 3414 "test/test_confirm_bubble_model.h", |
| 3416 ] | 3415 ] |
| 3417 deps += [ "//chrome/test:test_support_ui" ] | 3416 deps += [ "//chrome/test:test_support_ui" ] |
| 3418 } | 3417 } |
| 3419 | 3418 |
| 3420 if (enable_extensions) { | 3419 if (enable_extensions) { |
| 3421 deps += [ "//extensions/browser" ] | 3420 deps += [ "//extensions/browser" ] |
| 3422 } | 3421 } |
| 3423 } | 3422 } |
| OLD | NEW |