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

Side by Side Diff: sandbox/win/sandbox_win.gypi

Issue 1456663003: Make dispatcher a member of PolicyBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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 | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/sandbox_policy_base.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'sandbox_windows_target': 0, 8 'sandbox_windows_target': 0,
9 'target_arch%': 'ia32', 9 'target_arch%': 'ia32',
10 }, 10 },
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'src/sync_interception.cc', 125 'src/sync_interception.cc',
126 'src/sync_interception.h', 126 'src/sync_interception.h',
127 'src/sync_policy.cc', 127 'src/sync_policy.cc',
128 'src/sync_policy.h', 128 'src/sync_policy.h',
129 'src/target_interceptions.cc', 129 'src/target_interceptions.cc',
130 'src/target_interceptions.h', 130 'src/target_interceptions.h',
131 'src/target_process.cc', 131 'src/target_process.cc',
132 'src/target_process.h', 132 'src/target_process.h',
133 'src/target_services.cc', 133 'src/target_services.cc',
134 'src/target_services.h', 134 'src/target_services.h',
135 'src/top_level_dispatcher.cc',
136 'src/top_level_dispatcher.h',
135 'src/win_utils.cc', 137 'src/win_utils.cc',
136 'src/win_utils.h', 138 'src/win_utils.h',
137 'src/win2k_threadpool.cc', 139 'src/win2k_threadpool.cc',
138 'src/win2k_threadpool.h', 140 'src/win2k_threadpool.h',
139 'src/window.cc', 141 'src/window.cc',
140 'src/window.h', 142 'src/window.h',
141 ], 143 ],
142 'target_conditions': [ 144 'target_conditions': [
143 ['target_arch=="x64"', { 145 ['target_arch=="x64"', {
144 'sources': [ 146 'sources': [
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../../build/isolate.gypi', 397 '../../build/isolate.gypi',
396 ], 398 ],
397 'sources': [ 399 'sources': [
398 '../sbox_validation_tests.isolate', 400 '../sbox_validation_tests.isolate',
399 ], 401 ],
400 }, 402 },
401 ], 403 ],
402 }], 404 }],
403 ], 405 ],
404 } 406 }
OLDNEW
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/sandbox_policy_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698