summaryrefslogtreecommitdiff
path: root/chromium/components/drive
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-20 09:47:09 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-07 11:15:42 +0000
commit189d4fd8fad9e3c776873be51938cd31a42b6177 (patch)
tree6497caeff5e383937996768766ab3bb2081a40b2 /chromium/components/drive
parent8bc75099d364490b22f43a7ce366b366c08f4164 (diff)
downloadqtwebengine-chromium-189d4fd8fad9e3c776873be51938cd31a42b6177.tar.gz
BASELINE: Update Chromium to 90.0.4430.221
Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/drive')
-rw-r--r--chromium/components/drive/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/components/drive/BUILD.gn b/chromium/components/drive/BUILD.gn
index 25e9d4aca00..d4bd89d2190 100644
--- a/chromium/components/drive/BUILD.gn
+++ b/chromium/components/drive/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/chromeos/ui_mode.gni")
import("//third_party/protobuf/proto_library.gni")
static_library("drive") {
@@ -87,14 +88,14 @@ source_set("unit_tests") {
"//testing/gtest",
]
- if (is_chromeos) {
+ if (is_chromeos_ash) {
sources += [ "search_metadata_unittest.cc" ]
deps += [ ":drive_chromeos" ]
}
}
-if (is_chromeos) {
+if (is_chromeos_ash) {
source_set("drive_chromeos") {
sources = [
"chromeos/search_metadata.cc",