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

Side by Side Diff: components/dom_distiller.gypi

Issue 178303004: Add incremental updates for multipage distillation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 6 years, 9 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 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 42 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
43 ], 43 ],
44 'include_dirs': [ 44 'include_dirs': [
45 '..', 45 '..',
46 ], 46 ],
47 'export_dependent_settings': [ 47 'export_dependent_settings': [
48 'distilled_page_proto', 48 'distilled_page_proto',
49 ], 49 ],
50 'sources': [ 50 'sources': [
51 'dom_distiller/core/article_distillation_update.cc',
52 'dom_distiller/core/article_distillation_update.h',
51 'dom_distiller/core/article_entry.cc', 53 'dom_distiller/core/article_entry.cc',
52 'dom_distiller/core/article_entry.h', 54 'dom_distiller/core/article_entry.h',
53 'dom_distiller/core/distiller.cc', 55 'dom_distiller/core/distiller.cc',
54 'dom_distiller/core/distiller.h', 56 'dom_distiller/core/distiller.h',
55 'dom_distiller/core/distiller_page.cc', 57 'dom_distiller/core/distiller_page.cc',
56 'dom_distiller/core/distiller_page.h', 58 'dom_distiller/core/distiller_page.h',
57 'dom_distiller/core/distiller_url_fetcher.cc', 59 'dom_distiller/core/distiller_url_fetcher.cc',
58 'dom_distiller/core/distiller_url_fetcher.h', 60 'dom_distiller/core/distiller_url_fetcher.h',
59 'dom_distiller/core/dom_distiller_constants.cc', 61 'dom_distiller/core/dom_distiller_constants.cc',
60 'dom_distiller/core/dom_distiller_constants.h', 62 'dom_distiller/core/dom_distiller_constants.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'dom_distiller/content/dom_distiller_viewer_source.cc', 132 'dom_distiller/content/dom_distiller_viewer_source.cc',
131 'dom_distiller/content/dom_distiller_viewer_source.h', 133 'dom_distiller/content/dom_distiller_viewer_source.h',
132 ], 134 ],
133 }, 135 },
134 ], 136 ],
135 }], 137 }],
136 ], 138 ],
137 }], 139 }],
138 ], 140 ],
139 } 141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698