summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_renderer.gypi
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-19 20:57:14 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-19 20:57:14 +0000
commitd54713426ab132a5ca95d6239641aad580fcf799 (patch)
tree247a70bc7609eba200c5f1760b8ab0ea56877982 /chrome/chrome_renderer.gypi
parent35ee9505314a11dadac1bdfd41612f2984448af9 (diff)
downloadchromium_src-d54713426ab132a5ca95d6239641aad580fcf799.zip
chromium_src-d54713426ab132a5ca95d6239641aad580fcf799.tar.gz
chromium_src-d54713426ab132a5ca95d6239641aad580fcf799.tar.bz2
Review URL: http://codereview.chromium.org/545123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rwxr-xr-xchrome/chrome_renderer.gypi6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index baac651..ea95478 100755
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -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': [