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

Side by Side Diff: components/dom_distiller.gypi

Issue 1386043002: Open distiller UI setting through JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment nits Created 5 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'dom_distiller/content/browser/distillable_page_utils.cc', 204 'dom_distiller/content/browser/distillable_page_utils.cc',
205 'dom_distiller/content/browser/distillable_page_utils.h', 205 'dom_distiller/content/browser/distillable_page_utils.h',
206 'dom_distiller/content/browser/distillable_page_utils_android.cc', 206 'dom_distiller/content/browser/distillable_page_utils_android.cc',
207 'dom_distiller/content/browser/distillable_page_utils_android.h', 207 'dom_distiller/content/browser/distillable_page_utils_android.h',
208 'dom_distiller/content/browser/distiller_javascript_service_impl.cc' , 208 'dom_distiller/content/browser/distiller_javascript_service_impl.cc' ,
209 'dom_distiller/content/browser/distiller_javascript_service_impl.h', 209 'dom_distiller/content/browser/distiller_javascript_service_impl.h',
210 'dom_distiller/content/browser/distiller_javascript_utils.cc', 210 'dom_distiller/content/browser/distiller_javascript_utils.cc',
211 'dom_distiller/content/browser/distiller_javascript_utils.h', 211 'dom_distiller/content/browser/distiller_javascript_utils.h',
212 'dom_distiller/content/browser/distiller_page_web_contents.cc', 212 'dom_distiller/content/browser/distiller_page_web_contents.cc',
213 'dom_distiller/content/browser/distiller_page_web_contents.h', 213 'dom_distiller/content/browser/distiller_page_web_contents.h',
214 'dom_distiller/content/browser/distiller_ui_handle.h',
214 'dom_distiller/content/browser/dom_distiller_viewer_source.cc', 215 'dom_distiller/content/browser/dom_distiller_viewer_source.cc',
215 'dom_distiller/content/browser/dom_distiller_viewer_source.h', 216 'dom_distiller/content/browser/dom_distiller_viewer_source.h',
216 'dom_distiller/content/browser/external_feedback_reporter.h',
217 'dom_distiller/content/browser/web_contents_main_frame_observer.cc', 217 'dom_distiller/content/browser/web_contents_main_frame_observer.cc',
218 'dom_distiller/content/browser/web_contents_main_frame_observer.h', 218 'dom_distiller/content/browser/web_contents_main_frame_observer.h',
219 ], 219 ],
220 'conditions': [ 220 'conditions': [
221 ['OS == "android"', { 221 ['OS == "android"', {
222 'dependencies': [ 222 'dependencies': [
223 'dom_distiller_content_jni_headers', 223 'dom_distiller_content_jni_headers',
224 'dom_distiller_core_jni_headers', 224 'dom_distiller_core_jni_headers',
225 ], 225 ],
226 }], 226 }],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'variables': { 349 'variables': {
350 'package_name': 'org/chromium/components/dom_distiller/core', 350 'package_name': 'org/chromium/components/dom_distiller/core',
351 'template_deps': ['dom_distiller/core/theme_list.h'], 351 'template_deps': ['dom_distiller/core/theme_list.h'],
352 }, 352 },
353 'includes': [ '../build/android/java_cpp_template.gypi' ], 353 'includes': [ '../build/android/java_cpp_template.gypi' ],
354 }, 354 },
355 ], 355 ],
356 }], 356 }],
357 ], 357 ],
358 } 358 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698