diff options
Diffstat (limited to 'build/util/support/.svn')
-rw-r--r-- | build/util/support/.svn/all-wcprops | 11 | ||||
-rw-r--r-- | build/util/support/.svn/dir-prop-base | 11 | ||||
-rw-r--r-- | build/util/support/.svn/entries | 62 | ||||
-rw-r--r-- | build/util/support/.svn/text-base/support.gyp.svn-base | 21 |
4 files changed, 105 insertions, 0 deletions
diff --git a/build/util/support/.svn/all-wcprops b/build/util/support/.svn/all-wcprops new file mode 100644 index 0000000..0c76434 --- /dev/null +++ b/build/util/support/.svn/all-wcprops @@ -0,0 +1,11 @@ +K 25 +svn:wc:ra_dav:version-url +V 38 +/svn/!svn/ver/20411/trunk/deps/support +END +support.gyp +K 25 +svn:wc:ra_dav:version-url +V 50 +/svn/!svn/ver/18977/trunk/deps/support/support.gyp +END diff --git a/build/util/support/.svn/dir-prop-base b/build/util/support/.svn/dir-prop-base new file mode 100644 index 0000000..7d19edf --- /dev/null +++ b/build/util/support/.svn/dir-prop-base @@ -0,0 +1,11 @@ +K 10 +svn:ignore +V 89 +support.xcodeproj +support.sln +support.vcproj +support.scons +support_main.scons +SConstruct + +END diff --git a/build/util/support/.svn/entries b/build/util/support/.svn/entries new file mode 100644 index 0000000..202a5d1 --- /dev/null +++ b/build/util/support/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +70887 +http://src.chromium.org/svn/trunk/deps/support +http://src.chromium.org/svn + + + +2009-07-10T20:45:27.710843Z +20411 +maruel@chromium.org +has-props + + + + + + + + + + + + + +4ff67af0-8c30-449e-8e8b-ad334ec8d88c + +support.gyp +file + + + + +2011-05-16T13:47:41.000000Z +9e82dfc26643f6910d7e89c93f3482ef +2009-06-22T23:11:42.165255Z +18977 +slightlyoff@chromium.org + + + + + + + + + + + + + + + + + + + + + +411 + diff --git a/build/util/support/.svn/text-base/support.gyp.svn-base b/build/util/support/.svn/text-base/support.gyp.svn-base new file mode 100644 index 0000000..5840f80 --- /dev/null +++ b/build/util/support/.svn/text-base/support.gyp.svn-base @@ -0,0 +1,21 @@ +# 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 |