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

Unified Diff: components/translate.gypi

Issue 219963007: Move Translate renderer messages to the Translate component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: components/translate.gypi
diff --git a/components/translate.gypi b/components/translate.gypi
index 0c73df36bad2ab4b4c3b41937e01fe14121f4267..9fa48de6c3d2da291cea9232902b0d457232a438 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -122,6 +122,24 @@
'translate/content/browser/content_translate_driver.h',
],
},
+ {
+ 'target_name': 'translate_content_common',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'translate_core_common',
+ 'translate_language_detection',
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_common',
+ '../ipc/ipc.gyp:ipc',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'translate/content/common/translate_messages.cc',
+ 'translate/content/common/translate_messages.h',
+ ],
+ },
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698