| 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 import("//testing/test.gni") |    7 import("//testing/test.gni") | 
|    8 import("//tools/grit/repack.gni") |    8 import("//tools/grit/repack.gni") | 
|    9  |    9  | 
|   10 # Collection of all components. You wouldn't link to this, but this is rather |   10 # Collection of all components. You wouldn't link to this, but this is rather | 
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  117       "//components/proxy_config", |  117       "//components/proxy_config", | 
|  118       "//components/query_parser", |  118       "//components/query_parser", | 
|  119       "//components/rappor", |  119       "//components/rappor", | 
|  120       "//components/renderer_context_menu", |  120       "//components/renderer_context_menu", | 
|  121       "//components/resources:components_resources", |  121       "//components/resources:components_resources", | 
|  122       "//components/search_provider_logos", |  122       "//components/search_provider_logos", | 
|  123       "//components/security_interstitials/core", |  123       "//components/security_interstitials/core", | 
|  124       "//components/sessions", |  124       "//components/sessions", | 
|  125       "//components/signin/core/browser", |  125       "//components/signin/core/browser", | 
|  126       "//components/ssl_config", |  126       "//components/ssl_config", | 
|  127       "//components/startup_metric_utils", |  127       "//components/startup_metric_utils/browser", | 
|  128       "//components/sync_driver", |  128       "//components/sync_driver", | 
|  129       "//components/sync_sessions", |  129       "//components/sync_sessions", | 
|  130       "//components/tracing", |  130       "//components/tracing", | 
|  131       "//components/tracing:startup_tracing", |  131       "//components/tracing:startup_tracing", | 
|  132       "//components/translate/content/browser", |  132       "//components/translate/content/browser", | 
|  133       "//components/translate/content/common", |  133       "//components/translate/content/common", | 
|  134       "//components/translate/content/renderer", |  134       "//components/translate/content/renderer", | 
|  135       "//components/translate/core/browser", |  135       "//components/translate/core/browser", | 
|  136       "//components/translate/core/common", |  136       "//components/translate/core/common", | 
|  137       "//components/ui/zoom", |  137       "//components/ui/zoom", | 
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  619   ] |  619   ] | 
|  620   if (!is_ios) { |  620   if (!is_ios) { | 
|  621     deps += [ |  621     deps += [ | 
|  622       "//base", |  622       "//base", | 
|  623       "//base/test:test_support_perf", |  623       "//base/test:test_support_perf", | 
|  624       "//content/test:test_support", |  624       "//content/test:test_support", | 
|  625       "//components/visitedlink/browser", |  625       "//components/visitedlink/browser", | 
|  626     ] |  626     ] | 
|  627   } |  627   } | 
|  628 } |  628 } | 
| OLD | NEW |