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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1933003003: ChromeOS: chromeos should not depend on chromeos_test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add CHROMEOS_EXPORT to SimpleGeolocationRequestTestMonitor. Created 4 years, 7 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_request_test_monitor.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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'disks/disk_mount_manager.cc', 241 'disks/disk_mount_manager.cc',
242 'disks/disk_mount_manager.h', 242 'disks/disk_mount_manager.h',
243 'disks/suspend_unmount_manager.cc', 243 'disks/suspend_unmount_manager.cc',
244 'disks/suspend_unmount_manager.h', 244 'disks/suspend_unmount_manager.h',
245 'geolocation/geoposition.cc', 245 'geolocation/geoposition.cc',
246 'geolocation/geoposition.h', 246 'geolocation/geoposition.h',
247 'geolocation/simple_geolocation_provider.cc', 247 'geolocation/simple_geolocation_provider.cc',
248 'geolocation/simple_geolocation_provider.h', 248 'geolocation/simple_geolocation_provider.h',
249 'geolocation/simple_geolocation_request.cc', 249 'geolocation/simple_geolocation_request.cc',
250 'geolocation/simple_geolocation_request.h', 250 'geolocation/simple_geolocation_request.h',
251 'geolocation/simple_geolocation_request_test_monitor.cc',
252 'geolocation/simple_geolocation_request_test_monitor.h',
251 'hugepage_text/hugepage_text.cc', 253 'hugepage_text/hugepage_text.cc',
252 'hugepage_text/hugepage_text.h', 254 'hugepage_text/hugepage_text.h',
253 'login/auth/auth_attempt_state.cc', 255 'login/auth/auth_attempt_state.cc',
254 'login/auth/auth_attempt_state.h', 256 'login/auth/auth_attempt_state.h',
255 'login/auth/auth_attempt_state_resolver.cc', 257 'login/auth/auth_attempt_state_resolver.cc',
256 'login/auth/auth_attempt_state_resolver.h', 258 'login/auth/auth_attempt_state_resolver.h',
257 'login/auth/auth_status_consumer.cc', 259 'login/auth/auth_status_consumer.cc',
258 'login/auth/auth_status_consumer.h', 260 'login/auth/auth_status_consumer.h',
259 'login/auth/authenticator.cc', 261 'login/auth/authenticator.cc',
260 'login/auth/authenticator.h', 262 'login/auth/authenticator.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'dbus/mock_shill_manager_client.cc', 582 'dbus/mock_shill_manager_client.cc',
581 'dbus/mock_shill_manager_client.h', 583 'dbus/mock_shill_manager_client.h',
582 'dbus/mock_shill_profile_client.cc', 584 'dbus/mock_shill_profile_client.cc',
583 'dbus/mock_shill_profile_client.h', 585 'dbus/mock_shill_profile_client.h',
584 'dbus/mock_shill_service_client.cc', 586 'dbus/mock_shill_service_client.cc',
585 'dbus/mock_shill_service_client.h', 587 'dbus/mock_shill_service_client.h',
586 'dbus/services/service_provider_test_helper.cc', 588 'dbus/services/service_provider_test_helper.cc',
587 'dbus/services/service_provider_test_helper.h', 589 'dbus/services/service_provider_test_helper.h',
588 'disks/mock_disk_mount_manager.cc', 590 'disks/mock_disk_mount_manager.cc',
589 'disks/mock_disk_mount_manager.h', 591 'disks/mock_disk_mount_manager.h',
590 'geolocation/simple_geolocation_request_test_monitor.cc',
591 'geolocation/simple_geolocation_request_test_monitor.h',
592 'login/auth/fake_extended_authenticator.cc', 592 'login/auth/fake_extended_authenticator.cc',
593 'login/auth/fake_extended_authenticator.h', 593 'login/auth/fake_extended_authenticator.h',
594 'login/auth/mock_auth_attempt_state_resolver.cc', 594 'login/auth/mock_auth_attempt_state_resolver.cc',
595 'login/auth/mock_auth_attempt_state_resolver.h', 595 'login/auth/mock_auth_attempt_state_resolver.h',
596 'login/auth/mock_auth_status_consumer.cc', 596 'login/auth/mock_auth_status_consumer.cc',
597 'login/auth/mock_auth_status_consumer.h', 597 'login/auth/mock_auth_status_consumer.h',
598 'login/auth/mock_url_fetchers.cc', 598 'login/auth/mock_url_fetchers.cc',
599 'login/auth/mock_url_fetchers.h', 599 'login/auth/mock_url_fetchers.h',
600 'network/fake_network_device_handler.cc', 600 'network/fake_network_device_handler.cc',
601 'network/fake_network_device_handler.h', 601 'network/fake_network_device_handler.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 '../build/isolate.gypi', 746 '../build/isolate.gypi',
747 ], 747 ],
748 'sources': [ 748 'sources': [
749 'chromeos_unittests.isolate', 749 'chromeos_unittests.isolate',
750 ], 750 ],
751 }, 751 },
752 ], 752 ],
753 }], 753 }],
754 ], 754 ],
755 } 755 }
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/geolocation/simple_geolocation_request_test_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698