| OLD | NEW |
| (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 ] |
| OLD | NEW |