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

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: 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
« no previous file with comments | « 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..14c65bc2b34d72a900a94007a741748b20a56d45 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -160,15 +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",
- ]
-
- #}
deps = [
"//base",
"//base:i18n",
« no previous file with comments | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698