summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoryurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 07:37:22 +0000
committeryurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 07:37:22 +0000
commit11112477f709901f477c7a4f1afc81178a1dfa8d (patch)
treed6afcee74f5eedd0c7a26382056075803310f972 /webkit/webkit.gyp
parentc6f882173c881372f71cbe400ee4b6c4535afaaf (diff)
downloadchromium_src-11112477f709901f477c7a4f1afc81178a1dfa8d.zip
chromium_src-11112477f709901f477c7a4f1afc81178a1dfa8d.tar.gz
chromium_src-11112477f709901f477c7a4f1afc81178a1dfa8d.tar.bz2
Prepare for removing glue/devtools: move devtools_message_data.* to glue/
BUG=34411 Review URL: http://codereview.chromium.org/599005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 30f46ab..fbc5f8b 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -243,8 +243,8 @@
# This list contains all .h, .cc, and .mm files in glue except for
# those in the test subdirectory and those with unittest in in their
# names.
- 'glue/devtools/devtools_message_data.cc',
- 'glue/devtools/devtools_message_data.h',
+ 'glue/devtools_message_data.cc',
+ 'glue/devtools_message_data.h',
'glue/media/buffered_data_source.cc',
'glue/media/buffered_data_source.h',
'glue/media/media_resource_loader_bridge_factory.cc',