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

Unified Diff: chromecast/common/BUILD.gn

Issue 2553173004: Remove PlatformClientAuth interface from upstream. (Closed)
Patch Set: Created 4 years 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 | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/common/platform_client_auth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/BUILD.gn
diff --git a/chromecast/common/BUILD.gn b/chromecast/common/BUILD.gn
index 0c76b30b9f14dd762bd4078ef3068d79f18bb678..d1765f12004f9e8bfbbd6721a0ad5c9bc2e7ef51 100644
--- a/chromecast/common/BUILD.gn
+++ b/chromecast/common/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//chromecast/chromecast.gni")
-
source_set("common") {
sources = [
"cast_content_client.cc",
@@ -23,21 +21,4 @@ source_set("common") {
"//ui/gfx",
"//url:url",
]
-
- public_deps = [
- ":platform_client_auth",
- ]
-}
-
-# target for definition and a simple implementation of PlatformClientAuth
-# b/30398176 components that depend on PlatformClientAuth should directly
-# depend on this target instead of //chromecast/common/
-source_set("platform_client_auth") {
- sources = [
- "platform_client_auth.h",
- ]
-
- if (chromecast_branding == "public") {
- sources += [ "platform_client_auth_simple.cc" ]
- }
}
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/common/platform_client_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698