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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 954873002: Fix content_browsertests on Linux GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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
« content/test/BUILD.gn ('K') | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/BUILD.gn
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index a70e0cf78ce1124106a75322b5385a40249619ee..ba11258df39249e8f66321596e62f5175b1dfed0 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -160,14 +160,6 @@ component("shared_impl") {
"PPAPI_THUNK_IMPLEMENTATION",
]
- # TODO(GYP) support chrome_multiple_dll
- #if (chrome_multiple_dll) {
- # public_deps = [ "//third_party/WebKit/public:blink_minimal" ]
- #} else {
- public_deps = [
- "//third_party/WebKit/public:blink",
- ]
-
#}
brettw 2015/02/25 16:40:38 Delete this line too
jam 2015/02/25 16:55:24 Done.
deps = [
"//base",
« content/test/BUILD.gn ('K') | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698