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

Side by Side Diff: ppapi/native_client/src/untrusted/pnacl_support_extension/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 unified diff | Download patch
OLDNEW
(Empty)
1 import("//build/config/features.gni")
brettw 2015/02/05 00:20:36 Copyright (I'm going to stop commenting on these)
2
3 if (enable_nacl && enable_nacl_untrusted && enable_pnacl) {
Nick Bray (chromium) 2015/02/05 23:21:46 Dito
Dirk Pranke 2015/02/05 23:52:19 Will make same fix.
4 group("pnacl_support_extension") {
5 # TODO(dpranke): implement me ...
6 }
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698