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

Side by Side Diff: components/dom_distiller.gypi

Issue 134873008: Add support for displaying distilled articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverting change to scoped_ptr 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'includes': [ '../build/protoc.gypi' ] 121 'includes': [ '../build/protoc.gypi' ]
122 }, 122 },
123 ], 123 ],
124 'conditions': [ 124 'conditions': [
125 ['OS != "ios"', { 125 ['OS != "ios"', {
126 'targets': [ 126 'targets': [
127 { 127 {
128 'target_name': 'dom_distiller_content', 128 'target_name': 'dom_distiller_content',
129 'type': 'static_library', 129 'type': 'static_library',
130 'dependencies': [ 130 'dependencies': [
131 'component_strings.gyp:component_strings',
131 'dom_distiller_core', 132 'dom_distiller_core',
133 'dom_distiller_resources',
134 '../net/net.gyp:net',
132 '../skia/skia.gyp:skia', 135 '../skia/skia.gyp:skia',
133 '../sync/sync.gyp:sync', 136 '../sync/sync.gyp:sync',
134 ], 137 ],
135 'include_dirs': [ 138 'include_dirs': [
136 '..', 139 '..',
137 ], 140 ],
138 'sources': [ 141 'sources': [
139 'dom_distiller/content/distiller_page_web_contents.cc', 142 'dom_distiller/content/distiller_page_web_contents.cc',
140 'dom_distiller/content/distiller_page_web_contents.h', 143 'dom_distiller/content/distiller_page_web_contents.h',
141 'dom_distiller/content/dom_distiller_viewer_source.cc', 144 'dom_distiller/content/dom_distiller_viewer_source.cc',
142 'dom_distiller/content/dom_distiller_viewer_source.h', 145 'dom_distiller/content/dom_distiller_viewer_source.h',
143 ], 146 ],
144 }, 147 },
145 ], 148 ],
146 }], 149 }],
147 ], 150 ],
148 }], 151 }],
149 ], 152 ],
150 } 153 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc ('k') | components/dom_distiller/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698