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

Side by Side Diff: sandbox/linux/sandbox_linux.gypi

Issue 164583002: Merge 249937 "Linux Sandbox: Stop GPU watchdog in accountable way." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 10 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 | « content/gpu/gpu_main.cc ('k') | sandbox/linux/sandbox_linux_test_sources.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 (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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS=="linux"', { 8 ['OS=="linux"', {
9 'compile_suid_client': 1, 9 'compile_suid_client': 1,
10 'compile_credentials': 1, 10 'compile_credentials': 1,
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 '../..', 186 '../..',
187 ], 187 ],
188 }, 188 },
189 { 'target_name': 'sandbox_services', 189 { 'target_name': 'sandbox_services',
190 'type': 'static_library', 190 'type': 'static_library',
191 'sources': [ 191 'sources': [
192 'services/broker_process.cc', 192 'services/broker_process.cc',
193 'services/broker_process.h', 193 'services/broker_process.h',
194 'services/init_process_reaper.cc', 194 'services/init_process_reaper.cc',
195 'services/init_process_reaper.h', 195 'services/init_process_reaper.h',
196 'services/thread_helpers.cc',
197 'services/thread_helpers.h',
196 ], 198 ],
197 'dependencies': [ 199 'dependencies': [
198 '../base/base.gyp:base', 200 '../base/base.gyp:base',
199 ], 201 ],
200 'conditions': [ 202 'conditions': [
201 ['compile_credentials==1', { 203 ['compile_credentials==1', {
202 'sources': [ 204 'sources': [
203 'services/credentials.cc', 205 'services/credentials.cc',
204 'services/credentials.h', 206 'services/credentials.h',
205 ], 207 ],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 }, 280 },
279 'dependencies': [ 281 'dependencies': [
280 'sandbox_linux_jni_unittests', 282 'sandbox_linux_jni_unittests',
281 ], 283 ],
282 'includes': [ '../../build/apk_test.gypi' ], 284 'includes': [ '../../build/apk_test.gypi' ],
283 } 285 }
284 ], 286 ],
285 }], 287 }],
286 ], 288 ],
287 } 289 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | sandbox/linux/sandbox_linux_test_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698