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

Side by Side Diff: src/trusted/service_runtime/service_runtime.gyp

Issue 594733005: Cleanup: Remove src/trusted/gio/, since it is unused (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/trusted/service_runtime/sel_main_chrome.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- gyp -*- 1 # -*- gyp -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 '../../../build/common.gypi', 8 '../../../build/common.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'dependencies': [ 213 'dependencies': [
214 'env_cleanser', 214 'env_cleanser',
215 'nacl_error_code', 215 'nacl_error_code',
216 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', 216 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
217 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 217 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
218 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', 218 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
219 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_stub ', 219 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_stub ',
220 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', 220 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
221 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheability. gyp:desc_cacheability', 221 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheability. gyp:desc_cacheability',
222 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection.gyp: nacl_fault_inject', 222 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection.gyp: nacl_fault_inject',
223 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped _desc',
224 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multiset. gyp:nacl_interval', 223 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multiset. gyp:nacl_interval',
225 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:nacl_p erf_counter', 224 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:nacl_p erf_counter',
226 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib', 225 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib',
227 '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/manifest _name_service_proxy.gyp:manifest_proxy', 226 '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/manifest _name_service_proxy.gyp:manifest_proxy',
228 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service', 227 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service',
229 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_inter face', 228 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_inter face',
230 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validation_c ache', 229 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validation_c ache',
231 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validators', 230 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validators',
232 ], 231 ],
233 'conditions': [ 232 'conditions': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 ], 289 ],
291 'dependencies': [ 290 'dependencies': [
292 'sel', 291 'sel',
293 ], 292 ],
294 }, { 293 }, {
295 'target_name': 'sel_ldr', 294 'target_name': 'sel_ldr',
296 'type': 'executable', 295 'type': 'executable',
297 'dependencies': [ 296 'dependencies': [
298 'sel_main', 297 'sel_main',
299 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 298 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
300 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped _desc',
301 ], 299 ],
302 'sources': [ 300 'sources': [
303 'nacl_test_injection_main.c', 301 'nacl_test_injection_main.c',
304 'force_cpp.cc', 302 'force_cpp.cc',
305 ], 303 ],
306 'conditions': [ 304 'conditions': [
307 ['OS=="linux" or OS=="android"', { 305 ['OS=="linux" or OS=="android"', {
308 'dependencies': [ 306 'dependencies': [
309 'linux/nacl_bootstrap.gyp:nacl_helper_bootstrap', 307 'linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
310 ], 308 ],
(...skipping 16 matching lines...) Expand all
327 }, 325 },
328 'dependencies': [ 326 'dependencies': [
329 'env_cleanser64', 327 'env_cleanser64',
330 'nacl_error_code64', 328 'nacl_error_code64',
331 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64', 329 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64',
332 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc64', 330 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc64',
333 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_ stub64', 331 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_ stub64',
334 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer64', 332 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer64',
335 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheabil ity.gyp:desc_cacheability64', 333 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheabil ity.gyp:desc_cacheability64',
336 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection. gyp:nacl_fault_inject64', 334 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection. gyp:nacl_fault_inject64',
337 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64',
338 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multi set.gyp:nacl_interval64', 335 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multi set.gyp:nacl_interval64',
339 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:na cl_perf_counter64', 336 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:na cl_perf_counter64',
340 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib64', 337 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib64',
341 '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/mani fest_name_service_proxy.gyp:manifest_proxy64', 338 '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/mani fest_name_service_proxy.gyp:manifest_proxy64',
342 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gy p:simple_service64', 339 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gy p:simple_service64',
343 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_i nterface64', 340 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_i nterface64',
344 '<(DEPTH)/native_client/src/trusted/validator_x86/validator_x86.gyp: nccopy_x86_64', 341 '<(DEPTH)/native_client/src/trusted/validator_x86/validator_x86.gyp: nccopy_x86_64',
345 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validati on_cache64', 342 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validati on_cache64',
346 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validato rs64', 343 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validato rs64',
347 'arch/x86/service_runtime_x86.gyp:service_runtime_x86_common64', 344 'arch/x86/service_runtime_x86.gyp:service_runtime_x86_common64',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 }, 389 },
393 { 390 {
394 'target_name': 'sel_ldr64', 391 'target_name': 'sel_ldr64',
395 'type': 'executable', 392 'type': 'executable',
396 'variables': { 393 'variables': {
397 'win_target': 'x64', 394 'win_target': 'x64',
398 }, 395 },
399 'dependencies': [ 396 'dependencies': [
400 'sel_main64', 397 'sel_main64',
401 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64' , 398 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64' ,
402 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64',
403 ], 399 ],
404 'sources': [ 400 'sources': [
405 'nacl_test_injection_main.c', 401 'nacl_test_injection_main.c',
406 ], 402 ],
407 }, 403 },
408 ], 404 ],
409 }], 405 }],
410 ['OS=="linux" or OS=="FreeBSD" or OS=="android"', { 406 ['OS=="linux" or OS=="FreeBSD" or OS=="android"', {
411 'targets': [ 407 'targets': [
412 { 408 {
(...skipping 16 matching lines...) Expand all
429 }], 425 }],
430 ], 426 ],
431 'sources': [ 427 'sources': [
432 'linux/nacl_signal.c', 428 'linux/nacl_signal.c',
433 ], 429 ],
434 }, 430 },
435 ], 431 ],
436 }], 432 }],
437 ], 433 ],
438 } 434 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/sel_main_chrome.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698