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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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 'variables': { 6 'variables': {
7 # List of dependencies for dom_controller.js generated by closurebuilder.py 7 # List of dependencies for dom_controller.js generated by closurebuilder.py
8 'dom_controller_js_files': [ 8 'dom_controller_js_files': [
9 'src/constants.js',
10 'src/controller.js',
11 'src/document_feature.js', 9 'src/document_feature.js',
12 'src/document_image.js', 10 'src/document_image.js',
13 'src/document_video.js', 11 'src/document_video.js',
14 'src/dom_controller.js', 12 'src/dom_controller.js',
15 'src/dom_event.js', 13 'src/dom_utils.js',
16 'third_party/closure-library/closure/goog/array/array.js', 14 'src/size.js',
17 'third_party/closure-library/closure/goog/asserts/asserts.js',
18 'third_party/closure-library/closure/goog/async/freelist.js',
19 'third_party/closure-library/closure/goog/async/nexttick.js',
20 'third_party/closure-library/closure/goog/async/run.js',
21 'third_party/closure-library/closure/goog/async/workqueue.js',
22 'third_party/closure-library/closure/goog/base.js',
23 'third_party/closure-library/closure/goog/debug/debug.js',
24 'third_party/closure-library/closure/goog/debug/entrypointregistry.js',
25 'third_party/closure-library/closure/goog/debug/error.js',
26 'third_party/closure-library/closure/goog/debug/errorhandler.js',
27 'third_party/closure-library/closure/goog/debug/logbuffer.js',
28 'third_party/closure-library/closure/goog/debug/logger.js',
29 'third_party/closure-library/closure/goog/debug/logrecord.js',
30 'third_party/closure-library/closure/goog/debug/tracer.js',
31 'third_party/closure-library/closure/goog/disposable/disposable.js',
32 'third_party/closure-library/closure/goog/disposable/idisposable.js',
33 'third_party/closure-library/closure/goog/dom/browserfeature.js',
34 'third_party/closure-library/closure/goog/dom/dom.js',
35 'third_party/closure-library/closure/goog/dom/nodetype.js',
36 'third_party/closure-library/closure/goog/dom/safe.js',
37 'third_party/closure-library/closure/goog/dom/tagname.js',
38 'third_party/closure-library/closure/goog/dom/tags.js',
39 'third_party/closure-library/closure/goog/events/browserevent.js',
40 'third_party/closure-library/closure/goog/events/browserfeature.js',
41 'third_party/closure-library/closure/goog/events/event.js',
42 'third_party/closure-library/closure/goog/events/eventhandler.js',
43 'third_party/closure-library/closure/goog/events/eventid.js',
44 'third_party/closure-library/closure/goog/events/events.js',
45 'third_party/closure-library/closure/goog/events/eventtarget.js',
46 'third_party/closure-library/closure/goog/events/eventtype.js',
47 'third_party/closure-library/closure/goog/events/eventwrapper.js',
48 'third_party/closure-library/closure/goog/events/listenable.js',
49 'third_party/closure-library/closure/goog/events/listener.js',
50 'third_party/closure-library/closure/goog/events/listenermap.js',
51 'third_party/closure-library/closure/goog/fs/url.js',
52 'third_party/closure-library/closure/goog/functions/functions.js',
53 'third_party/closure-library/closure/goog/html/safehtml.js',
54 'third_party/closure-library/closure/goog/html/safescript.js',
55 'third_party/closure-library/closure/goog/html/safestyle.js',
56 'third_party/closure-library/closure/goog/html/safestylesheet.js',
57 'third_party/closure-library/closure/goog/html/safeurl.js',
58 'third_party/closure-library/closure/goog/html/trustedresourceurl.js',
59 'third_party/closure-library/closure/goog/html/uncheckedconversions.js',
60 'third_party/closure-library/closure/goog/i18n/bidi.js',
61 'third_party/closure-library/closure/goog/iter/iter.js',
62 'third_party/closure-library/closure/goog/labs/useragent/browser.js',
63 'third_party/closure-library/closure/goog/labs/useragent/engine.js',
64 'third_party/closure-library/closure/goog/labs/useragent/platform.js',
65 'third_party/closure-library/closure/goog/labs/useragent/util.js',
66 'third_party/closure-library/closure/goog/log/log.js',
67 'third_party/closure-library/closure/goog/math/coordinate.js',
68 'third_party/closure-library/closure/goog/math/math.js',
69 'third_party/closure-library/closure/goog/math/size.js',
70 'third_party/closure-library/closure/goog/object/object.js',
71 'third_party/closure-library/closure/goog/promise/promise.js',
72 'third_party/closure-library/closure/goog/promise/resolver.js',
73 'third_party/closure-library/closure/goog/promise/thenable.js',
74 'third_party/closure-library/closure/goog/reflect/reflect.js',
75 'third_party/closure-library/closure/goog/string/const.js',
76 'third_party/closure-library/closure/goog/string/string.js',
77 'third_party/closure-library/closure/goog/string/typedstring.js',
78 'third_party/closure-library/closure/goog/structs/collection.js',
79 'third_party/closure-library/closure/goog/structs/map.js',
80 'third_party/closure-library/closure/goog/structs/set.js',
81 'third_party/closure-library/closure/goog/structs/simplepool.js',
82 'third_party/closure-library/closure/goog/structs/structs.js',
83 'third_party/closure-library/closure/goog/testing/watchers.js',
84 'third_party/closure-library/closure/goog/timer/timer.js',
85 'third_party/closure-library/closure/goog/useragent/useragent.js',
86 ], 15 ],
87 }, 16 },
88 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698