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

Side by Side Diff: components/dom_distiller.gypi

Issue 1130703003: Show template before distiller finishes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-superclass
Patch Set: Fix flaky test Created 5 years, 6 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/dom_distiller/webui 8 # GN version: //components/dom_distiller/webui
9 'target_name': 'dom_distiller_webui', 9 'target_name': 'dom_distiller_webui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'include_dirs': [ 134 'include_dirs': [
135 '..', 135 '..',
136 ], 136 ],
137 'sources': [ 137 'sources': [
138 'dom_distiller/core/dom_distiller_test_util.cc', 138 'dom_distiller/core/dom_distiller_test_util.cc',
139 'dom_distiller/core/dom_distiller_test_util.h', 139 'dom_distiller/core/dom_distiller_test_util.h',
140 'dom_distiller/core/fake_distiller.cc', 140 'dom_distiller/core/fake_distiller.cc',
141 'dom_distiller/core/fake_distiller.h', 141 'dom_distiller/core/fake_distiller.h',
142 'dom_distiller/core/fake_distiller_page.cc', 142 'dom_distiller/core/fake_distiller_page.cc',
143 'dom_distiller/core/fake_distiller_page.h', 143 'dom_distiller/core/fake_distiller_page.h',
144 'dom_distiller/core/test_request_view_handle.h',
144 ], 145 ],
145 }, 146 },
146 { 147 {
147 # GN version: //components/dom_distiller/core/proto 148 # GN version: //components/dom_distiller/core/proto
148 'target_name': 'dom_distiller_protos', 149 'target_name': 'dom_distiller_protos',
149 'type': 'static_library', 150 'type': 'static_library',
150 'sources': [ 151 'sources': [
151 'dom_distiller/core/proto/adaboost.proto', 152 'dom_distiller/core/proto/adaboost.proto',
152 'dom_distiller/core/proto/distilled_article.proto', 153 'dom_distiller/core/proto/distilled_article.proto',
153 'dom_distiller/core/proto/distilled_page.proto', 154 'dom_distiller/core/proto/distilled_page.proto',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'variables': { 302 'variables': {
302 'package_name': 'org/chromium/components/dom_distiller/core', 303 'package_name': 'org/chromium/components/dom_distiller/core',
303 'template_deps': ['dom_distiller/core/theme_list.h'], 304 'template_deps': ['dom_distiller/core/theme_list.h'],
304 }, 305 },
305 'includes': [ '../build/android/java_cpp_template.gypi' ], 306 'includes': [ '../build/android/java_cpp_template.gypi' ],
306 }, 307 },
307 ], 308 ],
308 }], 309 }],
309 ], 310 ],
310 } 311 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller/content/distiller_page_web_contents_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698