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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # 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.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
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.
9 'targets' : [
10 {
11 'target_name': 'onc_validator',
12 'type': 'executable',
13 'dependencies': [
14 '../base/base.gyp:base',
15 'chromeos.gyp:chromeos',
16 ],
17 'sources': [
18 'tools/onc_validator/onc_validator.cc',
19 ],
20 },
21 ],
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698