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

Side by Side Diff: chromeos/chromeos.gyp

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/DEPS ('k') | chromeos/dbus/dbus_thread_manager.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'dbus/shill_third_party_vpn_driver_client.cc', 257 'dbus/shill_third_party_vpn_driver_client.cc',
258 'dbus/shill_third_party_vpn_driver_client.h', 258 'dbus/shill_third_party_vpn_driver_client.h',
259 'dbus/sms_client.cc', 259 'dbus/sms_client.cc',
260 'dbus/sms_client.h', 260 'dbus/sms_client.h',
261 'dbus/system_clock_client.cc', 261 'dbus/system_clock_client.cc',
262 'dbus/system_clock_client.h', 262 'dbus/system_clock_client.h',
263 'dbus/update_engine_client.cc', 263 'dbus/update_engine_client.cc',
264 'dbus/update_engine_client.h', 264 'dbus/update_engine_client.h',
265 'dbus/volume_state.cc', 265 'dbus/volume_state.cc',
266 'dbus/volume_state.h', 266 'dbus/volume_state.h',
267 'device_event_log.cc',
268 'device_event_log.h',
269 'device_event_log_impl.cc',
270 'device_event_log_impl.h',
271 'disks/disk_mount_manager.cc', 267 'disks/disk_mount_manager.cc',
272 'disks/disk_mount_manager.h', 268 'disks/disk_mount_manager.h',
273 'geolocation/geoposition.cc', 269 'geolocation/geoposition.cc',
274 'geolocation/geoposition.h', 270 'geolocation/geoposition.h',
275 'geolocation/simple_geolocation_provider.cc', 271 'geolocation/simple_geolocation_provider.cc',
276 'geolocation/simple_geolocation_provider.h', 272 'geolocation/simple_geolocation_provider.h',
277 'geolocation/simple_geolocation_request.cc', 273 'geolocation/simple_geolocation_request.cc',
278 'geolocation/simple_geolocation_request.h', 274 'geolocation/simple_geolocation_request.h',
279 'login/auth/auth_attempt_state.cc', 275 'login/auth/auth_attempt_state.cc',
280 'login/auth/auth_attempt_state.h', 276 'login/auth/auth_attempt_state.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'dbus/services/cros_dbus_service_unittest.cc', 456 'dbus/services/cros_dbus_service_unittest.cc',
461 'dbus/services/proxy_resolution_service_provider_unittest.cc', 457 'dbus/services/proxy_resolution_service_provider_unittest.cc',
462 'dbus/shill_client_unittest_base.cc', 458 'dbus/shill_client_unittest_base.cc',
463 'dbus/shill_client_unittest_base.h', 459 'dbus/shill_client_unittest_base.h',
464 'dbus/shill_device_client_unittest.cc', 460 'dbus/shill_device_client_unittest.cc',
465 'dbus/shill_ipconfig_client_unittest.cc', 461 'dbus/shill_ipconfig_client_unittest.cc',
466 'dbus/shill_manager_client_unittest.cc', 462 'dbus/shill_manager_client_unittest.cc',
467 'dbus/shill_profile_client_unittest.cc', 463 'dbus/shill_profile_client_unittest.cc',
468 'dbus/shill_service_client_unittest.cc', 464 'dbus/shill_service_client_unittest.cc',
469 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 465 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
470 'device_event_log_impl_unittest.cc',
471 'disks/disk_mount_manager_unittest.cc', 466 'disks/disk_mount_manager_unittest.cc',
472 'geolocation/simple_geolocation_unittest.cc', 467 'geolocation/simple_geolocation_unittest.cc',
473 'login/auth/key_unittest.cc', 468 'login/auth/key_unittest.cc',
474 'login/login_state_unittest.cc', 469 'login/login_state_unittest.cc',
475 'network/auto_connect_handler_unittest.cc', 470 'network/auto_connect_handler_unittest.cc',
476 'network/client_cert_resolver_unittest.cc', 471 'network/client_cert_resolver_unittest.cc',
477 'network/geolocation_handler_unittest.cc', 472 'network/geolocation_handler_unittest.cc',
478 'network/host_resolver_impl_chromeos_unittest.cc', 473 'network/host_resolver_impl_chromeos_unittest.cc',
479 'network/managed_network_configuration_handler_unittest.cc', 474 'network/managed_network_configuration_handler_unittest.cc',
480 'network/network_cert_migrator_unittest.cc', 475 'network/network_cert_migrator_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'target_name': 'chromeos', 508 'target_name': 'chromeos',
514 'type': '<(component)', 509 'type': '<(component)',
515 'dependencies': [ 510 'dependencies': [
516 '../base/base.gyp:base', 511 '../base/base.gyp:base',
517 '../base/base.gyp:base_i18n', 512 '../base/base.gyp:base_i18n',
518 '../base/base.gyp:base_prefs', 513 '../base/base.gyp:base_prefs',
519 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 514 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
520 '../build/linux/system.gyp:dbus', 515 '../build/linux/system.gyp:dbus',
521 '../build/linux/system.gyp:ssl', 516 '../build/linux/system.gyp:ssl',
522 '../components/components.gyp:cloud_policy_proto', 517 '../components/components.gyp:cloud_policy_proto',
518 '../components/components.gyp:device_event_log_component',
523 '../components/components.gyp:onc_component', 519 '../components/components.gyp:onc_component',
524 '../crypto/crypto.gyp:crypto', 520 '../crypto/crypto.gyp:crypto',
525 '../dbus/dbus.gyp:dbus', 521 '../dbus/dbus.gyp:dbus',
526 '../google_apis/google_apis.gyp:google_apis', 522 '../google_apis/google_apis.gyp:google_apis',
527 '../net/net.gyp:net', 523 '../net/net.gyp:net',
528 '../third_party/icu/icu.gyp:icui18n', 524 '../third_party/icu/icu.gyp:icui18n',
529 '../third_party/libxml/libxml.gyp:libxml', 525 '../third_party/libxml/libxml.gyp:libxml',
530 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 526 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
531 '../url/url.gyp:url_lib', 527 '../url/url.gyp:url_lib',
532 'cryptohome_proto', 528 'cryptohome_proto',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
709 ], 705 ],
710 'variables': { 706 'variables': {
711 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
712 'proto_out_dir': 'chromeos/cryptohome', 708 'proto_out_dir': 'chromeos/cryptohome',
713 }, 709 },
714 'includes': ['../build/protoc.gypi'], 710 'includes': ['../build/protoc.gypi'],
715 }, 711 },
716 ], 712 ],
717 } 713 }
OLDNEW
« no previous file with comments | « chromeos/DEPS ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698