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

Side by Side Diff: chromeos/chromeos.gyp

Issue 786693002: Move chrome/browser/chromeos/geolocation to chromeos/geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS 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_tests_unit.gypi ('k') | chromeos/geolocation/DEPS » ('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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 253 'device_event_log.cc',
254 'device_event_log.h', 254 'device_event_log.h',
255 'device_event_log_impl.cc', 255 'device_event_log_impl.cc',
256 'device_event_log_impl.h', 256 'device_event_log_impl.h',
257 'disks/disk_mount_manager.cc', 257 'disks/disk_mount_manager.cc',
258 'disks/disk_mount_manager.h', 258 'disks/disk_mount_manager.h',
259 'geolocation/geoposition.cc',
260 'geolocation/geoposition.h',
261 'geolocation/simple_geolocation_provider.cc',
262 'geolocation/simple_geolocation_provider.h',
263 'geolocation/simple_geolocation_request.cc',
264 'geolocation/simple_geolocation_request.h',
259 'login/auth/auth_attempt_state.cc', 265 'login/auth/auth_attempt_state.cc',
260 'login/auth/auth_attempt_state.h', 266 'login/auth/auth_attempt_state.h',
261 'login/auth/auth_attempt_state_resolver.cc', 267 'login/auth/auth_attempt_state_resolver.cc',
262 'login/auth/auth_attempt_state_resolver.h', 268 'login/auth/auth_attempt_state_resolver.h',
263 'login/auth/auth_status_consumer.cc', 269 'login/auth/auth_status_consumer.cc',
264 'login/auth/auth_status_consumer.h', 270 'login/auth/auth_status_consumer.h',
265 'login/auth/authenticator.cc', 271 'login/auth/authenticator.cc',
266 'login/auth/authenticator.h', 272 'login/auth/authenticator.h',
267 'login/auth/cryptohome_authenticator.cc', 273 'login/auth/cryptohome_authenticator.cc',
268 'login/auth/cryptohome_authenticator.h', 274 'login/auth/cryptohome_authenticator.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'dbus/shill_client_unittest_base.cc', 435 'dbus/shill_client_unittest_base.cc',
430 'dbus/shill_client_unittest_base.h', 436 'dbus/shill_client_unittest_base.h',
431 'dbus/shill_device_client_unittest.cc', 437 'dbus/shill_device_client_unittest.cc',
432 'dbus/shill_ipconfig_client_unittest.cc', 438 'dbus/shill_ipconfig_client_unittest.cc',
433 'dbus/shill_manager_client_unittest.cc', 439 'dbus/shill_manager_client_unittest.cc',
434 'dbus/shill_profile_client_unittest.cc', 440 'dbus/shill_profile_client_unittest.cc',
435 'dbus/shill_service_client_unittest.cc', 441 'dbus/shill_service_client_unittest.cc',
436 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 442 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
437 'device_event_log_impl_unittest.cc', 443 'device_event_log_impl_unittest.cc',
438 'disks/disk_mount_manager_unittest.cc', 444 'disks/disk_mount_manager_unittest.cc',
445 'geolocation/simple_geolocation_unittest.cc',
439 'login/auth/key_unittest.cc', 446 'login/auth/key_unittest.cc',
440 'login/login_state_unittest.cc', 447 'login/login_state_unittest.cc',
441 'network/auto_connect_handler_unittest.cc', 448 'network/auto_connect_handler_unittest.cc',
442 'network/client_cert_resolver_unittest.cc', 449 'network/client_cert_resolver_unittest.cc',
443 'network/geolocation_handler_unittest.cc', 450 'network/geolocation_handler_unittest.cc',
444 'network/host_resolver_impl_chromeos_unittest.cc', 451 'network/host_resolver_impl_chromeos_unittest.cc',
445 'network/managed_network_configuration_handler_unittest.cc', 452 'network/managed_network_configuration_handler_unittest.cc',
446 'network/network_cert_migrator_unittest.cc', 453 'network/network_cert_migrator_unittest.cc',
447 'network/network_change_notifier_chromeos_unittest.cc', 454 'network/network_change_notifier_chromeos_unittest.cc',
448 'network/network_configuration_handler_unittest.cc', 455 'network/network_configuration_handler_unittest.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 680 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
674 ], 681 ],
675 'variables': { 682 'variables': {
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 683 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
677 'proto_out_dir': 'chromeos/cryptohome', 684 'proto_out_dir': 'chromeos/cryptohome',
678 }, 685 },
679 'includes': ['../build/protoc.gypi'], 686 'includes': ['../build/protoc.gypi'],
680 }, 687 },
681 ], 688 ],
682 } 689 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/geolocation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698