| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 "//components/favicon/content", | 514 "//components/favicon/content", |
| 515 "//components/favicon/core", | 515 "//components/favicon/core", |
| 516 "//components/feedback", | 516 "//components/feedback", |
| 517 "//components/flags_ui", | 517 "//components/flags_ui", |
| 518 "//components/gcm_driver", | 518 "//components/gcm_driver", |
| 519 "//components/google/core/browser", | 519 "//components/google/core/browser", |
| 520 "//components/history/content/browser", | 520 "//components/history/content/browser", |
| 521 "//components/image_fetcher/core", | 521 "//components/image_fetcher/core", |
| 522 "//components/infobars/core", | 522 "//components/infobars/core", |
| 523 "//components/invalidation/impl", | 523 "//components/invalidation/impl", |
| 524 "//components/keyboard_lock:definition", |
| 524 "//components/keyed_service/content", | 525 "//components/keyed_service/content", |
| 525 "//components/keyed_service/core", | 526 "//components/keyed_service/core", |
| 526 "//components/metrics:profiler", | 527 "//components/metrics:profiler", |
| 527 "//components/net_log", | 528 "//components/net_log", |
| 528 "//components/ntp_snippets", | 529 "//components/ntp_snippets", |
| 529 "//components/ntp_tiles", | 530 "//components/ntp_tiles", |
| 530 "//components/offline_pages/core", | 531 "//components/offline_pages/core", |
| 531 "//components/offline_pages/core/background:background_offliner", | 532 "//components/offline_pages/core/background:background_offliner", |
| 532 "//components/offline_pages/core/prefetch", | 533 "//components/offline_pages/core/prefetch", |
| 533 "//components/offline_pages/features:features", | 534 "//components/offline_pages/features:features", |
| (...skipping 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3728 deps += [ | 3729 deps += [ |
| 3729 "//chrome/test:test_support_ui", | 3730 "//chrome/test:test_support_ui", |
| 3730 "//components/zoom", | 3731 "//components/zoom", |
| 3731 ] | 3732 ] |
| 3732 } | 3733 } |
| 3733 | 3734 |
| 3734 if (enable_extensions) { | 3735 if (enable_extensions) { |
| 3735 deps += [ "//extensions/browser" ] | 3736 deps += [ "//extensions/browser" ] |
| 3736 } | 3737 } |
| 3737 } | 3738 } |
| OLD | NEW |