summaryrefslogtreecommitdiffstats
path: root/webkit/support/setup_third_party.gyp
diff options
context:
space:
mode:
authortkent@google.com <tkent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 08:42:26 +0000
committertkent@google.com <tkent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 08:42:26 +0000
commita9da6bc82b7575641174d4f57f89f67a9f260c7a (patch)
tree256832116d1ca3bb3350b85fc607747245f6a3ef /webkit/support/setup_third_party.gyp
parent565ad82bf4aeb5c38fbfaf7098fe0409c281665c (diff)
downloadchromium_src-a9da6bc82b7575641174d4f57f89f67a9f260c7a.zip
chromium_src-a9da6bc82b7575641174d4f57f89f67a9f260c7a.tar.gz
chromium_src-a9da6bc82b7575641174d4f57f89f67a9f260c7a.tar.bz2
Prepare to move an InitWebCoreSystemInterface() call in
third_party/WebKit/WebKitTools/DumpRenderTree/chromium/DumpRenderTree.cpp to webkit_support. BUG=none TEST=none Review URL: http://codereview.chromium.org/1688003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/setup_third_party.gyp')
-rw-r--r--webkit/support/setup_third_party.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/support/setup_third_party.gyp b/webkit/support/setup_third_party.gyp
index 986a4ab..c5cce6c 100644
--- a/webkit/support/setup_third_party.gyp
+++ b/webkit/support/setup_third_party.gyp
@@ -50,6 +50,12 @@
'<!@(<(list_headers_cmd) <(DEPTH)/public/x11/)',
],
},
+ {
+ 'destination': '<(DEPTH)/third_party/WebKit/WebKit/mac/WebCoreSupport',
+ 'files': [
+ '<(DEPTH)/../mac/WebCoreSupport/WebSystemInterface.h',
+ ],
+ },
]
},
],