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

Unified Diff: native_client_sdk/src/project_templates/cc/build.scons

Issue 16972010: Dropping nacl sdk dead code (documentation, project_template). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: native_client_sdk/src/project_templates/cc/build.scons
diff --git a/native_client_sdk/src/project_templates/cc/build.scons b/native_client_sdk/src/project_templates/cc/build.scons
deleted file mode 100644
index 04d661b84cca92f9cddcdc57e779907d8c89a357..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/project_templates/cc/build.scons
+++ /dev/null
@@ -1,16 +0,0 @@
-#! -*- python -*-
-#
-# Copyright (c) 2011 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.
-
-import make_nacl_env
-import nacl_utils
-import os
-
-nacl_env = make_nacl_env.NaClEnvironment(
- use_c_plus_plus_libs=True, nacl_platform=os.getenv('NACL_TARGET_PLATFORM'))
-
-sources = ['<PROJECT_NAME>.cc']
-
-nacl_env.AllNaClModules(sources, '<PROJECT_NAME>')
« no previous file with comments | « native_client_sdk/src/project_templates/c/project_file.c ('k') | native_client_sdk/src/project_templates/cc/project_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698