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', |
+ }, |
} |