Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: content/test/BUILD.gn

Issue 1978083004: Don't link application support into shell client library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index ec689fbd6bb90743cf1e776df74c513cb9210337..5d49764afc0e1946c6298588f7e8bef0aa2a4711 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -70,7 +70,7 @@ source_set("test_support") {
"//media",
"//mojo/edk/test:test_support",
"//net:test_support",
- "//services/shell/public/cpp:cpp_for_chromium",
+ "//services/shell/public/cpp",
"//skia",
"//storage/browser",
"//storage/common",
@@ -465,7 +465,7 @@ test("content_browsertests") {
"//mojo/public/js",
"//mojo/test:test_support",
"//net:test_support",
- "//services/shell/public/cpp:cpp_for_chromium",
+ "//services/shell/public/cpp",
"//storage/browser",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698