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

Unified Diff: native_client_sdk/src/project_templates/c/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/c/build.scons
diff --git a/native_client_sdk/src/project_templates/c/build.scons b/native_client_sdk/src/project_templates/c/build.scons
deleted file mode 100644
index 6836f4ebcc10844114eddbc02f802ceb0e141ae0..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/project_templates/c/build.scons
+++ /dev/null
@@ -1,15 +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 os
-
-nacl_env = make_nacl_env.NaClEnvironment(
- nacl_platform=os.getenv('NACL_TARGET_PLATFORM'))
-
-sources = ['<PROJECT_NAME>.c']
-
-nacl_env.AllNaClModules(sources, '<PROJECT_NAME>')
« no previous file with comments | « native_client_sdk/src/project_templates/README ('k') | native_client_sdk/src/project_templates/c/project_file.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698