Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |