diff options
| author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 15:46:10 +0000 |
|---|---|---|
| committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 15:46:10 +0000 |
| commit | 054450391069c929bb4ff8d58088fc9e6ee006de (patch) | |
| tree | 5467d0f484e95be3b671b0b345e709c7715b06d0 /chrome/DEPS | |
| parent | 5620874c3f6fc6f91c0272190cb77547a6dbc9e7 (diff) | |
| download | chromium_src-054450391069c929bb4ff8d58088fc9e6ee006de.zip chromium_src-054450391069c929bb4ff8d58088fc9e6ee006de.tar.gz chromium_src-054450391069c929bb4ff8d58088fc9e6ee006de.tar.bz2 | |
Add DEPS rules for not including cc's base from content and chrome.
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/16890002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
| -rw-r--r-- | chrome/DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 5119090..7bb2658 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -1,7 +1,6 @@ include_rules = [ "+ash", "+base/prefs", - "+cc", "+crypto", "+gpu", "+jni", @@ -13,6 +12,11 @@ include_rules = [ "-v8", "+v8/include", + # chrome only needs switches from cc. All usage of the compositor is from + # content. Definitely don't include generic stuff from cc/base here, if this + # is needed these files need to move to base/ + "+cc/base/switches.h", + # Limit what we include from nacl. "-native_client", "+native_client/src/trusted/service_runtime/osx", |
