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

Unified Diff: chromeos/chromeos.gyp

Issue 888873003: tools/sort_sources.py: sort C++ source file names in build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 91efc3acb50201b33e208a477bf6f471e053ae87..d870e1ecad2eab3a3825c7d18006225b811a6219 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -13,6 +13,10 @@
'accelerometer/accelerometer_types.h',
'app_mode/kiosk_oem_manifest_parser.cc',
'app_mode/kiosk_oem_manifest_parser.h',
+ 'attestation/attestation_constants.cc',
+ 'attestation/attestation_constants.h',
+ 'attestation/attestation_flow.cc',
+ 'attestation/attestation_flow.h',
'audio/audio_device.cc',
'audio/audio_device.h',
'audio/audio_devices_pref_handler.h',
@@ -24,10 +28,6 @@
'audio/chromeos_sounds.h',
'audio/cras_audio_handler.cc',
'audio/cras_audio_handler.h',
- 'attestation/attestation_constants.cc',
- 'attestation/attestation_constants.h',
- 'attestation/attestation_flow.cc',
- 'attestation/attestation_flow.h',
'cert_loader.cc',
'cert_loader.h',
'chromeos_constants.cc',
@@ -79,10 +79,10 @@
'dbus/bluetooth_input_client.h',
'dbus/bluetooth_media_client.cc',
'dbus/bluetooth_media_client.h',
- 'dbus/bluetooth_media_transport_client.cc',
- 'dbus/bluetooth_media_transport_client.h',
'dbus/bluetooth_media_endpoint_service_provider.cc',
'dbus/bluetooth_media_endpoint_service_provider.h',
+ 'dbus/bluetooth_media_transport_client.cc',
+ 'dbus/bluetooth_media_transport_client.h',
'dbus/bluetooth_profile_manager_client.cc',
'dbus/bluetooth_profile_manager_client.h',
'dbus/bluetooth_profile_service_provider.cc',
@@ -93,8 +93,8 @@
'dbus/cros_disks_client.h',
'dbus/cryptohome_client.cc',
'dbus/cryptohome_client.h',
- 'dbus/dbus_client_bundle.h',
'dbus/dbus_client_bundle.cc',
+ 'dbus/dbus_client_bundle.h',
'dbus/dbus_client_implementation_type.h',
'dbus/dbus_method_call_status.cc',
'dbus/dbus_method_call_status.h',
@@ -130,10 +130,10 @@
'dbus/fake_bluetooth_input_client.h',
'dbus/fake_bluetooth_media_client.cc',
'dbus/fake_bluetooth_media_client.h',
- 'dbus/fake_bluetooth_media_transport_client.cc',
- 'dbus/fake_bluetooth_media_transport_client.h',
'dbus/fake_bluetooth_media_endpoint_service_provider.cc',
'dbus/fake_bluetooth_media_endpoint_service_provider.h',
+ 'dbus/fake_bluetooth_media_transport_client.cc',
+ 'dbus/fake_bluetooth_media_transport_client.h',
'dbus/fake_bluetooth_profile_manager_client.cc',
'dbus/fake_bluetooth_profile_manager_client.h',
'dbus/fake_bluetooth_profile_service_provider.cc',
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698