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

Unified Diff: src/trusted/manifest_name_service_proxy/build.scons

Issue 7108031: this patch adds the manifest proxy server to sel_ldr and the manifest (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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 | « SConstruct ('k') | src/trusted/manifest_name_service_proxy/manifest_name_service_proxy.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/manifest_name_service_proxy/build.scons
===================================================================
--- src/trusted/manifest_name_service_proxy/build.scons (revision 0)
+++ src/trusted/manifest_name_service_proxy/build.scons (revision 0)
@@ -0,0 +1,12 @@
+# -*- python -*-
+# Copyright (c) 2011 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+Import('env')
+
+manifest_proxy_inputs = [
+ 'manifest_proxy.c',
+]
+
+env.DualLibrary('manifest_proxy', manifest_proxy_inputs)
Property changes on: src/trusted/manifest_name_service_proxy/build.scons
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « SConstruct ('k') | src/trusted/manifest_name_service_proxy/manifest_name_service_proxy.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698