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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/document_image_extractor/document_image_extractor.gni
diff --git a/third_party/document_image_extractor/document_image_extractor.gni b/third_party/document_image_extractor/document_image_extractor.gni
new file mode 100644
index 0000000000000000000000000000000000000000..1549cdbdb8723a128b11bbc79d2d28ece786a62c
--- /dev/null
+++ b/third_party/document_image_extractor/document_image_extractor.gni
@@ -0,0 +1,26 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# List of dependencies for document_image_extractor.js generated by closurebuilder.py
+document_image_extractor_js_files = [
+ "third_party/document_image_extractor/src/ad_element_filter.js",
+ "third_party/document_image_extractor/src/document_feature.js",
+ "third_party/document_image_extractor/src/document_feature_extractor.js",
+ "third_party/document_image_extractor/src/document_image.js",
+ "third_party/document_image_extractor/src/document_image_extractor.js",
+ "third_party/document_image_extractor/src/dom_utils.js",
+ "third_party/document_image_extractor/src/element_filter.js",
+ "third_party/document_image_extractor/src/size.js",
+ "third_party/document_image_extractor/src/visible_element_filter.js",
+]
+
+# List of dependencies for dom_controller.js generated by closurebuilder.py
+dom_controller_js_files = [
+ "third_party/document_image_extractor/src/document_feature.js",
+ "third_party/document_image_extractor/src/document_image.js",
+ "third_party/document_image_extractor/src/document_video.js",
+ "third_party/document_image_extractor/src/dom_controller.js",
+ "third_party/document_image_extractor/src/dom_utils.js",
+ "third_party/document_image_extractor/src/size.js",
+]
« 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