summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_debugger.gypi
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2015-02-15 17:39:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-16 01:40:17 +0000
commiteef164ef753ccb97ae45d6c86e12a3f2c3318d1d (patch)
treee585443a90b80309f772692d8303907de11aed1e /chrome/chrome_debugger.gypi
parent2cafdd4b20176e66da2b8ec87e87546ab6a3e36d (diff)
downloadchromium_src-eef164ef753ccb97ae45d6c86e12a3f2c3318d1d.zip
chromium_src-eef164ef753ccb97ae45d6c86e12a3f2c3318d1d.tar.gz
chromium_src-eef164ef753ccb97ae45d6c86e12a3f2c3318d1d.tar.bz2
Re-sort GYP files with the latest version of tools/source_list.py
In crrev.com/316164, a bug was fixed to handle comments in a source list correctly. In this patch, a bug was fixed to handle comments at the end of a source list. Along the way, sort some GYP files in sub directories under base and net, which I forgot to sort previously. BUG=456014 TEST=everything should build as before Review URL: https://codereview.chromium.org/924743002 Cr-Commit-Position: refs/heads/master@{#316418}
Diffstat (limited to 'chrome/chrome_debugger.gypi')
-rw-r--r--chrome/chrome_debugger.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_debugger.gypi b/chrome/chrome_debugger.gypi
index 02b2f00..09b182a 100644
--- a/chrome/chrome_debugger.gypi
+++ b/chrome/chrome_debugger.gypi
@@ -20,6 +20,9 @@
'..',
],
'sources': [
+ # These files are generated by devtools_protocol_constants_generator.py.
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/devtools/devtools_protocol_constants.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/devtools/devtools_protocol_constants.h',
'browser/devtools/devtools_network_conditions.cc',
'browser/devtools/devtools_network_conditions.h',
'browser/devtools/devtools_network_controller.cc',
@@ -34,9 +37,6 @@
'browser/devtools/devtools_network_transaction_factory.h',
'browser/devtools/devtools_protocol.cc',
'browser/devtools/devtools_protocol.h',
- # These files are generated by devtools_protocol_constants_generator.py.
- '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/devtools/devtools_protocol_constants.cc',
- '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/devtools/devtools_protocol_constants.h',
],
'conditions': [
['OS!="android"', {