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

Unified Diff: third_party/document_image_extractor/third_party/src/constants.js

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/third_party/src/constants.js
diff --git a/third_party/document_image_extractor/third_party/src/constants.js b/third_party/document_image_extractor/third_party/src/constants.js
deleted file mode 100644
index 7f86d271fb4a30086505340b57695525ed119783..0000000000000000000000000000000000000000
--- a/third_party/document_image_extractor/third_party/src/constants.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * @fileoverview Collections constants.
- * @author busaryev@google.com (Oleksiy Busaryev)
- */
-goog.provide('gws.collections.common.Constants');
-
-goog.scope(function() {
-
-var Constants = gws.collections.common.Constants;
-
-/** @type {number} The minimum width of extracted images. */
-Constants.EXTRACT_MIN_WIDTH = 100;
-
-
-/** @type {number} The minimum height of extracted images. */
-Constants.EXTRACT_MIN_HEIGHT = 100;
-
-}); // goog.scope

Powered by Google App Engine
This is Rietveld 408576698