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

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: 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index d027f37d9bed1c56cf0db7aac663569b7f9b2d2f..4a24cceb17803b94cd7f7d12d1805c8fe8e49a13 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -599,14 +599,14 @@
'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',
+ 'app/chrome_crash_reporter_client.cc',
+ 'common/crash_keys.cc',
+ 'nacl/nacl_exe_win_64.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
],
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698