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

Side by Side Diff: components/BUILD.gn

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. Created 5 years, 10 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 | « chromeos/network/shill_property_util.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 8
9 # Collection of all components. You wouldn't link to this, but this is rather 9 # Collection of all components. You wouldn't link to this, but this is rather
10 # to reference the files so they can be compiled by the build system. 10 # to reference the files so they can be compiled by the build system.
(...skipping 15 matching lines...) Expand all
26 "//components/cdm/renderer", 26 "//components/cdm/renderer",
27 "//components/cloud_devices/common", 27 "//components/cloud_devices/common",
28 "//components/component_updater", 28 "//components/component_updater",
29 "//components/content_settings/core/browser", 29 "//components/content_settings/core/browser",
30 "//components/content_settings/core/common", 30 "//components/content_settings/core/common",
31 "//components/crash/app", 31 "//components/crash/app",
32 "//components/crash/browser", 32 "//components/crash/browser",
33 "//components/crx_file", 33 "//components/crx_file",
34 "//components/data_reduction_proxy/core/browser", 34 "//components/data_reduction_proxy/core/browser",
35 "//components/data_reduction_proxy/core/common", 35 "//components/data_reduction_proxy/core/common",
36 "//components/device_event_log",
36 "//components/dom_distiller/core", 37 "//components/dom_distiller/core",
37 "//components/domain_reliability", 38 "//components/domain_reliability",
38 "//components/enhanced_bookmarks", 39 "//components/enhanced_bookmarks",
39 "//components/favicon/core", 40 "//components/favicon/core",
40 "//components/favicon_base", 41 "//components/favicon_base",
41 "//components/feedback", 42 "//components/feedback",
42 "//components/gcm_driver", 43 "//components/gcm_driver",
43 "//components/google/core/browser", 44 "//components/google/core/browser",
44 "//components/history/content/browser", 45 "//components/history/content/browser",
45 "//components/history/core/browser", 46 "//components/history/core/browser",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "//components/autofill/core/browser:unit_tests", 231 "//components/autofill/core/browser:unit_tests",
231 "//components/autofill/core/common:unit_tests", 232 "//components/autofill/core/common:unit_tests",
232 "//components/bookmarks/browser:unit_tests", 233 "//components/bookmarks/browser:unit_tests",
233 "//components/captive_portal:unit_tests", 234 "//components/captive_portal:unit_tests",
234 "//components/cloud_devices/common:unit_tests", 235 "//components/cloud_devices/common:unit_tests",
235 "//components/content_settings/core/browser:unit_tests", 236 "//components/content_settings/core/browser:unit_tests",
236 "//components/content_settings/core/common:unit_tests", 237 "//components/content_settings/core/common:unit_tests",
237 "//components/crx_file:unit_tests", 238 "//components/crx_file:unit_tests",
238 "//components/data_reduction_proxy/core/browser:unit_tests", 239 "//components/data_reduction_proxy/core/browser:unit_tests",
239 "//components/data_reduction_proxy/core/common:unit_tests", 240 "//components/data_reduction_proxy/core/common:unit_tests",
241 "//components/device_event_log:unit_tests",
240 "//components/dom_distiller/core:unit_tests", 242 "//components/dom_distiller/core:unit_tests",
241 "//components/domain_reliability:unit_tests", 243 "//components/domain_reliability:unit_tests",
242 "//components/favicon_base:unit_tests", 244 "//components/favicon_base:unit_tests",
243 "//components/google/core/browser:unit_tests", 245 "//components/google/core/browser:unit_tests",
244 "//components/invalidation:unittests", 246 "//components/invalidation:unittests",
245 "//components/login:unit_tests", 247 "//components/login:unit_tests",
246 "//components/metrics:unit_tests", 248 "//components/metrics:unit_tests",
247 "//components/omnibox:unit_tests", 249 "//components/omnibox:unit_tests",
248 "//components/ownership:unit_tests", 250 "//components/ownership:unit_tests",
249 "//components/packed_ct_ev_whitelist:unit_tests", 251 "//components/packed_ct_ev_whitelist:unit_tests",
(...skipping 22 matching lines...) Expand all
272 274
273 if (toolkit_views) { 275 if (toolkit_views) {
274 # TODO(GYP) enable this as above. 276 # TODO(GYP) enable this as above.
275 #deps += [ "//components/constrained_window:unit_tests" ] 277 #deps += [ "//components/constrained_window:unit_tests" ]
276 } 278 }
277 if (is_win) { 279 if (is_win) {
278 deps += [ "//components/browser_watcher:unit_tests" ] 280 deps += [ "//components/browser_watcher:unit_tests" ]
279 } 281 }
280 } 282 }
281 } 283 }
OLDNEW
« no previous file with comments | « chromeos/network/shill_property_util.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698