| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 | 7 |
| 8 # Collection of all components. You wouldn't link to this, but this is rather | 8 # Collection of all components. You wouldn't link to this, but this is rather |
| 9 # to reference the files so they can be compiled by the build system. | 9 # to reference the files so they can be compiled by the build system. |
| 10 group("all_components") { | 10 group("all_components") { |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "//components/signin/core/browser", | 86 "//components/signin/core/browser", |
| 87 "//components/startup_metric_utils", | 87 "//components/startup_metric_utils", |
| 88 "//components/strings", | 88 "//components/strings", |
| 89 "//components/sync_driver", | 89 "//components/sync_driver", |
| 90 "//components/tracing", | 90 "//components/tracing", |
| 91 "//components/translate/content/browser", | 91 "//components/translate/content/browser", |
| 92 "//components/translate/content/common", | 92 "//components/translate/content/common", |
| 93 "//components/translate/content/renderer", | 93 "//components/translate/content/renderer", |
| 94 "//components/translate/core/browser", | 94 "//components/translate/core/browser", |
| 95 "//components/translate/core/common", | 95 "//components/translate/core/common", |
| 96 "//components/ui/zoom:ui_zoom", |
| 96 "//components/url_fixer", | 97 "//components/url_fixer", |
| 97 "//components/url_matcher", | 98 "//components/url_matcher", |
| 98 "//components/user_manager", | 99 "//components/user_manager", |
| 99 "//components/user_prefs", | 100 "//components/user_prefs", |
| 100 "//components/variations", | 101 "//components/variations", |
| 101 "//components/visitedlink/browser", | 102 "//components/visitedlink/browser", |
| 102 "//components/visitedlink/common", | 103 "//components/visitedlink/common", |
| 103 "//components/visitedlink/renderer", | 104 "//components/visitedlink/renderer", |
| 104 "//components/web_cache/browser", | 105 "//components/web_cache/browser", |
| 105 "//components/web_cache/common", | 106 "//components/web_cache/common", |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 #'breakpad/app/crash_keys_win_unittest.cc', | 255 #'breakpad/app/crash_keys_win_unittest.cc', |
| 255 | 256 |
| 256 # Precache tests need these defines. | 257 # Precache tests need these defines. |
| 257 #configs += [ "//components/precache/core:precache_config" ] | 258 #configs += [ "//components/precache/core:precache_config" ] |
| 258 | 259 |
| 259 if (toolkit_views) { | 260 if (toolkit_views) { |
| 260 # TODO(GYP) enable this as above. | 261 # TODO(GYP) enable this as above. |
| 261 #deps += [ "//components/constrained_window:unit_tests" ] | 262 #deps += [ "//components/constrained_window:unit_tests" ] |
| 262 } | 263 } |
| 263 } | 264 } |
| OLD | NEW |