summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2014-12-15 21:43:53 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-16 05:44:22 +0000
commitaf38ad0535e61e208ba945a206e1f158a173764e (patch)
treea2abd70962b64d537ffefc76edcb0735be488a5e /chrome/common/DEPS
parentfca3b1544dd63d8ae46300ee07ac91feb4bdd89e (diff)
downloadchromium_src-af38ad0535e61e208ba945a206e1f158a173764e.zip
chromium_src-af38ad0535e61e208ba945a206e1f158a173764e.tar.gz
chromium_src-af38ad0535e61e208ba945a206e1f158a173764e.tar.bz2
Don't link remoting and nacl plugins into chrome.dll
We were shipping them twice because they were a dependency of chrome_common target. This doesn't work well with the split-dll used on Windows, since both of them link that target. On a release non-component build, chrome.dll goes from 38.07MB to 36.52MB. BUG=442517 Review URL: https://codereview.chromium.org/806033002 Cr-Commit-Position: refs/heads/master@{#308534}
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r--chrome/common/DEPS2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index de3d23b..340d725 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -22,9 +22,7 @@ include_rules = [
"+google_apis/gaia", # For gaia_switches.h
"+grit", # For generated headers. TODO(thestig): Remove.
"+media",
- "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h",
"+ppapi/shared_impl",
- "+remoting/client/plugin",
# FIXME - refactor code and remove these dependencies
"+chrome/installer",