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

Unified Diff: chrome/tools/profile_reset/jtl_compiler.gyp

Issue 914243003: Sort GYP files under chrome sub directories 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/tools/crash_service/caps/caps.gyp ('k') | tools/sort_sources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/profile_reset/jtl_compiler.gyp
diff --git a/chrome/tools/profile_reset/jtl_compiler.gyp b/chrome/tools/profile_reset/jtl_compiler.gyp
index b4ec8c6e3ffe321faf09bb7f9e1fc6914394315f..40dca37daa3f692606621c92d6c7f3658f7d374f 100644
--- a/chrome/tools/profile_reset/jtl_compiler.gyp
+++ b/chrome/tools/profile_reset/jtl_compiler.gyp
@@ -30,10 +30,10 @@
'sources': [
'../../browser/profile_resetter/jtl_foundation.h',
'../../browser/profile_resetter/jtl_instructions.h',
- 'jtl_compiler.h',
'jtl_compiler.cc',
- 'jtl_parser.h',
+ 'jtl_compiler.h',
'jtl_parser.cc',
+ 'jtl_parser.h',
],
},
],
« no previous file with comments | « chrome/tools/crash_service/caps/caps.gyp ('k') | tools/sort_sources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698