Index: chromeos/chromeos_tools.gypi |
diff --git a/chromeos/chromeos_tools.gypi b/chromeos/chromeos_tools.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7fca1b37a3cf6d95aa7314a6735ed3eed6f8ca2e |
--- /dev/null |
+++ b/chromeos/chromeos_tools.gypi |
@@ -0,0 +1,22 @@ |
+# Copyright (c) 2009 The Chromium Authors. All rights reserved. |
oshima
2013/01/23 19:24:38
2013
pneubeck (no reviews)
2013/01/24 13:35:02
Done.
|
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'variables': { |
+ 'chromium_code': 1, |
+ }, |
oshima
2013/01/23 19:24:38
do you need this?
pneubeck (no reviews)
2013/01/23 21:24:47
At first I copied this from another gypi and then
oshima
2013/01/23 23:16:17
This is already set in chromeos.gyp, you probably
pneubeck (no reviews)
2013/01/24 13:35:02
Done.
|
+ 'targets' : [ |
+ { |
+ 'target_name': 'onc_validator', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ 'chromeos.gyp:chromeos', |
+ ], |
+ 'sources': [ |
+ 'tools/onc_validator/onc_validator.cc', |
+ ], |
+ }, |
+ ], |
+} |