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

Unified Diff: mojo/mojo_nacl.gypi

Issue 881933004: Mojo+NaCl: Move generated code to mojo/nacl. (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 | « mojo/mojo_nacl.gyp ('k') | mojo/mojo_nacl_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_nacl.gypi
diff --git a/net/net.isolate b/mojo/mojo_nacl.gypi
similarity index 54%
copy from net/net.isolate
copy to mojo/mojo_nacl.gypi
index cd2d2666a830f73955db56800360e94ce9f3c218..01cfc21dba47582ca6266c9fb63d51b10d63123d 100644
--- a/net/net.isolate
+++ b/mojo/mojo_nacl.gypi
@@ -1,11 +1,9 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
{
- 'conditions': [
- ],
- 'includes': [
- '../base/base.isolate',
- '../gin/v8.isolate',
- ],
+ 'variables': {
+ 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/build/inverse_depth.py <(DEPTH))/nacl',
+ },
}
« no previous file with comments | « mojo/mojo_nacl.gyp ('k') | mojo/mojo_nacl_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698