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

Side by Side Diff: components/dom_distiller.gypi

Issue 189833002: Add a DistilledContentStore (and an in-memory impl) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/core/distilled_content_store.h » ('j') | no next file with comments »
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'export_dependent_settings': [ 48 'export_dependent_settings': [
49 'distilled_page_proto', 49 'distilled_page_proto',
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 'dom_distiller/android/component_jni_registrar.cc', 52 'dom_distiller/android/component_jni_registrar.cc',
53 'dom_distiller/android/component_jni_registrar.h', 53 'dom_distiller/android/component_jni_registrar.h',
54 'dom_distiller/core/article_distillation_update.cc', 54 'dom_distiller/core/article_distillation_update.cc',
55 'dom_distiller/core/article_distillation_update.h', 55 'dom_distiller/core/article_distillation_update.h',
56 'dom_distiller/core/article_entry.cc', 56 'dom_distiller/core/article_entry.cc',
57 'dom_distiller/core/article_entry.h', 57 'dom_distiller/core/article_entry.h',
58 'dom_distiller/core/distilled_content_store.cc',
59 'dom_distiller/core/distilled_content_store.h',
58 'dom_distiller/core/distiller.cc', 60 'dom_distiller/core/distiller.cc',
59 'dom_distiller/core/distiller.h', 61 'dom_distiller/core/distiller.h',
60 'dom_distiller/core/distiller_page.cc', 62 'dom_distiller/core/distiller_page.cc',
61 'dom_distiller/core/distiller_page.h', 63 'dom_distiller/core/distiller_page.h',
62 'dom_distiller/core/distiller_url_fetcher.cc', 64 'dom_distiller/core/distiller_url_fetcher.cc',
63 'dom_distiller/core/distiller_url_fetcher.h', 65 'dom_distiller/core/distiller_url_fetcher.h',
64 'dom_distiller/core/dom_distiller_constants.cc', 66 'dom_distiller/core/dom_distiller_constants.cc',
65 'dom_distiller/core/dom_distiller_constants.h', 67 'dom_distiller/core/dom_distiller_constants.h',
66 'dom_distiller/core/dom_distiller_database.cc', 68 'dom_distiller/core/dom_distiller_database.cc',
67 'dom_distiller/core/dom_distiller_database.h', 69 'dom_distiller/core/dom_distiller_database.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'jni_gen_package': 'dom_distiller_core', 179 'jni_gen_package': 'dom_distiller_core',
178 }, 180 },
179 'includes': [ '../build/jni_generator.gypi' ], 181 'includes': [ '../build/jni_generator.gypi' ],
180 }, 182 },
181 ], 183 ],
182 }], 184 }],
183 ], 185 ],
184 }], 186 }],
185 ], 187 ],
186 } 188 }
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller/core/distilled_content_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698