OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'conditions': [ | 6 'conditions': [ |
7 ['android_webview_build == 0', { | 7 ['android_webview_build == 0', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'dom_distiller_webui', | 10 'target_name': 'dom_distiller_webui', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'dom_distiller/core/fake_db.cc', | 105 'dom_distiller/core/fake_db.cc', |
106 'dom_distiller/core/fake_db.h', | 106 'dom_distiller/core/fake_db.h', |
107 'dom_distiller/core/fake_distiller.cc', | 107 'dom_distiller/core/fake_distiller.cc', |
108 'dom_distiller/core/fake_distiller.h', | 108 'dom_distiller/core/fake_distiller.h', |
109 ], | 109 ], |
110 }, | 110 }, |
111 { | 111 { |
112 'target_name': 'distilled_page_proto', | 112 'target_name': 'distilled_page_proto', |
113 'type': 'static_library', | 113 'type': 'static_library', |
114 'sources': [ | 114 'sources': [ |
| 115 'dom_distiller/core/proto/distilled_article.proto', |
115 'dom_distiller/core/proto/distilled_page.proto', | 116 'dom_distiller/core/proto/distilled_page.proto', |
116 ], | 117 ], |
117 'variables': { | 118 'variables': { |
118 'proto_in_dir': 'dom_distiller/core/proto', | 119 'proto_in_dir': 'dom_distiller/core/proto', |
119 'proto_out_dir': 'components/dom_distiller/core/proto', | 120 'proto_out_dir': 'components/dom_distiller/core/proto', |
120 }, | 121 }, |
121 'includes': [ '../build/protoc.gypi' ] | 122 'includes': [ '../build/protoc.gypi' ] |
122 }, | 123 }, |
123 ], | 124 ], |
124 'conditions': [ | 125 'conditions': [ |
(...skipping 19 matching lines...) Expand all Loading... |
144 'dom_distiller/content/dom_distiller_viewer_source.cc', | 145 'dom_distiller/content/dom_distiller_viewer_source.cc', |
145 'dom_distiller/content/dom_distiller_viewer_source.h', | 146 'dom_distiller/content/dom_distiller_viewer_source.h', |
146 ], | 147 ], |
147 }, | 148 }, |
148 ], | 149 ], |
149 }], | 150 }], |
150 ], | 151 ], |
151 }], | 152 }], |
152 ], | 153 ], |
153 } | 154 } |
OLD | NEW |