summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 20:43:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 20:43:55 +0000
commit2cb07b2b19da64dbcdc978773d1d4c5d4522c948 (patch)
treec94572443adb36f9e0f850c9a045f8df0935542a /chrome/chrome.gyp
parent16a984ab663a88a247e0b7275d6e3f78e5b099f4 (diff)
downloadchromium_src-2cb07b2b19da64dbcdc978773d1d4c5d4522c948.zip
chromium_src-2cb07b2b19da64dbcdc978773d1d4c5d4522c948.tar.gz
chromium_src-2cb07b2b19da64dbcdc978773d1d4c5d4522c948.tar.bz2
Add missing headers to gyp files.
Review URL: http://codereview.chromium.org/125204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 8378d5d..39e3de6 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -451,6 +451,8 @@
'common/webkit_param_traits.h',
'common/win_safe_util.cc',
'common/win_safe_util.h',
+ 'common/worker_messages.h',
+ 'common/worker_messages_internal.h',
'common/worker_thread_ticker.cc',
'common/worker_thread_ticker.h',
'common/x11_util.cc',