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

Side by Side Diff: components/dom_distiller.gypi

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
« no previous file with comments | « no previous file | components/dom_distiller/DEPS » ('j') | components/dom_distiller/DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 18 matching lines...) Expand all
29 'dom_distiller/webui/dom_distiller_ui.h', 29 'dom_distiller/webui/dom_distiller_ui.h',
30 ], 30 ],
31 }, 31 },
32 { 32 {
33 'target_name': 'dom_distiller_core', 33 'target_name': 'dom_distiller_core',
34 'type': 'static_library', 34 'type': 'static_library',
35 'dependencies': [ 35 'dependencies': [
36 '../base/base.gyp:base', 36 '../base/base.gyp:base',
37 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
38 '../sync/sync.gyp:sync', 38 '../sync/sync.gyp:sync',
39 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_ js_proto',
39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 40 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
40 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 41 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
41 'components_resources.gyp:components_resources', 42 'components_resources.gyp:components_resources',
42 'components_strings.gyp:components_strings', 43 'components_strings.gyp:components_strings',
43 'distilled_page_proto', 44 'distilled_page_proto',
44 ], 45 ],
45 'include_dirs': [ 46 'include_dirs': [
46 '..', 47 '..',
47 ], 48 ],
48 'export_dependent_settings': [ 49 'export_dependent_settings': [
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'jni_gen_package': 'dom_distiller_core', 182 'jni_gen_package': 'dom_distiller_core',
182 }, 183 },
183 'includes': [ '../build/jni_generator.gypi' ], 184 'includes': [ '../build/jni_generator.gypi' ],
184 }, 185 },
185 ], 186 ],
186 }], 187 }],
187 ], 188 ],
188 }], 189 }],
189 ], 190 ],
190 } 191 }
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller/DEPS » ('j') | components/dom_distiller/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698