| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "//components/browsing_data/core", | 483 "//components/browsing_data/core", |
| 484 "//components/bubble:bubble", | 484 "//components/bubble:bubble", |
| 485 "//components/certificate_reporting:cert_logger_proto", | 485 "//components/certificate_reporting:cert_logger_proto", |
| 486 "//components/certificate_reporting:encrypted_cert_logger_proto", | 486 "//components/certificate_reporting:encrypted_cert_logger_proto", |
| 487 "//components/content_settings/core/browser", | 487 "//components/content_settings/core/browser", |
| 488 "//components/crash/content/app", | 488 "//components/crash/content/app", |
| 489 "//components/crash/core/browser", | 489 "//components/crash/core/browser", |
| 490 "//components/crx_file", | 490 "//components/crx_file", |
| 491 "//components/data_reduction_proxy/core/browser", | 491 "//components/data_reduction_proxy/core/browser", |
| 492 "//components/device_event_log", | 492 "//components/device_event_log", |
| 493 "//components/discardable_memory/client", |
| 494 "//components/discardable_memory/public/interfaces", |
| 493 "//components/dom_distiller/content/browser", | 495 "//components/dom_distiller/content/browser", |
| 494 "//components/dom_distiller/webui", | 496 "//components/dom_distiller/webui", |
| 495 "//components/domain_reliability", | 497 "//components/domain_reliability", |
| 496 "//components/favicon/content", | 498 "//components/favicon/content", |
| 497 "//components/favicon/core", | 499 "//components/favicon/core", |
| 498 "//components/feedback", | 500 "//components/feedback", |
| 499 "//components/flags_ui", | 501 "//components/flags_ui", |
| 500 "//components/gcm_driver", | 502 "//components/gcm_driver", |
| 501 "//components/google/core/browser", | 503 "//components/google/core/browser", |
| 502 "//components/guest_view/browser", | 504 "//components/guest_view/browser", |
| (...skipping 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3484 "test/test_confirm_bubble_model.cc", | 3486 "test/test_confirm_bubble_model.cc", |
| 3485 "test/test_confirm_bubble_model.h", | 3487 "test/test_confirm_bubble_model.h", |
| 3486 ] | 3488 ] |
| 3487 deps += [ "//chrome/test:test_support_ui" ] | 3489 deps += [ "//chrome/test:test_support_ui" ] |
| 3488 } | 3490 } |
| 3489 | 3491 |
| 3490 if (enable_extensions) { | 3492 if (enable_extensions) { |
| 3491 deps += [ "//extensions/browser" ] | 3493 deps += [ "//extensions/browser" ] |
| 3492 } | 3494 } |
| 3493 } | 3495 } |
| OLD | NEW |