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

Unified Diff: chrome/chrome_exe.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_dll.gypi ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index d027f37d9bed1c56cf0db7aac663569b7f9b2d2f..81fcfeb3dff3ae36198b11c89013c1f1d031cdb7 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -492,12 +492,12 @@
'../win8/delegate_execute/delegate_execute.gyp:*',
],
'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
'app/chrome_crash_reporter_client.cc',
'app/chrome_crash_reporter_client.h',
'app/chrome_exe.rc',
'common/crash_keys.cc',
'common/crash_keys.h',
- '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
],
'sources!': [
# We still want the _win entry point for sandbox, etc.
@@ -599,15 +599,15 @@
'type': 'executable',
'product_name': 'nacl64',
'sources': [
- 'app/chrome_crash_reporter_client.cc',
- 'common/crash_keys.cc',
- 'nacl/nacl_exe_win_64.cc',
'../content/app/startup_helper_win.cc',
'../content/common/sandbox_init_win.cc',
'../content/common/sandbox_win.cc',
'../content/public/common/content_switches.cc',
'../content/public/common/sandboxed_process_launcher_delegate.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
+ 'app/chrome_crash_reporter_client.cc',
+ 'common/crash_keys.cc',
+ 'nacl/nacl_exe_win_64.cc',
],
'dependencies': [
'chrome_version_resources',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698