summaryrefslogtreecommitdiff
path: root/chromium/components/flags_ui/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-04 14:17:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-05 10:05:06 +0000
commit39d357e3248f80abea0159765ff39554affb40db (patch)
treeaba0e6bfb76de0244bba0f5fdbd64b830dd6e621 /chromium/components/flags_ui/BUILD.gn
parent87778abf5a1f89266f37d1321b92a21851d8244d (diff)
downloadqtwebengine-chromium-39d357e3248f80abea0159765ff39554affb40db.tar.gz
BASELINE: Update Chromium to 55.0.2883.105
And updates ninja to 1.7.2 Change-Id: I20d43c737f82764d857ada9a55586901b18b9243 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/components/flags_ui/BUILD.gn')
-rw-r--r--chromium/components/flags_ui/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/components/flags_ui/BUILD.gn b/chromium/components/flags_ui/BUILD.gn
index 36cfed8a719..9d085a16ad0 100644
--- a/chromium/components/flags_ui/BUILD.gn
+++ b/chromium/components/flags_ui/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("flags_ui") {
+static_library("flags_ui") {
sources = [
"feature_entry.cc",
"feature_entry.h",
@@ -31,7 +31,7 @@ source_set("flags_ui") {
# This is a separate target so that the dependencies of
# //chrome/common can be kept minimal.
-source_set("switches") {
+static_library("switches") {
sources = [
"flags_ui_switches.cc",
"flags_ui_switches.h",
@@ -48,6 +48,7 @@ source_set("unit_tests") {
":flags_ui",
":switches",
"//base",
+ "//base/test:test_support",
"//components/prefs:test_support",
"//components/strings",
"//components/variations",