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

Side by Side Diff: third_party/dom_distiller_js/dom_distiller_js.gyp

Issue 270663005: Use new DomDistillerJs Proto API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 {
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698