diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 20:07:29 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 20:07:29 +0000 |
commit | 15dabb71839843215377eb479658f0e53259e6a4 (patch) | |
tree | 050ee124926c9fd9269d085ef5c83c999b82473d /cc/DEPS | |
parent | e841bada61e1a0c7b17472e2126bbf8aa48845ef (diff) | |
download | chromium_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/DEPS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" ] |