Add Media.AudioRendererEvents histogram to measure how often OnRenderError() is called.
[chromium-blink-merge.git] / native_client_sdk / src / project_templates / cc / build.scons
blob04d661b84cca92f9cddcdc57e779907d8c89a357
1 #! -*- python -*-
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.
7 import make_nacl_env
8 import nacl_utils
9 import os
11 nacl_env = make_nacl_env.NaClEnvironment(
12     use_c_plus_plus_libs=True, nacl_platform=os.getenv('NACL_TARGET_PLATFORM'))
14 sources = ['<PROJECT_NAME>.cc']
16 nacl_env.AllNaClModules(sources, '<PROJECT_NAME>')