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

Unified Diff: chrome/common/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: yet more feedback 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 622ce47cd71561c0661898409a53b060599cfc35..eaf976791149e66f5ad0f4144dcce21d55adfd83 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -138,9 +138,7 @@ static_library("common") {
}
if (enable_nacl) {
- deps += [
- #'<(DEPTH)/components/nacl.gyp:nacl_common', TODO(GYP)
- ]
+ deps += [ "//components/nacl:nacl_common" ]
}
# Printing.
@@ -287,9 +285,7 @@ static_library("constants") {
]
if (enable_nacl) {
- deps += [
- #'../components/nacl.gyp:nacl_switches', TODO(GYP)
- ]
+ deps += [ "//components/nacl:nacl_switches" ]
}
}
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698