diff options
author | scottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-28 20:37:41 +0000 |
---|---|---|
committer | scottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-28 20:37:41 +0000 |
commit | 15b2dcec710739d9464d74d64c3e686bc1e75c8e (patch) | |
tree | a68732ad4b9cf01d243c3e641e716bc75af95ed3 /chrome_frame | |
parent | 77d27a7ecb38fd423ddd273837c989a0965d76d1 (diff) | |
download | chromium_src-15b2dcec710739d9464d74d64c3e686bc1e75c8e.zip chromium_src-15b2dcec710739d9464d74d64c3e686bc1e75c8e.tar.gz chromium_src-15b2dcec710739d9464d74d64c3e686bc1e75c8e.tar.bz2 |
Remove redundant includes of common.gypi and unused repo from DEPS
build/gyp_chromium forces include of build/common.gypi for all gyp files so
including it in other .gyp files is redundant. In the case of some properties,
it causes duplication in lists which causes problems.
One of these was in build/util/support/support.gyp which is still getting
synced, but apparently has been long deleted and removed (2011). But the DEPS
were never rolled to remove the whole repo the last unused file got removed
here http://codereview.chromium.org/6294009 apparently.
Review URL: https://chromiumcodereview.appspot.com/10447026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/crash_reporting/crash_reporting.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome_frame/crash_reporting/crash_reporting.gyp b/chrome_frame/crash_reporting/crash_reporting.gyp index f81838c..1746041 100644 --- a/chrome_frame/crash_reporting/crash_reporting.gyp +++ b/chrome_frame/crash_reporting/crash_reporting.gyp @@ -3,9 +3,6 @@ # found in the LICENSE file. { - 'includes': [ - '../../build/common.gypi', - ], 'target_defaults': { 'include_dirs': [ # all our own includes are relative to src/ |