diff options
author | droger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 08:18:09 +0000 |
---|---|---|
committer | droger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 08:18:09 +0000 |
commit | 8bb49f306e67620b70e8a8114223879a3b6521ea (patch) | |
tree | 1ff60b9d87b7c323d0fc201888bc98d4d6b55168 /components/dom_distiller.gypi | |
parent | d9a7cf7a118a3369c17095277b3f605bd9c36d04 (diff) | |
download | chromium_src-8bb49f306e67620b70e8a8114223879a3b6521ea.zip chromium_src-8bb49f306e67620b70e8a8114223879a3b6521ea.tar.gz chromium_src-8bb49f306e67620b70e8a8114223879a3b6521ea.tar.bz2 |
Move the translate script to the Translate component
This CL moves the TranslateScript class and the translate.js script.
A new translate_resources target is created.
BUG=335074
TBR=jochen
Review URL: https://codereview.chromium.org/138933006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r-- | components/dom_distiller.gypi | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index c22d5c0..78bda80 100644 --- a/components/dom_distiller.gypi +++ b/components/dom_distiller.gypi @@ -10,10 +10,10 @@ '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', - 'dom_distiller_resources', '../base/base.gyp:base', '../content/content.gyp:content_browser', '../skia/skia.gyp:skia', @@ -30,28 +30,11 @@ ], }, { - 'target_name': 'dom_distiller_resources', - 'type': 'none', - 'variables': { - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components', - }, - 'actions': [ - { - 'action_name': 'dom_distiller_resources', - 'variables': { - 'grit_grd_file': 'dom_distiller_resources.grd', - }, - 'includes': [ '../build/grit_action.gypi' ], - }, - ], - 'includes': [ '../build/grit_target.gypi' ], - }, - { 'target_name': 'dom_distiller_core', 'type': 'static_library', 'dependencies': [ + 'component_resources.gyp:component_resources', 'distilled_page_proto', - 'dom_distiller_resources', '../base/base.gyp:base', '../skia/skia.gyp:skia', '../sync/sync.gyp:sync', @@ -131,9 +114,9 @@ 'target_name': 'dom_distiller_content', 'type': 'static_library', 'dependencies': [ + 'component_resources.gyp:component_resources', 'component_strings.gyp:component_strings', 'dom_distiller_core', - 'dom_distiller_resources', '../net/net.gyp:net', '../skia/skia.gyp:skia', '../sync/sync.gyp:sync', |