Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: components/BUILD.gn

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 17 matching lines...) Expand all
28 "//components/cdm/browser", 28 "//components/cdm/browser",
29 "//components/cdm/common", 29 "//components/cdm/common",
30 "//components/cdm/renderer", 30 "//components/cdm/renderer",
31 "//components/certificate_reporting", 31 "//components/certificate_reporting",
32 "//components/cloud_devices/common", 32 "//components/cloud_devices/common",
33 "//components/chrome_apps", 33 "//components/chrome_apps",
34 "//components/component_updater", 34 "//components/component_updater",
35 "//components/compression", 35 "//components/compression",
36 "//components/content_settings/core/browser", 36 "//components/content_settings/core/browser",
37 "//components/content_settings/core/common", 37 "//components/content_settings/core/common",
38 "//components/crash/app", 38 "//components/crash/content/app",
39 "//components/crash/browser", 39 "//components/crash/content/browser",
40 "//components/crx_file", 40 "//components/crx_file",
41 "//components/data_reduction_proxy/core/browser", 41 "//components/data_reduction_proxy/core/browser",
42 "//components/data_reduction_proxy/core/common", 42 "//components/data_reduction_proxy/core/common",
43 "//components/device_event_log", 43 "//components/device_event_log",
44 "//components/devtools_discovery", 44 "//components/devtools_discovery",
45 "//components/devtools_http_handler", 45 "//components/devtools_http_handler",
46 "//components/dom_distiller/core", 46 "//components/dom_distiller/core",
47 "//components/domain_reliability", 47 "//components/domain_reliability",
48 "//components/enhanced_bookmarks", 48 "//components/enhanced_bookmarks",
49 "//components/favicon/core", 49 "//components/favicon/core",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "//components/pdf/common", 183 "//components/pdf/common",
184 "//components/pdf/renderer", 184 "//components/pdf/renderer",
185 ] 185 ]
186 } 186 }
187 187
188 if (is_android) { 188 if (is_android) {
189 deps -= [ 189 deps -= [
190 "//components/autofill/content/browser", # Blocked on content/blink. 190 "//components/autofill/content/browser", # Blocked on content/blink.
191 "//components/autofill/content/common", # Blocked on content. 191 "//components/autofill/content/common", # Blocked on content.
192 "//components/autofill/content/renderer", # Blocked on content/blink. 192 "//components/autofill/content/renderer", # Blocked on content/blink.
193 "//components/crash/app", # Should work, needs checking. 193 "//components/crash/content/app", # Should work, needs checking.
194 "//components/crash/browser", # Should work, needs checking. 194 "//components/crash/content/browser", # Should work, needs checking.
195 "//components/captive_portal", # Should work, needs checking. 195 "//components/captive_portal", # Should work, needs checking.
196 "//components/cloud_devices/common", # Should work, needs checking. 196 "//components/cloud_devices/common", # Should work, needs checking.
197 "//components/cdm/browser", # Blocked on content. 197 "//components/cdm/browser", # Blocked on content.
198 "//components/cdm/common", # Blocked on content. 198 "//components/cdm/common", # Blocked on content.
199 "//components/cdm/renderer", # Blocked on content. 199 "//components/cdm/renderer", # Blocked on content.
200 "//components/data_reduction_proxy/core/browser", # Should work, needs ch ecking. 200 "//components/data_reduction_proxy/core/browser", # Should work, needs ch ecking.
201 "//components/data_reduction_proxy/core/common", # Should work, needs che cking. 201 "//components/data_reduction_proxy/core/common", # Should work, needs che cking.
202 "//components/dom_distiller/core", # Blocked on content. 202 "//components/dom_distiller/core", # Blocked on content.
203 "//components/domain_reliability", # Blocked on content. 203 "//components/domain_reliability", # Blocked on content.
204 "//components/favicon/core", # Blocked on keyed service. 204 "//components/favicon/core", # Blocked on keyed service.
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 593
594 deps = [ 594 deps = [
595 "//base", 595 "//base",
596 "//base/test:test_support_perf", 596 "//base/test:test_support_perf",
597 "//testing/gtest", 597 "//testing/gtest",
598 "//testing/perf", 598 "//testing/perf",
599 "//content/test:test_support", 599 "//content/test:test_support",
600 "//components/visitedlink/browser", 600 "//components/visitedlink/browser",
601 ] 601 ]
602 } 602 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698