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

Unified Diff: chrome/chrome_installer.gypi

Issue 911043002: Sort GYP files under chrome using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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_exe.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index ed2bcd51b84e42c7c7c103308959c43de3a4db5a..2ed092ff4ff8a145e2b8386e32629cc03e9f374f 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -67,10 +67,10 @@
'installer/gcapi/gcapi_last_run_test.cc',
'installer/gcapi/gcapi_omaha_experiment_test.cc',
'installer/gcapi/gcapi_reactivation_test.cc',
- 'installer/gcapi/gcapi_test_registry_overrider.cc',
- 'installer/gcapi/gcapi_test_registry_overrider.h',
'installer/gcapi/gcapi_test.cc',
'installer/gcapi/gcapi_test.rc',
+ 'installer/gcapi/gcapi_test_registry_overrider.cc',
+ 'installer/gcapi/gcapi_test_registry_overrider.h',
'installer/gcapi/resource.h',
],
},
@@ -93,6 +93,7 @@
'..',
],
'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
'installer/setup/compat_checks_unittest.cc',
'installer/setup/setup_constants.cc',
'installer/util/advanced_firewall_manager_win_unittest.cc',
@@ -137,7 +138,6 @@
'installer/util/uninstall_metrics_unittest.cc',
'installer/util/wmi_unittest.cc',
'installer/util/work_item_list_unittest.cc',
- '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
],
'msvs_settings': {
'VCManifestTool': {
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698