Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | |
|
haraken
2014/07/30 19:57:36
We might want to avoid creating generated.gyp to e
bashi
2014/07/31 02:34:05
Yeah, adding generated.gyp look a bit tricky and t
| |
| 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 'targets': [{ | |
| 7 'target_name': 'idl_dictionary_core_css_generated', | |
| 8 'type': 'none', | |
| 9 'includes': [ | |
| 10 '../../bindings/dictionaries.gypi', | |
| 11 ], | |
| 12 'sources': [ | |
| 13 'FontFaceDescriptors.idl', | |
|
bashi
2014/07/30 11:32:26
Another place where we need to list dictionary IDL
| |
| 14 ], | |
| 15 }], | |
| 16 } | |
| OLD | NEW |