summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_extensions.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-19 05:59:01 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-19 05:59:01 +0000
commit2eb8bec1221ed92e6356a64484d93615ae184581 (patch)
treec030ee6cf64bccc120cd6fe30eb37321a710d4aa /chrome/chrome_browser_extensions.gypi
parent8542d3c715ba7a6aeb15318dd47551838209695b (diff)
downloadchromium_src-2eb8bec1221ed92e6356a64484d93615ae184581.zip
chromium_src-2eb8bec1221ed92e6356a64484d93615ae184581.tar.gz
chromium_src-2eb8bec1221ed92e6356a64484d93615ae184581.tar.bz2
Change the name of "component_*" files to "components_*".
This should fix the inconsistency that we have between: components.gyp, components_tests.gyp, components_unittests.isolate and component_resources.gyp, component_strings.grd, component_strings.gyp. This should also please my OCD of auto completion in the command line, with this it is just a single tab to auto complete all the files that start with components*. BUG=None TEST=gyp R=blundell@chromium.org TBR=thestig Review URL: https://codereview.chromium.org/198783005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r--chrome/chrome_browser_extensions.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 826bbaa..0ec29a5 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -29,10 +29,10 @@
'safe_browsing_proto',
'sync_file_system_proto',
'../third_party/re2/re2.gyp:re2',
- '../components/component_strings.gyp:component_strings',
'../components/components.gyp:onc_component',
'../components/components.gyp:url_matcher',
'../components/components.gyp:wifi_component',
+ '../components/components_strings.gyp:components_strings',
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',