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

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

Issue 797843003: Remove src/trusted/manifest_name_service_proxy/ (old open_resource() impl) (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Remove test Created 5 years, 11 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
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', 215 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
216 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 216 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
217 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', 217 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
218 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_stub ', 218 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_stub ',
219 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', 219 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
220 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheability. gyp:desc_cacheability', 220 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheability. gyp:desc_cacheability',
221 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection.gyp: nacl_fault_inject', 221 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection.gyp: nacl_fault_inject',
222 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multiset. gyp:nacl_interval', 222 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multiset. gyp:nacl_interval',
223 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:nacl_p erf_counter', 223 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:nacl_p erf_counter',
224 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib', 224 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib',
225 '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/manifest _name_service_proxy.gyp:manifest_proxy',
226 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service', 225 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service',
227 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_inter face', 226 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_inter face',
228 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validation_c ache', 227 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validation_c ache',
229 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validators', 228 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validators',
230 ], 229 ],
231 'conditions': [ 230 'conditions': [
232 ['target_arch=="arm"', { 231 ['target_arch=="arm"', {
233 'dependencies': [ 232 'dependencies': [
234 '<(DEPTH)/native_client/src/trusted/validator_arm/validator_arm.gyp: ncvalidate_arm_v2', 233 '<(DEPTH)/native_client/src/trusted/validator_arm/validator_arm.gyp: ncvalidate_arm_v2',
235 ], 234 ],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'nacl_error_code64', 326 'nacl_error_code64',
328 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64', 327 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64',
329 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc64', 328 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc64',
330 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_ stub64', 329 '<(DEPTH)/native_client/src/trusted/debug_stub/debug_stub.gyp:debug_ stub64',
331 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer64', 330 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer64',
332 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheabil ity.gyp:desc_cacheability64', 331 '<(DEPTH)/native_client/src/trusted/desc_cacheability/desc_cacheabil ity.gyp:desc_cacheability64',
333 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection. gyp:nacl_fault_inject64', 332 '<(DEPTH)/native_client/src/trusted/fault_injection/fault_injection. gyp:nacl_fault_inject64',
334 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multi set.gyp:nacl_interval64', 333 '<(DEPTH)/native_client/src/trusted/interval_multiset/interval_multi set.gyp:nacl_interval64',
335 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:na cl_perf_counter64', 334 '<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:na cl_perf_counter64',
336 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib64', 335 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib64',
337 '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/mani fest_name_service_proxy.gyp:manifest_proxy64',
338 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gy p:simple_service64', 336 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gy p:simple_service64',
339 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_i nterface64', 337 '<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_i nterface64',
340 '<(DEPTH)/native_client/src/trusted/validator_x86/validator_x86.gyp: nccopy_x86_64', 338 '<(DEPTH)/native_client/src/trusted/validator_x86/validator_x86.gyp: nccopy_x86_64',
341 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validati on_cache64', 339 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validati on_cache64',
342 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validato rs64', 340 '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validato rs64',
343 'arch/x86/service_runtime_x86.gyp:service_runtime_x86_common64', 341 'arch/x86/service_runtime_x86.gyp:service_runtime_x86_common64',
344 'arch/x86_64/service_runtime_x86_64.gyp:service_runtime_x86_64', 342 'arch/x86_64/service_runtime_x86_64.gyp:service_runtime_x86_64',
345 ], 343 ],
346 }, { 344 }, {
347 'target_name': 'nacl_error_code64', 345 'target_name': 'nacl_error_code64',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 }], 422 }],
425 ], 423 ],
426 'sources': [ 424 'sources': [
427 'linux/nacl_signal.c', 425 'linux/nacl_signal.c',
428 ], 426 ],
429 }, 427 },
430 ], 428 ],
431 }], 429 }],
432 ], 430 ],
433 } 431 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698