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

Side by Side Diff: third_party/document_image_extractor/document_image_extractor.gni

Issue 1153283005: Revert "Revert of Refactor get_salient_image_url.js to use DocumentImageExtractor" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add closure_out_dir var to components/resources/enhanced_bookmarks/BUILD.gn 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
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # List of dependencies for document_image_extractor.js generated by closurebuild er.py
6 document_image_extractor_js_files = [
7 "third_party/document_image_extractor/src/ad_element_filter.js",
8 "third_party/document_image_extractor/src/document_feature.js",
9 "third_party/document_image_extractor/src/document_feature_extractor.js",
10 "third_party/document_image_extractor/src/document_image.js",
11 "third_party/document_image_extractor/src/document_image_extractor.js",
12 "third_party/document_image_extractor/src/dom_utils.js",
13 "third_party/document_image_extractor/src/element_filter.js",
14 "third_party/document_image_extractor/src/size.js",
15 "third_party/document_image_extractor/src/visible_element_filter.js",
16 ]
17
18 # List of dependencies for dom_controller.js generated by closurebuilder.py
19 dom_controller_js_files = [
20 "third_party/document_image_extractor/src/document_feature.js",
21 "third_party/document_image_extractor/src/document_image.js",
22 "third_party/document_image_extractor/src/document_video.js",
23 "third_party/document_image_extractor/src/dom_controller.js",
24 "third_party/document_image_extractor/src/dom_utils.js",
25 "third_party/document_image_extractor/src/size.js",
26 ]
OLDNEW
« no previous file with comments | « components/resources/enhanced_bookmarks/get_salient_image_url.js ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698