Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1676)

Unified Diff: chromeos/chromeos_tools.gypi

Issue 11885046: Adding a separate ONC validation binary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a description of the exist status. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698