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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #! -*- python -*-
2 #
3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 import make_nacl_env
8 import nacl_utils
9 import os
10
11 nacl_env = make_nacl_env.NaClEnvironment(
12 use_c_plus_plus_libs=True, nacl_platform=os.getenv('NACL_TARGET_PLATFORM'))
13
14 sources = ['<PROJECT_NAME>.cc']
15
16 nacl_env.AllNaClModules(sources, '<PROJECT_NAME>')
OLDNEW
« 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