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

Unified Diff: chrome/renderer/BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up for review 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index f1aa9aff4705ec17f36cdbeadfb559caec1f537c..e63ed9d937785d1f378ecd7c87154c8b688660d3 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -67,8 +67,8 @@ static_library("renderer") {
if (enable_nacl) {
deps += [
- #'../components/nacl.gyp:nacl', TODO(GYP)
- #'../components/nacl.gyp:nacl_renderer', TODO(GYP)
+ "//components/nacl",
+ "//components/nacl:nacl_renderer",
]
}

Powered by Google App Engine
This is Rietveld 408576698