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

Side by Side Diff: trunk/src/components/dom_distiller.gypi

Issue 297163003: Revert 272611 "Add support for distilling current WebContents" (Closed) Base URL: svn://svn.chromium.org/chrome/
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'dom_distiller_core', 149 'dom_distiller_core',
150 ], 150 ],
151 'include_dirs': [ 151 'include_dirs': [
152 '..', 152 '..',
153 ], 153 ],
154 'sources': [ 154 'sources': [
155 'dom_distiller/content/distiller_page_web_contents.cc', 155 'dom_distiller/content/distiller_page_web_contents.cc',
156 'dom_distiller/content/distiller_page_web_contents.h', 156 'dom_distiller/content/distiller_page_web_contents.h',
157 'dom_distiller/content/dom_distiller_viewer_source.cc', 157 'dom_distiller/content/dom_distiller_viewer_source.cc',
158 'dom_distiller/content/dom_distiller_viewer_source.h', 158 'dom_distiller/content/dom_distiller_viewer_source.h',
159 'dom_distiller/content/web_contents_main_frame_observer.cc',
160 'dom_distiller/content/web_contents_main_frame_observer.h',
161 ], 159 ],
162 }, 160 },
163 ], 161 ],
164 }], 162 }],
165 ['OS=="android"', { 163 ['OS=="android"', {
166 'targets': [ 164 'targets': [
167 { 165 {
168 'target_name': 'dom_distiller_core_java', 166 'target_name': 'dom_distiller_core_java',
169 'type': 'none', 167 'type': 'none',
170 'dependencies': [ 168 'dependencies': [
(...skipping 14 matching lines...) Expand all
185 'jni_gen_package': 'dom_distiller_core', 183 'jni_gen_package': 'dom_distiller_core',
186 }, 184 },
187 'includes': [ '../build/jni_generator.gypi' ], 185 'includes': [ '../build/jni_generator.gypi' ],
188 }, 186 },
189 ], 187 ],
190 }], 188 }],
191 ], 189 ],
192 }], 190 }],
193 ], 191 ],
194 } 192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698