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

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

Issue 12599004: components: Fix components_tracing.gyp to follow the same pattern of the other gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include comment about it Created 7 years, 9 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/content_common.gypi ('k') | ppapi/ppapi_ipc_untrusted.gyp » ('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 '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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'dependencies': [ 312 'dependencies': [
313 '../ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', 313 '../ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted',
314 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted', 314 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted',
315 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', 315 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted',
316 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u ntrusted', 316 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u ntrusted',
317 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', 317 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
318 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted', 318 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted',
319 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', 319 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
320 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', 320 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted',
321 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', 321 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted',
322 '../../components/components_tracing_untrusted.gyp:tracing_untrusted ', 322 '../../components/tracing_untrusted.gyp:tracing_untrusted',
323 '../../ipc/ipc_untrusted.gyp:ipc_untrusted', 323 '../../ipc/ipc_untrusted.gyp:ipc_untrusted',
324 '../../base/base_untrusted.gyp:base_untrusted', 324 '../../base/base_untrusted.gyp:base_untrusted',
325 '../../media/media_untrusted.gyp:shared_memory_support_untrusted', 325 '../../media/media_untrusted.gyp:shared_memory_support_untrusted',
326 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', 326 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib',
327 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', 327 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib',
328 '../../native_client/src/shared/platform/platform.gyp:platform_lib', 328 '../../native_client/src/shared/platform/platform.gyp:platform_lib',
329 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', 329 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
330 '../../native_client/src/shared/gio/gio.gyp:gio_lib', 330 '../../native_client/src/shared/gio/gio.gyp:gio_lib',
331 ], 331 ],
332 }, 332 },
333 ], 333 ],
334 }], 334 }],
335 ], 335 ],
336 } 336 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | ppapi/ppapi_ipc_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698