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

Side by Side Diff: sandbox/win/BUILD.gn

Issue 1430763002: Remove shared_handles.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | sandbox/win/sandbox_win.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("sandbox") { 7 source_set("sandbox") {
8 sources = [ 8 sources = [
9 "src/acl.cc", 9 "src/acl.cc",
10 "src/acl.h", 10 "src/acl.h",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "src/sandbox_policy_base.cc", 100 "src/sandbox_policy_base.cc",
101 "src/sandbox_policy_base.h", 101 "src/sandbox_policy_base.h",
102 "src/sandbox_rand.cc", 102 "src/sandbox_rand.cc",
103 "src/sandbox_rand.h", 103 "src/sandbox_rand.h",
104 "src/sandbox_types.h", 104 "src/sandbox_types.h",
105 "src/sandbox_utils.cc", 105 "src/sandbox_utils.cc",
106 "src/sandbox_utils.h", 106 "src/sandbox_utils.h",
107 "src/security_level.h", 107 "src/security_level.h",
108 "src/service_resolver.cc", 108 "src/service_resolver.cc",
109 "src/service_resolver.h", 109 "src/service_resolver.h",
110 "src/shared_handles.cc",
111 "src/shared_handles.h",
112 "src/sharedmem_ipc_client.cc", 110 "src/sharedmem_ipc_client.cc",
113 "src/sharedmem_ipc_client.h", 111 "src/sharedmem_ipc_client.h",
114 "src/sharedmem_ipc_server.cc", 112 "src/sharedmem_ipc_server.cc",
115 "src/sharedmem_ipc_server.h", 113 "src/sharedmem_ipc_server.h",
116 "src/sid.cc", 114 "src/sid.cc",
117 "src/sid.h", 115 "src/sid.h",
118 "src/sync_dispatcher.cc", 116 "src/sync_dispatcher.cc",
119 "src/sync_dispatcher.h", 117 "src/sync_dispatcher.h",
120 "src/sync_interception.cc", 118 "src/sync_interception.cc",
121 "src/sync_interception.h", 119 "src/sync_interception.h",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "sandbox_poc/pocdll/spyware.cc", 298 "sandbox_poc/pocdll/spyware.cc",
301 "sandbox_poc/pocdll/utils.h", 299 "sandbox_poc/pocdll/utils.h",
302 ] 300 ]
303 301
304 defines = [ "POCDLL_EXPORTS" ] 302 defines = [ "POCDLL_EXPORTS" ]
305 303
306 deps = [ 304 deps = [
307 "//build/config/sanitizers:deps", 305 "//build/config/sanitizers:deps",
308 ] 306 ]
309 } 307 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/win/sandbox_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698