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

Unified Diff: chrome/chrome_renderer.gypi

Issue 523108: Port back CLD to Linux and Mac and fix Trad Chinese detection (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
===================================================================
--- chrome/chrome_renderer.gypi (revision 36372)
+++ chrome/chrome_renderer.gypi (working copy)
@@ -16,6 +16,7 @@
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
'../third_party/hunspell/hunspell.gyp:hunspell',
+ '../third_party/cld/cld.gyp:cld',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/npapi/npapi.gyp:npapi',
@@ -27,6 +28,7 @@
],
'include_dirs': [
'..',
+ '../third_party/cld',
],
'defines': [
'<@(nacl_defines)',
@@ -168,12 +170,8 @@
# Windows-specific rules.
['OS=="win"', {
'include_dirs': [
- '../third_party/cld',
'third_party/wtl/include',
],
- 'dependencies': [
- '../third_party/cld/cld.gyp:cld',
- ],
'conditions': [
['win_use_allocator_shim==1', {
'dependencies': [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698