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

Unified Diff: chrome/common/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index d489c05c38d6bd34f50af52b6bfb07d53ba4f6aa..979c331752b62488ae6869c827041a90852d8867 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -209,7 +209,7 @@ static_library("common") {
}
if (enable_remoting) {
- #deps += [ '../remoting/remoting.gyp:remoting_client_plugin' ] TODO(GYP)
+ deps += [ "//remoting/client/plugin" ]
}
if (!enable_plugins) {
sources -= [ "pepper_permission_util.cc" ]

Powered by Google App Engine
This is Rietveld 408576698