summaryrefslogtreecommitdiff
path: root/chromium/ios/testing
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-18 14:34:04 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-10-04 11:15:27 +0000
commite6430e577f105ad8813c92e75c54660c4985026e (patch)
tree88115e5d1fb471fea807111924dcccbeadbf9e4f /chromium/ios/testing
parent53d399fe6415a96ea6986ec0d402a9c07da72453 (diff)
downloadqtwebengine-chromium-e6430e577f105ad8813c92e75c54660c4985026e.tar.gz
BASELINE: Update Chromium to 61.0.3163.99
Change-Id: I8452f34574d88ca2b27af9bd56fc9ff3f16b1367 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/ios/testing')
-rw-r--r--chromium/ios/testing/BUILD.gn1
-rw-r--r--chromium/ios/testing/perf/BUILD.gn14
2 files changed, 15 insertions, 0 deletions
diff --git a/chromium/ios/testing/BUILD.gn b/chromium/ios/testing/BUILD.gn
index e4b8ef873b5..ea121023ee7 100644
--- a/chromium/ios/testing/BUILD.gn
+++ b/chromium/ios/testing/BUILD.gn
@@ -46,6 +46,7 @@ source_set("ocmock_support") {
}
test("ocmock_support_unittest") {
+ configs += [ "//build/config/compiler:enable_arc" ]
deps = [
":ocmock_support",
"//base/test:run_all_unittests",
diff --git a/chromium/ios/testing/perf/BUILD.gn b/chromium/ios/testing/perf/BUILD.gn
new file mode 100644
index 00000000000..13700deba9d
--- /dev/null
+++ b/chromium/ios/testing/perf/BUILD.gn
@@ -0,0 +1,14 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("startup") {
+ sources = [
+ "startupLoggers.h",
+ "startupLoggers.mm",
+ ]
+ deps = [
+ "//base",
+ ]
+ configs += [ "//build/config/compiler:enable_arc" ]
+}