summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorslightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 20:41:10 +0000
committerslightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 20:41:10 +0000
commit16a984ab663a88a247e0b7275d6e3f78e5b099f4 (patch)
tree000a46aee9c827b67fcab0d9687091632629e053 /chrome
parent897473d213ff5639070580aec32b916b4ea5f74e (diff)
downloadchromium_src-16a984ab663a88a247e0b7275d6e3f78e5b099f4.zip
chromium_src-16a984ab663a88a247e0b7275d6e3f78e5b099f4.tar.gz
chromium_src-16a984ab663a88a247e0b7275d6e3f78e5b099f4.tar.bz2
Initial stub for the support library, gyp file and targets. Chrome.exe and chrome.dll will depend on them.
Review URL: http://codereview.chromium.org/125155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c091233..8378d5d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2312,6 +2312,9 @@
'app/keystone_glue.m',
'app/scoped_ole_initializer.h',
],
+ 'dependencies': [
+ '../support/support.gyp:*',
+ ],
'mac_bundle_resources': [
# put any pdfs down in the sources block below so pdfsqueeze runs on
# them.
@@ -4068,6 +4071,7 @@
#'theme_dll',
'worker',
'../net/net.gyp:net_resources',
+ '../support/support.gyp:*',
'../third_party/cld/cld.gyp:cld',
'../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
'../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',