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

Side by Side Diff: sandbox/tests/integration_tests/sbox_integration_tests.scons

Issue 10769: Move dmg_fp in scons build to compile from (Closed)
Patch Set: linux too Created 12 years, 1 month 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
« no previous file with comments | « net/tools/tld_cleanup/tld_cleanup.scons ('k') | sandbox/tests/unit_tests/sbox_unittests.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 env.SConscript([ 9 env.SConscript([
10 '$BASE_DIR/using_base.scons', 10 '$BASE_DIR/using_base.scons',
11 '$DMG_FP_DIR/using_dmg_fp.scons',
12 '$GTEST_DIR/../using_gtest.scons', 11 '$GTEST_DIR/../using_gtest.scons',
13 '$SANDBOX_DIR/using_sandbox.scons', 12 '$SANDBOX_DIR/using_sandbox.scons',
14 ], {'env':env}) 13 ], {'env':env})
15 14
16 env.Prepend( 15 env.Prepend(
17 CPPPATH = [ 16 CPPPATH = [
18 '$CHROME_SRC_DIR', 17 '$CHROME_SRC_DIR',
19 ], 18 ],
20 CPPDEFINES = [ 19 CPPDEFINES = [
21 'CHROMIUM_BUILD', 20 'CHROMIUM_BUILD',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '$SANDBOX_DIR/src/process_policy_test.cc', 71 '$SANDBOX_DIR/src/process_policy_test.cc',
73 '$SANDBOX_DIR/src/registry_policy_test.cc', 72 '$SANDBOX_DIR/src/registry_policy_test.cc',
74 '$SANDBOX_DIR/src/sync_policy_test.cc', 73 '$SANDBOX_DIR/src/sync_policy_test.cc',
75 '$SANDBOX_DIR/src/unload_dll_test.cc', 74 '$SANDBOX_DIR/src/unload_dll_test.cc',
76 75
77 '../common/controller$OBJSUFFIX', 76 '../common/controller$OBJSUFFIX',
78 ] 77 ]
79 78
80 env.ChromeTestProgram('sbox_integration_tests', input_files, 79 env.ChromeTestProgram('sbox_integration_tests', input_files,
81 COMPONENT_PLATFORM_SETUP=None) 80 COMPONENT_PLATFORM_SETUP=None)
OLDNEW
« no previous file with comments | « net/tools/tld_cleanup/tld_cleanup.scons ('k') | sandbox/tests/unit_tests/sbox_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698