summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 20:07:29 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 20:07:29 +0000
commit15dabb71839843215377eb479658f0e53259e6a4 (patch)
tree050ee124926c9fd9269d085ef5c83c999b82473d /cc/DEPS
parente841bada61e1a0c7b17472e2126bbf8aa48845ef (diff)
downloadchromium_src-15dabb71839843215377eb479658f0e53259e6a4.zip
chromium_src-15dabb71839843215377eb479658f0e53259e6a4.tar.gz
chromium_src-15dabb71839843215377eb479658f0e53259e6a4.tar.bz2
[cc] Create an initial cc/switches file
Further patches will move switches out of content/switches and into cc. BUG=none Review URL: https://chromiumcodereview.appspot.com/11032026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/DEPS b/cc/DEPS
index c4e0f8e..d4d752a 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -31,5 +31,7 @@ include_rules = [
# able to run unit tests without these dependencies.
"+third_party/WebKit/Source/Platform/chromium/public/Platform.h",
"+webkit/compositor_bindings/web_compositor_support_impl.h",
- "+webkit/glue/webthread_impl.h"
+ "+webkit/glue/webthread_impl.h",
+# http://crbug.com/154052
+ "+webkit/glue/webkit_glue_export.h"
]