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

Side by Side Diff: components/dom_distiller.gypi

Issue 286583002: Pull DomDistillerOptions up to the DistillerFactory (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
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 30 matching lines...) Expand all
41 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 41 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
42 'components_resources.gyp:components_resources', 42 'components_resources.gyp:components_resources',
43 'components_strings.gyp:components_strings', 43 'components_strings.gyp:components_strings',
44 'distilled_page_proto', 44 'distilled_page_proto',
45 ], 45 ],
46 'include_dirs': [ 46 'include_dirs': [
47 '..', 47 '..',
48 ], 48 ],
49 'export_dependent_settings': [ 49 'export_dependent_settings': [
50 'distilled_page_proto', 50 'distilled_page_proto',
51 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_ js_proto',
51 ], 52 ],
52 'sources': [ 53 'sources': [
53 'dom_distiller/android/component_jni_registrar.cc', 54 'dom_distiller/android/component_jni_registrar.cc',
54 'dom_distiller/android/component_jni_registrar.h', 55 'dom_distiller/android/component_jni_registrar.h',
55 'dom_distiller/core/article_distillation_update.cc', 56 'dom_distiller/core/article_distillation_update.cc',
56 'dom_distiller/core/article_distillation_update.h', 57 'dom_distiller/core/article_distillation_update.h',
57 'dom_distiller/core/article_entry.cc', 58 'dom_distiller/core/article_entry.cc',
58 'dom_distiller/core/article_entry.h', 59 'dom_distiller/core/article_entry.h',
59 'dom_distiller/core/distilled_content_store.cc', 60 'dom_distiller/core/distilled_content_store.cc',
60 'dom_distiller/core/distilled_content_store.h', 61 'dom_distiller/core/distilled_content_store.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'jni_gen_package': 'dom_distiller_core', 183 'jni_gen_package': 'dom_distiller_core',
183 }, 184 },
184 'includes': [ '../build/jni_generator.gypi' ], 185 'includes': [ '../build/jni_generator.gypi' ],
185 }, 186 },
186 ], 187 ],
187 }], 188 }],
188 ], 189 ],
189 }], 190 }],
190 ], 191 ],
191 } 192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698