Index: components/test/BUILD.gn |
diff --git a/components/content_settings/core/test/BUILD.gn b/components/test/BUILD.gn |
similarity index 51% |
copy from components/content_settings/core/test/BUILD.gn |
copy to components/test/BUILD.gn |
index 2c1316df30b2f05114248ac2bd7505a089c8852e..de1ab703729b2aaefd19138ff735627cee81e1b2 100644 |
--- a/components/content_settings/core/test/BUILD.gn |
+++ b/components/test/BUILD.gn |
@@ -1,21 +1,19 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Copyright 2016 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. |
static_library("test_support") { |
Peter Kasting
2016/10/18 17:31:12
I think you want a source_set here and not a stati
|
testonly = true |
sources = [ |
- "content_settings_test_utils.cc", |
- "content_settings_test_utils.h", |
- ] |
- |
- public_deps = [ |
- "//components/content_settings/core/browser", |
+ "components_test_suite.cc", |
+ "components_test_suite.h", |
] |
deps = [ |
- "//base", |
"//components/content_settings/core/common", |
- "//testing/gmock", |
+ "//mojo/edk/system", |
+ "//net", |
"//testing/gtest", |
+ "//ui/base", |
+ "//ui/resources:ui_test_pak", |
] |
} |