Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
Yaron
2014/05/09 01:00:55
copyright
cjhopman
2014/05/09 01:55:06
Done.
| |
| 2 'targets': [ | |
| 3 { | |
| 4 'target_name': 'dom_distiller_js_proto', | |
| 5 'type': 'static_library', | |
| 6 'sources': [ 'package/proto/dom_distiller.proto', ], | |
| 7 'variables': { | |
| 8 'proto_in_dir': 'package/proto', | |
| 9 'proto_out_dir': 'dom_distiller_js', | |
|
Yaron
2014/05/09 01:00:55
third_party/dom_distiller_js ?
cjhopman
2014/05/09 01:55:06
Done.
| |
| 10 }, | |
| 11 'all_dependent_settings': { | |
| 12 'include_dirs': ['package/proto_gen'], | |
| 13 }, | |
| 14 'includes': [ '../../build/protoc.gypi', ], | |
| 15 } | |
| 16 ] | |
| 17 } | |
| 18 | |
| OLD | NEW |