summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-28 23:30:20 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-28 23:30:20 +0000
commit80a3b8e1f6f32952d63b66a4a980f1be2aa8ef85 (patch)
tree23bcc52efba7435858aa37beaaa55d36cd43b2de /cloud_print
parent5f3f6e703ba8e132e74333b114bdb6259e35d5fa (diff)
downloadchromium_src-80a3b8e1f6f32952d63b66a4a980f1be2aa8ef85.zip
chromium_src-80a3b8e1f6f32952d63b66a4a980f1be2aa8ef85.tar.gz
chromium_src-80a3b8e1f6f32952d63b66a4a980f1be2aa8ef85.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. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139259 Review URL: https://chromiumcodereview.appspot.com/10447026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp b/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp
index 9186e9b..630b5e4 100644
--- a/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp
+++ b/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp
@@ -3,9 +3,6 @@
# found in the LICENSE file.
{
- 'includes': [
- '../../../../build/common.gypi',
- ],
'target_defaults': {
'variables': {
'chromium_code': 1,