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

Side by Side Diff: ppapi/native_client/native_client.gyp

Issue 11624021: Move tracing component to src/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a DEPS rule back Created 7 years, 12 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 # 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 'includes': [ 6 'includes': [
7 '../../build/common_untrusted.gypi', 7 '../../build/common_untrusted.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 ['disable_nacl==0 and disable_nacl_untrusted==0', { 10 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'dependencies': [ 442 'dependencies': [
443 '../ppapi_ipc_proxy_untrusted.gyp:ppapi_proxy_untrusted', 443 '../ppapi_ipc_proxy_untrusted.gyp:ppapi_proxy_untrusted',
444 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted', 444 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted',
445 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', 445 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted',
446 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u ntrusted', 446 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u ntrusted',
447 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', 447 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
448 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted', 448 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted',
449 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', 449 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
450 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', 450 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted',
451 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', 451 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted',
452 '../../content/content_components_tracing_untrusted.gyp:tracing_untr usted', 452 '../../components/components_tracing_untrusted.gyp:tracing_untrusted ',
453 '../../ipc/ipc_untrusted.gyp:ipc_untrusted', 453 '../../ipc/ipc_untrusted.gyp:ipc_untrusted',
454 '../../base/base_untrusted.gyp:base_untrusted', 454 '../../base/base_untrusted.gyp:base_untrusted',
455 '../../media/media_untrusted.gyp:shared_memory_support_untrusted', 455 '../../media/media_untrusted.gyp:shared_memory_support_untrusted',
456 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', 456 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib',
457 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', 457 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib',
458 '../../native_client/src/shared/platform/platform.gyp:platform_lib', 458 '../../native_client/src/shared/platform/platform.gyp:platform_lib',
459 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', 459 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
460 '../../native_client/src/shared/gio/gio.gyp:gio_lib', 460 '../../native_client/src/shared/gio/gio.gyp:gio_lib',
461 ], 461 ],
462 }, 462 },
463 ], 463 ],
464 }], 464 }],
465 ], 465 ],
466 } 466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698