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

Side by Side Diff: components/dom_distiller.gypi

Issue 151003006: Add support for distilling arbitrary URLs in DOM Distiller Viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'dom_distiller/core/dom_distiller_model.h', 81 'dom_distiller/core/dom_distiller_model.h',
82 'dom_distiller/core/dom_distiller_observer.h', 82 'dom_distiller/core/dom_distiller_observer.h',
83 'dom_distiller/core/dom_distiller_service.cc', 83 'dom_distiller/core/dom_distiller_service.cc',
84 'dom_distiller/core/dom_distiller_service.h', 84 'dom_distiller/core/dom_distiller_service.h',
85 'dom_distiller/core/dom_distiller_store.cc', 85 'dom_distiller/core/dom_distiller_store.cc',
86 'dom_distiller/core/dom_distiller_store.h', 86 'dom_distiller/core/dom_distiller_store.h',
87 'dom_distiller/core/page_distiller.cc', 87 'dom_distiller/core/page_distiller.cc',
88 'dom_distiller/core/page_distiller.h', 88 'dom_distiller/core/page_distiller.h',
89 'dom_distiller/core/task_tracker.cc', 89 'dom_distiller/core/task_tracker.cc',
90 'dom_distiller/core/task_tracker.h', 90 'dom_distiller/core/task_tracker.h',
91 'dom_distiller/core/url_constants.cc',
92 'dom_distiller/core/url_constants.h',
91 ], 93 ],
92 }, 94 },
93 { 95 {
94 'target_name': 'dom_distiller_test_support', 96 'target_name': 'dom_distiller_test_support',
95 'type': 'static_library', 97 'type': 'static_library',
96 'dependencies': [ 98 'dependencies': [
97 'dom_distiller_core', 99 'dom_distiller_core',
98 '../sync/sync.gyp:sync', 100 '../sync/sync.gyp:sync',
99 '../testing/gmock.gyp:gmock', 101 '../testing/gmock.gyp:gmock',
100 ], 102 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'dom_distiller/content/dom_distiller_viewer_source.cc', 149 'dom_distiller/content/dom_distiller_viewer_source.cc',
148 'dom_distiller/content/dom_distiller_viewer_source.h', 150 'dom_distiller/content/dom_distiller_viewer_source.h',
149 ], 151 ],
150 }, 152 },
151 ], 153 ],
152 }], 154 }],
153 ], 155 ],
154 }], 156 }],
155 ], 157 ],
156 } 158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698