summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.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 /components/dom_distiller.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 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi20
1 files changed, 10 insertions, 10 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 2c9e45e..b930bb3 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -10,14 +10,14 @@
'target_name': 'dom_distiller_webui',
'type': 'static_library',
'dependencies': [
- 'component_resources.gyp:component_resources',
- 'component_strings.gyp:component_strings',
- 'distilled_page_proto',
- 'dom_distiller_core',
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
+ 'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
+ 'distilled_page_proto',
+ 'dom_distiller_core',
],
'include_dirs': [
'..',
@@ -33,13 +33,13 @@
'target_name': 'dom_distiller_core',
'type': 'static_library',
'dependencies': [
- 'component_resources.gyp:component_resources',
- 'distilled_page_proto',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
- '../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
+ 'components_resources.gyp:components_resources',
+ 'distilled_page_proto',
],
'include_dirs': [
'..',
@@ -133,13 +133,13 @@
'target_name': 'dom_distiller_content',
'type': 'static_library',
'dependencies': [
- 'component_resources.gyp:component_resources',
- 'component_strings.gyp:component_strings',
- 'dom_distiller_core',
'../content/content.gyp:content_browser',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
+ 'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
+ 'dom_distiller_core',
],
'include_dirs': [
'..',