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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1819173002: SimpleGeolocation should support sending WiFi AP data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 4 years, 9 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/BUILD.gn ('k') | chromeos/geolocation/simple_geolocation_provider.h » ('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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'dbus/mock_shill_manager_client.cc', 577 'dbus/mock_shill_manager_client.cc',
578 'dbus/mock_shill_manager_client.h', 578 'dbus/mock_shill_manager_client.h',
579 'dbus/mock_shill_profile_client.cc', 579 'dbus/mock_shill_profile_client.cc',
580 'dbus/mock_shill_profile_client.h', 580 'dbus/mock_shill_profile_client.h',
581 'dbus/mock_shill_service_client.cc', 581 'dbus/mock_shill_service_client.cc',
582 'dbus/mock_shill_service_client.h', 582 'dbus/mock_shill_service_client.h',
583 'dbus/services/service_provider_test_helper.cc', 583 'dbus/services/service_provider_test_helper.cc',
584 'dbus/services/service_provider_test_helper.h', 584 'dbus/services/service_provider_test_helper.h',
585 'disks/mock_disk_mount_manager.cc', 585 'disks/mock_disk_mount_manager.cc',
586 'disks/mock_disk_mount_manager.h', 586 'disks/mock_disk_mount_manager.h',
587 'geolocation/simple_geolocation_request_test_monitor.cc',
588 'geolocation/simple_geolocation_request_test_monitor.h',
587 'login/auth/fake_extended_authenticator.cc', 589 'login/auth/fake_extended_authenticator.cc',
588 'login/auth/fake_extended_authenticator.h', 590 'login/auth/fake_extended_authenticator.h',
589 'login/auth/mock_auth_attempt_state_resolver.cc', 591 'login/auth/mock_auth_attempt_state_resolver.cc',
590 'login/auth/mock_auth_attempt_state_resolver.h', 592 'login/auth/mock_auth_attempt_state_resolver.h',
591 'login/auth/mock_auth_status_consumer.cc', 593 'login/auth/mock_auth_status_consumer.cc',
592 'login/auth/mock_auth_status_consumer.h', 594 'login/auth/mock_auth_status_consumer.h',
593 'login/auth/mock_url_fetchers.cc', 595 'login/auth/mock_url_fetchers.cc',
594 'login/auth/mock_url_fetchers.h', 596 'login/auth/mock_url_fetchers.h',
595 'network/fake_network_device_handler.cc', 597 'network/fake_network_device_handler.cc',
596 'network/fake_network_device_handler.h', 598 'network/fake_network_device_handler.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 '../build/isolate.gypi', 741 '../build/isolate.gypi',
740 ], 742 ],
741 'sources': [ 743 'sources': [
742 'chromeos_unittests.isolate', 744 'chromeos_unittests.isolate',
743 ], 745 ],
744 }, 746 },
745 ], 747 ],
746 }], 748 }],
747 ], 749 ],
748 } 750 }
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/geolocation/simple_geolocation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698