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

Side by Side Diff: SConstruct

Issue 594733005: Cleanup: Remove src/trusted/gio/, since it is unused (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix Created 6 years, 3 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
« no previous file with comments | « no previous file | site_scons/site_tools/library_deps.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! -*- python -*- 1 #! -*- python -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 import atexit 6 import atexit
7 import json 7 import json
8 import os 8 import os
9 import platform 9 import platform
10 import re 10 import re
(...skipping 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'src/shared/srpc/build.scons', 2222 'src/shared/srpc/build.scons',
2223 'src/shared/utils/build.scons', 2223 'src/shared/utils/build.scons',
2224 'src/third_party/gtest/build.scons', 2224 'src/third_party/gtest/build.scons',
2225 'src/tools/validator_tools/build.scons', 2225 'src/tools/validator_tools/build.scons',
2226 'src/trusted/cpu_features/build.scons', 2226 'src/trusted/cpu_features/build.scons',
2227 'src/trusted/debug_stub/build.scons', 2227 'src/trusted/debug_stub/build.scons',
2228 'src/trusted/desc/build.scons', 2228 'src/trusted/desc/build.scons',
2229 'src/trusted/desc_cacheability/build.scons', 2229 'src/trusted/desc_cacheability/build.scons',
2230 'src/trusted/fault_injection/build.scons', 2230 'src/trusted/fault_injection/build.scons',
2231 'src/trusted/generic_container/build.scons', 2231 'src/trusted/generic_container/build.scons',
2232 'src/trusted/gio/build.scons',
2233 'src/trusted/interval_multiset/build.scons', 2232 'src/trusted/interval_multiset/build.scons',
2234 'src/trusted/manifest_name_service_proxy/build.scons', 2233 'src/trusted/manifest_name_service_proxy/build.scons',
2235 'src/trusted/nacl_base/build.scons', 2234 'src/trusted/nacl_base/build.scons',
2236 'src/trusted/nonnacl_util/build.scons', 2235 'src/trusted/nonnacl_util/build.scons',
2237 'src/trusted/perf_counter/build.scons', 2236 'src/trusted/perf_counter/build.scons',
2238 'src/trusted/platform_qualify/build.scons', 2237 'src/trusted/platform_qualify/build.scons',
2239 'src/trusted/reverse_service/build.scons', 2238 'src/trusted/reverse_service/build.scons',
2240 'src/trusted/seccomp_bpf/build.scons', 2239 'src/trusted/seccomp_bpf/build.scons',
2241 'src/trusted/sel_universal/build.scons', 2240 'src/trusted/sel_universal/build.scons',
2242 'src/trusted/service_runtime/build.scons', 2241 'src/trusted/service_runtime/build.scons',
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
4013 nacl_env.ValidateSdk() 4012 nacl_env.ValidateSdk()
4014 4013
4015 if BROKEN_TEST_COUNT > 0: 4014 if BROKEN_TEST_COUNT > 0:
4016 msg = "There are %d broken tests." % BROKEN_TEST_COUNT 4015 msg = "There are %d broken tests." % BROKEN_TEST_COUNT
4017 if GetOption('brief_comstr'): 4016 if GetOption('brief_comstr'):
4018 msg += " Add --verbose to the command line for more information." 4017 msg += " Add --verbose to the command line for more information."
4019 print msg 4018 print msg
4020 4019
4021 # separate warnings from actual build output 4020 # separate warnings from actual build output
4022 Banner('B U I L D - O U T P U T:') 4021 Banner('B U I L D - O U T P U T:')
OLDNEW
« no previous file with comments | « no previous file | site_scons/site_tools/library_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698