33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
diff --git a/third_party/polymer/v3_0/BUILD.gn b/third_party/polymer/v3_0/BUILD.gn
|
|
index c7737c8f16b1fed4ec3395cbccd19310f8bcbb7e..b2bcab966b3caa2a9990c1dbd035bceb14f669b3 100644
|
|
--- a/third_party/polymer/v3_0/BUILD.gn
|
|
+++ b/third_party/polymer/v3_0/BUILD.gn
|
|
@@ -19,6 +19,7 @@ js_files = [
|
|
]
|
|
|
|
if (is_chromeos_ash) {
|
|
+} if (!is_android) {
|
|
js_files += [
|
|
"iron-a11y-announcer/iron-a11y-announcer.js",
|
|
"iron-a11y-keys/iron-a11y-keys.js",
|
|
@@ -215,11 +216,13 @@ ts_library("library") {
|
|
# Also needed on LaCros for Print Preview. Remove once CrOS Print Preview
|
|
# launches.
|
|
if (is_chromeos) {
|
|
+ } if (!is_android) {
|
|
definitions +=
|
|
[ "components-chromium/iron-fit-behavior/iron-fit-behavior.d.ts" ]
|
|
}
|
|
|
|
if (is_chromeos_ash) {
|
|
+ } if (!is_android) {
|
|
definitions += [
|
|
"components-chromium/iron-a11y-announcer/iron-a11y-announcer.d.ts",
|
|
"components-chromium/iron-a11y-keys/iron-a11y-keys.d.ts",
|
|
@@ -262,4 +265,5 @@ ts_library("library") {
|
|
"components-chromium/paper-tooltip/paper-tooltip.d.ts",
|
|
]
|
|
}
|
|
+ import("//brave/third_party/polymer/v3_0/sources.gni") visibility += brave_polymer_library_visibility
|
|
}
|