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

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: Move device_event_log::Initialize call to BrowserProcessImpl. 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
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'dbus/shill_third_party_vpn_driver_client.cc', 253 'dbus/shill_third_party_vpn_driver_client.cc',
254 'dbus/shill_third_party_vpn_driver_client.h', 254 'dbus/shill_third_party_vpn_driver_client.h',
255 'dbus/sms_client.cc', 255 'dbus/sms_client.cc',
256 'dbus/sms_client.h', 256 'dbus/sms_client.h',
257 'dbus/system_clock_client.cc', 257 'dbus/system_clock_client.cc',
258 'dbus/system_clock_client.h', 258 'dbus/system_clock_client.h',
259 'dbus/update_engine_client.cc', 259 'dbus/update_engine_client.cc',
260 'dbus/update_engine_client.h', 260 'dbus/update_engine_client.h',
261 'dbus/volume_state.cc', 261 'dbus/volume_state.cc',
262 'dbus/volume_state.h', 262 'dbus/volume_state.h',
263 'device_event_log.cc',
264 'device_event_log.h',
265 'device_event_log_impl.cc',
266 'device_event_log_impl.h',
267 'disks/disk_mount_manager.cc', 263 'disks/disk_mount_manager.cc',
268 'disks/disk_mount_manager.h', 264 'disks/disk_mount_manager.h',
269 'geolocation/geoposition.cc', 265 'geolocation/geoposition.cc',
270 'geolocation/geoposition.h', 266 'geolocation/geoposition.h',
271 'geolocation/simple_geolocation_provider.cc', 267 'geolocation/simple_geolocation_provider.cc',
272 'geolocation/simple_geolocation_provider.h', 268 'geolocation/simple_geolocation_provider.h',
273 'geolocation/simple_geolocation_request.cc', 269 'geolocation/simple_geolocation_request.cc',
274 'geolocation/simple_geolocation_request.h', 270 'geolocation/simple_geolocation_request.h',
275 'login/auth/auth_attempt_state.cc', 271 'login/auth/auth_attempt_state.cc',
276 'login/auth/auth_attempt_state.h', 272 'login/auth/auth_attempt_state.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'dbus/services/cros_dbus_service_unittest.cc', 452 'dbus/services/cros_dbus_service_unittest.cc',
457 'dbus/services/proxy_resolution_service_provider_unittest.cc', 453 'dbus/services/proxy_resolution_service_provider_unittest.cc',
458 'dbus/shill_client_unittest_base.cc', 454 'dbus/shill_client_unittest_base.cc',
459 'dbus/shill_client_unittest_base.h', 455 'dbus/shill_client_unittest_base.h',
460 'dbus/shill_device_client_unittest.cc', 456 'dbus/shill_device_client_unittest.cc',
461 'dbus/shill_ipconfig_client_unittest.cc', 457 'dbus/shill_ipconfig_client_unittest.cc',
462 'dbus/shill_manager_client_unittest.cc', 458 'dbus/shill_manager_client_unittest.cc',
463 'dbus/shill_profile_client_unittest.cc', 459 'dbus/shill_profile_client_unittest.cc',
464 'dbus/shill_service_client_unittest.cc', 460 'dbus/shill_service_client_unittest.cc',
465 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 461 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
466 'device_event_log_impl_unittest.cc',
467 'disks/disk_mount_manager_unittest.cc', 462 'disks/disk_mount_manager_unittest.cc',
468 'geolocation/simple_geolocation_unittest.cc', 463 'geolocation/simple_geolocation_unittest.cc',
469 'login/auth/key_unittest.cc', 464 'login/auth/key_unittest.cc',
470 'login/login_state_unittest.cc', 465 'login/login_state_unittest.cc',
471 'network/auto_connect_handler_unittest.cc', 466 'network/auto_connect_handler_unittest.cc',
472 'network/client_cert_resolver_unittest.cc', 467 'network/client_cert_resolver_unittest.cc',
473 'network/geolocation_handler_unittest.cc', 468 'network/geolocation_handler_unittest.cc',
474 'network/host_resolver_impl_chromeos_unittest.cc', 469 'network/host_resolver_impl_chromeos_unittest.cc',
475 'network/managed_network_configuration_handler_unittest.cc', 470 'network/managed_network_configuration_handler_unittest.cc',
476 'network/network_cert_migrator_unittest.cc', 471 'network/network_cert_migrator_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'target_name': 'chromeos', 504 'target_name': 'chromeos',
510 'type': '<(component)', 505 'type': '<(component)',
511 'dependencies': [ 506 'dependencies': [
512 '../base/base.gyp:base', 507 '../base/base.gyp:base',
513 '../base/base.gyp:base_i18n', 508 '../base/base.gyp:base_i18n',
514 '../base/base.gyp:base_prefs', 509 '../base/base.gyp:base_prefs',
515 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 510 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
516 '../build/linux/system.gyp:dbus', 511 '../build/linux/system.gyp:dbus',
517 '../build/linux/system.gyp:ssl', 512 '../build/linux/system.gyp:ssl',
518 '../components/components.gyp:cloud_policy_proto', 513 '../components/components.gyp:cloud_policy_proto',
514 '../components/components.gyp:device_event_log_component',
519 '../components/components.gyp:onc_component', 515 '../components/components.gyp:onc_component',
520 '../crypto/crypto.gyp:crypto', 516 '../crypto/crypto.gyp:crypto',
521 '../dbus/dbus.gyp:dbus', 517 '../dbus/dbus.gyp:dbus',
522 '../google_apis/google_apis.gyp:google_apis', 518 '../google_apis/google_apis.gyp:google_apis',
523 '../net/net.gyp:net', 519 '../net/net.gyp:net',
524 '../third_party/icu/icu.gyp:icui18n', 520 '../third_party/icu/icu.gyp:icui18n',
525 '../third_party/libxml/libxml.gyp:libxml', 521 '../third_party/libxml/libxml.gyp:libxml',
526 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 522 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
527 '../url/url.gyp:url_lib', 523 '../url/url.gyp:url_lib',
528 'cryptohome_proto', 524 'cryptohome_proto',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 700 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
705 ], 701 ],
706 'variables': { 702 'variables': {
707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 703 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
708 'proto_out_dir': 'chromeos/cryptohome', 704 'proto_out_dir': 'chromeos/cryptohome',
709 }, 705 },
710 'includes': ['../build/protoc.gypi'], 706 'includes': ['../build/protoc.gypi'],
711 }, 707 },
712 ], 708 ],
713 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698