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

Side by Side Diff: sandbox/sandbox.gyp

Issue 179039: Fix issue 8348: unfork pe_image.h / pe_image.cc (Closed)
Patch Set: Removed unittest file and entries in .gyp file, restored #error message Created 11 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
« no previous file with comments | « base/pe_image.cc ('k') | sandbox/src/eat_resolver.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 [ 'OS=="linux"', { 10 [ 'OS=="linux"', {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'src/security_level.h', 93 'src/security_level.h',
94 'src/sid.cc', 94 'src/sid.cc',
95 'src/sid.h', 95 'src/sid.h',
96 'src/eat_resolver.cc', 96 'src/eat_resolver.cc',
97 'src/eat_resolver.h', 97 'src/eat_resolver.h',
98 'src/interception.cc', 98 'src/interception.cc',
99 'src/interception.h', 99 'src/interception.h',
100 'src/interception_agent.cc', 100 'src/interception_agent.cc',
101 'src/interception_agent.h', 101 'src/interception_agent.h',
102 'src/interception_internal.h', 102 'src/interception_internal.h',
103 'src/pe_image.cc',
104 'src/pe_image.h',
105 'src/resolver.cc', 103 'src/resolver.cc',
106 'src/resolver.h', 104 'src/resolver.h',
107 'src/service_resolver.cc', 105 'src/service_resolver.cc',
108 'src/service_resolver.h', 106 'src/service_resolver.h',
109 'src/sidestep_resolver.cc', 107 'src/sidestep_resolver.cc',
110 'src/sidestep_resolver.h', 108 'src/sidestep_resolver.h',
111 'src/target_interceptions.cc', 109 'src/target_interceptions.cc',
112 'src/target_interceptions.h', 110 'src/target_interceptions.h',
113 'src/Wow64.cc', 111 'src/Wow64.cc',
114 'src/Wow64.h', 112 'src/Wow64.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 { 289 {
292 'target_name': 'sbox_unittests', 290 'target_name': 'sbox_unittests',
293 'type': 'executable', 291 'type': 'executable',
294 'dependencies': [ 292 'dependencies': [
295 'sandbox', 293 'sandbox',
296 '../testing/gtest.gyp:gtest', 294 '../testing/gtest.gyp:gtest',
297 ], 295 ],
298 'sources': [ 296 'sources': [
299 'tests/unit_tests/unit_tests.cc', 297 'tests/unit_tests/unit_tests.cc',
300 'src/interception_unittest.cc', 298 'src/interception_unittest.cc',
301 'src/pe_image_unittest.cc',
302 'src/service_resolver_unittest.cc', 299 'src/service_resolver_unittest.cc',
303 'src/restricted_token_unittest.cc', 300 'src/restricted_token_unittest.cc',
304 'src/job_unittest.cc', 301 'src/job_unittest.cc',
305 'src/sid_unittest.cc', 302 'src/sid_unittest.cc',
306 'src/policy_engine_unittest.cc', 303 'src/policy_engine_unittest.cc',
307 'src/policy_low_level_unittest.cc', 304 'src/policy_low_level_unittest.cc',
308 'src/policy_opcodes_unittest.cc', 305 'src/policy_opcodes_unittest.cc',
309 'src/ipc_unittest.cc', 306 'src/ipc_unittest.cc',
310 'src/threadpool_unittest.cc', 307 'src/threadpool_unittest.cc',
311 308
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'Debug': { 383 'Debug': {
387 'msvs_precompiled_header': 'sandbox_poc/pocdll/stdafx.h', 384 'msvs_precompiled_header': 'sandbox_poc/pocdll/stdafx.h',
388 'msvs_precompiled_source': 'sandbox_poc/pocdll/stdafx.cc', 385 'msvs_precompiled_source': 'sandbox_poc/pocdll/stdafx.cc',
389 }, 386 },
390 }, 387 },
391 }, 388 },
392 ], 389 ],
393 }], 390 }],
394 ], 391 ],
395 } 392 }
OLDNEW
« no previous file with comments | « base/pe_image.cc ('k') | sandbox/src/eat_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698