summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-01-21 10:34:27 +0000
committerBen Murdoch <benm@google.com>2011-01-25 11:12:19 +0000
commit634420e363ef646c3b50a37b10d86a424b06ee49 (patch)
treeed02a5f7e4cf328a2727b8fbfb047990787ed352 /build
parent7bd9f0bd9b6fabe8c8b7a30a570f0d635822ffbd (diff)
downloadexternal_chromium-634420e363ef646c3b50a37b10d86a424b06ee49.zip
external_chromium-634420e363ef646c3b50a37b10d86a424b06ee49.tar.gz
external_chromium-634420e363ef646c3b50a37b10d86a424b06ee49.tar.bz2
Merge Chromium at 9.0.597.83: Trivial merge by Git
Change-Id: Ib650207b150b49b604e6fd25a20d7ed7a6de9afc
Diffstat (limited to 'build')
-rw-r--r--build/util/support/support.gyp21
1 files changed, 0 insertions, 21 deletions
diff --git a/build/util/support/support.gyp b/build/util/support/support.gyp
deleted file mode 100644
index 5840f80..0000000
--- a/build/util/support/support.gyp
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'includes': [
- '../../common.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'support',
- 'type': 'none',
- },
- # TODO(slightlyoff)
- ],
-}
-
-# vim: shiftwidth=2:et:ai:tabstop=2