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

Unified Diff: third_party/document_image_extractor/dom_controller_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/dom_controller_files.gypi
diff --git a/third_party/document_image_extractor/dom_controller_files.gypi b/third_party/document_image_extractor/dom_controller_files.gypi
index 42b788b59f4071279ffe846fa4b52b6b9f9cadc0..b13caf166f46da1bcfbc4e991d947aec2161f45f 100644
--- a/third_party/document_image_extractor/dom_controller_files.gypi
+++ b/third_party/document_image_extractor/dom_controller_files.gypi
@@ -6,83 +6,12 @@
'variables': {
# List of dependencies for dom_controller.js generated by closurebuilder.py
'dom_controller_js_files': [
- 'src/constants.js',
- 'src/controller.js',
'src/document_feature.js',
'src/document_image.js',
'src/document_video.js',
'src/dom_controller.js',
- 'src/dom_event.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/async/freelist.js',
- 'third_party/closure-library/closure/goog/async/nexttick.js',
- 'third_party/closure-library/closure/goog/async/run.js',
- 'third_party/closure-library/closure/goog/async/workqueue.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/entrypointregistry.js',
- 'third_party/closure-library/closure/goog/debug/error.js',
- 'third_party/closure-library/closure/goog/debug/errorhandler.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/debug/tracer.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/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/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/eventhandler.js',
- 'third_party/closure-library/closure/goog/events/eventid.js',
- 'third_party/closure-library/closure/goog/events/events.js',
- 'third_party/closure-library/closure/goog/events/eventtarget.js',
- 'third_party/closure-library/closure/goog/events/eventtype.js',
- 'third_party/closure-library/closure/goog/events/eventwrapper.js',
- 'third_party/closure-library/closure/goog/events/listenable.js',
- 'third_party/closure-library/closure/goog/events/listener.js',
- 'third_party/closure-library/closure/goog/events/listenermap.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/coordinate.js',
- 'third_party/closure-library/closure/goog/math/math.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/promise/promise.js',
- 'third_party/closure-library/closure/goog/promise/resolver.js',
- 'third_party/closure-library/closure/goog/promise/thenable.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/simplepool.js',
- 'third_party/closure-library/closure/goog/structs/structs.js',
- 'third_party/closure-library/closure/goog/testing/watchers.js',
- 'third_party/closure-library/closure/goog/timer/timer.js',
- 'third_party/closure-library/closure/goog/useragent/useragent.js',
+ 'src/dom_utils.js',
+ 'src/size.js',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698