summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/print_preview/data/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-23 17:21:03 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-23 16:25:15 +0000
commitc551f43206405019121bd2b2c93714319a0a3300 (patch)
tree1f48c30631c421fd4bbb3c36da20183c8a2ed7d7 /chromium/chrome/browser/resources/print_preview/data/BUILD.gn
parent7961cea6d1041e3e454dae6a1da660b453efd238 (diff)
BASELINE: Update Chromium to 79.0.3945.139
Change-Id: I336b7182fab9bca80b709682489c07db112eaca5 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/chrome/browser/resources/print_preview/data/BUILD.gn')
-rw-r--r--chromium/chrome/browser/resources/print_preview/data/BUILD.gn11
1 files changed, 10 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/print_preview/data/BUILD.gn b/chromium/chrome/browser/resources/print_preview/data/BUILD.gn
index 5ab503b223e..7f04cc61c7b 100644
--- a/chromium/chrome/browser/resources/print_preview/data/BUILD.gn
+++ b/chromium/chrome/browser/resources/print_preview/data/BUILD.gn
@@ -19,6 +19,7 @@ js_type_check("closure_compile") {
":measurement_system",
":model",
":printable_area",
+ ":scaling",
":size",
":state",
]
@@ -50,6 +51,7 @@ js_library("invitation_store") {
js_library("local_parsers") {
deps = [
":destination",
+ ":destination_match",
"..:native_layer",
"//ui/webui/resources/js:cr",
]
@@ -58,7 +60,6 @@ js_library("local_parsers") {
js_library("destination_match") {
deps = [
":destination",
- "..:native_layer",
"//ui/webui/resources/js:cr",
]
}
@@ -111,8 +112,10 @@ js_library("measurement_system") {
js_library("model") {
deps = [
":destination",
+ ":destination_match",
":document_info",
":margins",
+ ":scaling",
"//ui/webui/resources/js:cr",
"//ui/webui/resources/js:promise_resolver",
]
@@ -126,6 +129,12 @@ js_library("printable_area") {
]
}
+js_library("scaling") {
+ deps = [
+ "//ui/webui/resources/js:cr",
+ ]
+}
+
js_library("size") {
deps = [
"//ui/webui/resources/js:cr",