| 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/invalidation/impl", | 517 "//components/invalidation/impl", |
| 518 "//components/keyed_service/content", | 518 "//components/keyed_service/content", |
| 519 "//components/keyed_service/core", | 519 "//components/keyed_service/core", |
| 520 "//components/metrics:profiler", | 520 "//components/metrics:profiler", |
| 521 "//components/mime_util", | 521 "//components/mime_util", |
| 522 "//components/net_log", | 522 "//components/net_log", |
| 523 "//components/ntp_snippets", | 523 "//components/ntp_snippets", |
| 524 "//components/ntp_tiles", | 524 "//components/ntp_tiles", |
| 525 "//components/offline_pages/core", | 525 "//components/offline_pages/core", |
| 526 "//components/offline_pages/core/background:background_offliner", | 526 "//components/offline_pages/core/background:background_offliner", |
| 527 "//components/offline_pages/core/prefetch", |
| 527 "//components/omnibox/browser", | 528 "//components/omnibox/browser", |
| 528 "//components/onc", | 529 "//components/onc", |
| 529 "//components/password_manager/content/browser", | 530 "//components/password_manager/content/browser", |
| 530 "//components/password_manager/core/browser", | 531 "//components/password_manager/core/browser", |
| 531 "//components/password_manager/sync/browser", | 532 "//components/password_manager/sync/browser", |
| 532 "//components/pdf/browser", | 533 "//components/pdf/browser", |
| 533 "//components/physical_web/data_source", | 534 "//components/physical_web/data_source", |
| 534 "//components/physical_web/webui", | 535 "//components/physical_web/webui", |
| 535 "//components/policy/core/browser", | 536 "//components/policy/core/browser", |
| 536 "//components/pref_registry", | 537 "//components/pref_registry", |
| (...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3617 deps += [ | 3618 deps += [ |
| 3618 "//chrome/test:test_support_ui", | 3619 "//chrome/test:test_support_ui", |
| 3619 "//components/zoom", | 3620 "//components/zoom", |
| 3620 ] | 3621 ] |
| 3621 } | 3622 } |
| 3622 | 3623 |
| 3623 if (enable_extensions) { | 3624 if (enable_extensions) { |
| 3624 deps += [ "//extensions/browser" ] | 3625 deps += [ "//extensions/browser" ] |
| 3625 } | 3626 } |
| 3626 } | 3627 } |
| OLD | NEW |