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

Side by Side Diff: chromeos/chromeos.gyp

Issue 773703002: Generalize network_event_log -> device_event_log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + feedback Created 6 years 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 | « chrome/chrome_browser_chromeos.gypi ('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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'dbus/shill_third_party_vpn_driver_client.cc', 243 'dbus/shill_third_party_vpn_driver_client.cc',
244 'dbus/shill_third_party_vpn_driver_client.h', 244 'dbus/shill_third_party_vpn_driver_client.h',
245 'dbus/sms_client.cc', 245 'dbus/sms_client.cc',
246 'dbus/sms_client.h', 246 'dbus/sms_client.h',
247 'dbus/system_clock_client.cc', 247 'dbus/system_clock_client.cc',
248 'dbus/system_clock_client.h', 248 'dbus/system_clock_client.h',
249 'dbus/update_engine_client.cc', 249 'dbus/update_engine_client.cc',
250 'dbus/update_engine_client.h', 250 'dbus/update_engine_client.h',
251 'dbus/volume_state.cc', 251 'dbus/volume_state.cc',
252 'dbus/volume_state.h', 252 'dbus/volume_state.h',
253 'device_event_log.cc',
254 'device_event_log.h',
255 'device_event_log_impl.cc',
256 'device_event_log_impl.h',
253 'disks/disk_mount_manager.cc', 257 'disks/disk_mount_manager.cc',
254 'disks/disk_mount_manager.h', 258 'disks/disk_mount_manager.h',
255 'login/auth/auth_attempt_state.cc', 259 'login/auth/auth_attempt_state.cc',
256 'login/auth/auth_attempt_state.h', 260 'login/auth/auth_attempt_state.h',
257 'login/auth/auth_attempt_state_resolver.cc', 261 'login/auth/auth_attempt_state_resolver.cc',
258 'login/auth/auth_attempt_state_resolver.h', 262 'login/auth/auth_attempt_state_resolver.h',
259 'login/auth/auth_status_consumer.cc', 263 'login/auth/auth_status_consumer.cc',
260 'login/auth/auth_status_consumer.h', 264 'login/auth/auth_status_consumer.h',
261 'login/auth/authenticator.cc', 265 'login/auth/authenticator.cc',
262 'login/auth/authenticator.h', 266 'login/auth/authenticator.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'network/network_change_notifier_factory_chromeos.h', 320 'network/network_change_notifier_factory_chromeos.h',
317 'network/network_configuration_handler.cc', 321 'network/network_configuration_handler.cc',
318 'network/network_configuration_handler.h', 322 'network/network_configuration_handler.h',
319 'network/network_configuration_observer.h', 323 'network/network_configuration_observer.h',
320 'network/network_connection_handler.cc', 324 'network/network_connection_handler.cc',
321 'network/network_connection_handler.h', 325 'network/network_connection_handler.h',
322 'network/network_device_handler.cc', 326 'network/network_device_handler.cc',
323 'network/network_device_handler.h', 327 'network/network_device_handler.h',
324 'network/network_device_handler_impl.cc', 328 'network/network_device_handler_impl.cc',
325 'network/network_device_handler_impl.h', 329 'network/network_device_handler_impl.h',
326 'network/network_event_log.cc',
327 'network/network_event_log.h', 330 'network/network_event_log.h',
328 'network/network_handler.cc', 331 'network/network_handler.cc',
329 'network/network_handler.h', 332 'network/network_handler.h',
330 'network/network_handler_callbacks.cc', 333 'network/network_handler_callbacks.cc',
331 'network/network_handler_callbacks.h', 334 'network/network_handler_callbacks.h',
332 'network/network_ip_config.cc', 335 'network/network_ip_config.cc',
333 'network/network_ip_config.h', 336 'network/network_ip_config.h',
334 'network/network_profile.cc', 337 'network/network_profile.cc',
335 'network/network_profile.h', 338 'network/network_profile.h',
336 'network/network_profile_handler.cc', 339 'network/network_profile_handler.cc',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'dbus/services/cros_dbus_service_unittest.cc', 427 'dbus/services/cros_dbus_service_unittest.cc',
425 'dbus/services/proxy_resolution_service_provider_unittest.cc', 428 'dbus/services/proxy_resolution_service_provider_unittest.cc',
426 'dbus/shill_client_unittest_base.cc', 429 'dbus/shill_client_unittest_base.cc',
427 'dbus/shill_client_unittest_base.h', 430 'dbus/shill_client_unittest_base.h',
428 'dbus/shill_device_client_unittest.cc', 431 'dbus/shill_device_client_unittest.cc',
429 'dbus/shill_ipconfig_client_unittest.cc', 432 'dbus/shill_ipconfig_client_unittest.cc',
430 'dbus/shill_manager_client_unittest.cc', 433 'dbus/shill_manager_client_unittest.cc',
431 'dbus/shill_profile_client_unittest.cc', 434 'dbus/shill_profile_client_unittest.cc',
432 'dbus/shill_service_client_unittest.cc', 435 'dbus/shill_service_client_unittest.cc',
433 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 436 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
437 'device_event_log_impl_unittest.cc',
434 'disks/disk_mount_manager_unittest.cc', 438 'disks/disk_mount_manager_unittest.cc',
435 'login/auth/key_unittest.cc', 439 'login/auth/key_unittest.cc',
436 'login/login_state_unittest.cc', 440 'login/login_state_unittest.cc',
437 'network/auto_connect_handler_unittest.cc', 441 'network/auto_connect_handler_unittest.cc',
438 'network/client_cert_resolver_unittest.cc', 442 'network/client_cert_resolver_unittest.cc',
439 'network/geolocation_handler_unittest.cc', 443 'network/geolocation_handler_unittest.cc',
440 'network/host_resolver_impl_chromeos_unittest.cc', 444 'network/host_resolver_impl_chromeos_unittest.cc',
441 'network/managed_network_configuration_handler_unittest.cc', 445 'network/managed_network_configuration_handler_unittest.cc',
442 'network/network_cert_migrator_unittest.cc', 446 'network/network_cert_migrator_unittest.cc',
443 'network/network_change_notifier_chromeos_unittest.cc', 447 'network/network_change_notifier_chromeos_unittest.cc',
444 'network/network_configuration_handler_unittest.cc', 448 'network/network_configuration_handler_unittest.cc',
445 'network/network_connection_handler_unittest.cc', 449 'network/network_connection_handler_unittest.cc',
446 'network/network_device_handler_unittest.cc', 450 'network/network_device_handler_unittest.cc',
447 'network/network_event_log_unittest.cc',
448 'network/network_profile_handler_stub.h', 451 'network/network_profile_handler_stub.h',
449 'network/network_sms_handler_unittest.cc', 452 'network/network_sms_handler_unittest.cc',
450 'network/network_state_handler_unittest.cc', 453 'network/network_state_handler_unittest.cc',
451 'network/network_state_unittest.cc', 454 'network/network_state_unittest.cc',
452 'network/network_type_pattern_unittest.cc', 455 'network/network_type_pattern_unittest.cc',
453 'network/network_ui_data_unittest.cc', 456 'network/network_ui_data_unittest.cc',
454 'network/network_util_unittest.cc', 457 'network/network_util_unittest.cc',
455 'network/onc/onc_certificate_importer_impl_unittest.cc', 458 'network/onc/onc_certificate_importer_impl_unittest.cc',
456 'network/onc/onc_merger_unittest.cc', 459 'network/onc/onc_merger_unittest.cc',
457 'network/onc/onc_normalizer_unittest.cc', 460 'network/onc/onc_normalizer_unittest.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
671 ], 674 ],
672 'variables': { 675 'variables': {
673 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
674 'proto_out_dir': 'chromeos/cryptohome', 677 'proto_out_dir': 'chromeos/cryptohome',
675 }, 678 },
676 'includes': ['../build/protoc.gypi'], 679 'includes': ['../build/protoc.gypi'],
677 }, 680 },
678 ], 681 ],
679 } 682 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698