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

Unified Diff: third_party/document_image_extractor/document_image_extractor_files.gypi

Issue 1138123002: Update third_party/document_image_extractor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/document_image_extractor/document_image_extractor_files.gypi
diff --git a/third_party/document_image_extractor/document_image_extractor_files.gypi b/third_party/document_image_extractor/document_image_extractor_files.gypi
index 466b89839e48e937eb7423d141bea194c77b3c25..6d75f0f314023437aabd97c5712eb5406e996023 100644
--- a/third_party/document_image_extractor/document_image_extractor_files.gypi
+++ b/third_party/document_image_extractor/document_image_extractor_files.gypi
@@ -7,70 +7,14 @@
# List of dependencies for document_image_extractor.js generated by closurebuilder.py
'document_image_extractor_js_files': [
'src/ad_element_filter.js',
- 'src/constants.js',
- 'src/document_feature_extractor.js',
'src/document_feature.js',
- 'src/document_image_extractor.js',
+ 'src/document_feature_extractor.js',
'src/document_image.js',
+ 'src/document_image_extractor.js',
+ 'src/dom_utils.js',
'src/element_filter.js',
+ 'src/size.js',
'src/visible_element_filter.js',
- 'third_party/closure-library/closure/goog/array/array.js',
- 'third_party/closure-library/closure/goog/asserts/asserts.js',
- 'third_party/closure-library/closure/goog/base.js',
- 'third_party/closure-library/closure/goog/debug/debug.js',
- 'third_party/closure-library/closure/goog/debug/error.js',
- 'third_party/closure-library/closure/goog/debug/logbuffer.js',
- 'third_party/closure-library/closure/goog/debug/logger.js',
- 'third_party/closure-library/closure/goog/debug/logrecord.js',
- 'third_party/closure-library/closure/goog/disposable/disposable.js',
- 'third_party/closure-library/closure/goog/disposable/idisposable.js',
- 'third_party/closure-library/closure/goog/dom/browserfeature.js',
- 'third_party/closure-library/closure/goog/dom/classlist.js',
- 'third_party/closure-library/closure/goog/dom/dom.js',
- 'third_party/closure-library/closure/goog/dom/nodetype.js',
- 'third_party/closure-library/closure/goog/dom/safe.js',
- 'third_party/closure-library/closure/goog/dom/tagname.js',
- 'third_party/closure-library/closure/goog/dom/tags.js',
- 'third_party/closure-library/closure/goog/dom/vendor.js',
- 'third_party/closure-library/closure/goog/events/browserevent.js',
- 'third_party/closure-library/closure/goog/events/browserfeature.js',
- 'third_party/closure-library/closure/goog/events/event.js',
- 'third_party/closure-library/closure/goog/events/eventid.js',
- 'third_party/closure-library/closure/goog/events/eventtype.js',
- 'third_party/closure-library/closure/goog/fs/url.js',
- 'third_party/closure-library/closure/goog/functions/functions.js',
- 'third_party/closure-library/closure/goog/html/safehtml.js',
- 'third_party/closure-library/closure/goog/html/safescript.js',
- 'third_party/closure-library/closure/goog/html/safestyle.js',
- 'third_party/closure-library/closure/goog/html/safestylesheet.js',
- 'third_party/closure-library/closure/goog/html/safeurl.js',
- 'third_party/closure-library/closure/goog/html/trustedresourceurl.js',
- 'third_party/closure-library/closure/goog/html/uncheckedconversions.js',
- 'third_party/closure-library/closure/goog/i18n/bidi.js',
- 'third_party/closure-library/closure/goog/iter/iter.js',
- 'third_party/closure-library/closure/goog/labs/useragent/browser.js',
- 'third_party/closure-library/closure/goog/labs/useragent/engine.js',
- 'third_party/closure-library/closure/goog/labs/useragent/platform.js',
- 'third_party/closure-library/closure/goog/labs/useragent/util.js',
- 'third_party/closure-library/closure/goog/log/log.js',
- 'third_party/closure-library/closure/goog/math/box.js',
- 'third_party/closure-library/closure/goog/math/coordinate.js',
- 'third_party/closure-library/closure/goog/math/math.js',
- 'third_party/closure-library/closure/goog/math/rect.js',
- 'third_party/closure-library/closure/goog/math/size.js',
- 'third_party/closure-library/closure/goog/object/object.js',
- 'third_party/closure-library/closure/goog/reflect/reflect.js',
- 'third_party/closure-library/closure/goog/string/const.js',
- 'third_party/closure-library/closure/goog/string/string.js',
- 'third_party/closure-library/closure/goog/string/typedstring.js',
- 'third_party/closure-library/closure/goog/structs/collection.js',
- 'third_party/closure-library/closure/goog/structs/map.js',
- 'third_party/closure-library/closure/goog/structs/set.js',
- 'third_party/closure-library/closure/goog/structs/structs.js',
- 'third_party/closure-library/closure/goog/style/style.js',
- 'third_party/closure-library/closure/goog/uri/uri.js',
- 'third_party/closure-library/closure/goog/uri/utils.js',
- 'third_party/closure-library/closure/goog/useragent/useragent.js',
],
},
}
« no previous file with comments | « third_party/document_image_extractor/README.chromium ('k') | third_party/document_image_extractor/dom_controller_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698