| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "//chrome/common", | 462 "//chrome/common", |
| 463 "//chrome/common/net", | 463 "//chrome/common/net", |
| 464 "//chrome/installer/util:with_no_strings", | 464 "//chrome/installer/util:with_no_strings", |
| 465 "//components/app_modal", | 465 "//components/app_modal", |
| 466 "//components/autofill/content/browser:risk_proto", | 466 "//components/autofill/content/browser:risk_proto", |
| 467 "//components/autofill/core/browser", | 467 "//components/autofill/core/browser", |
| 468 "//components/bookmarks/browser", | 468 "//components/bookmarks/browser", |
| 469 "//components/bookmarks/managed", | 469 "//components/bookmarks/managed", |
| 470 "//components/browser_sync", | 470 "//components/browser_sync", |
| 471 "//components/browsing_data/core", | 471 "//components/browsing_data/core", |
| 472 "//components/browsing_data_ui", | |
| 473 "//components/bubble:bubble", | 472 "//components/bubble:bubble", |
| 474 "//components/certificate_reporting:cert_logger_proto", | 473 "//components/certificate_reporting:cert_logger_proto", |
| 475 "//components/certificate_reporting:encrypted_cert_logger_proto", | 474 "//components/certificate_reporting:encrypted_cert_logger_proto", |
| 476 "//components/content_settings/content/common", | 475 "//components/content_settings/content/common", |
| 477 "//components/content_settings/core/browser", | 476 "//components/content_settings/core/browser", |
| 478 "//components/crash/content/app", | 477 "//components/crash/content/app", |
| 479 "//components/crash/core/browser", | 478 "//components/crash/core/browser", |
| 480 "//components/crx_file", | 479 "//components/crx_file", |
| 481 "//components/data_reduction_proxy/core/browser", | 480 "//components/data_reduction_proxy/core/browser", |
| 482 "//components/device_event_log", | 481 "//components/device_event_log", |
| (...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3383 "passwords/passwords_model_delegate_mock.cc", | 3382 "passwords/passwords_model_delegate_mock.cc", |
| 3384 "passwords/passwords_model_delegate_mock.h", | 3383 "passwords/passwords_model_delegate_mock.h", |
| 3385 ] | 3384 ] |
| 3386 deps += [ "//chrome/test:test_support_ui" ] | 3385 deps += [ "//chrome/test:test_support_ui" ] |
| 3387 } | 3386 } |
| 3388 | 3387 |
| 3389 if (enable_extensions) { | 3388 if (enable_extensions) { |
| 3390 deps += [ "//extensions/browser" ] | 3389 deps += [ "//extensions/browser" ] |
| 3391 } | 3390 } |
| 3392 } | 3391 } |
| OLD | NEW |