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

Side by Side Diff: components/tracing_untrusted.gyp

Issue 174493002: Rename base_untrusted to base_nacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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 | « base/base_untrusted.gyp ('k') | gpu/command_buffer/command_buffer_nacl.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 # 2 #
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_untrusted.gypi', 8 '../build/common_untrusted.gypi',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
11 ['disable_nacl==0 and disable_nacl_untrusted==0', { 11 ['disable_nacl==0 and disable_nacl_untrusted==0', {
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'tracing_untrusted', 14 'target_name': 'tracing_untrusted',
15 'type': 'none', 15 'type': 'none',
16 'defines!': ['CONTENT_IMPLEMENTATION'], 16 'defines!': ['CONTENT_IMPLEMENTATION'],
17 'dependencies': [ 17 'dependencies': [
18 '../base/base_untrusted.gyp:base_untrusted', 18 '../base/base_nacl.gyp:base_nacl',
19 '../native_client/tools.gyp:prep_toolchain', 19 '../native_client/tools.gyp:prep_toolchain',
20 '../ipc/ipc.gyp:ipc', 20 '../ipc/ipc.gyp:ipc',
21 ], 21 ],
22 'include_dirs': [ 22 'include_dirs': [
23 '..', 23 '..',
24 ], 24 ],
25 'variables': { 25 'variables': {
26 'nacl_untrusted_build': 1, 26 'nacl_untrusted_build': 1,
27 'nlib_target': 'libtracing_untrusted.a', 27 'nlib_target': 'libtracing_untrusted.a',
28 'build_glibc': 0, 28 'build_glibc': 0,
29 'build_newlib': 0, 29 'build_newlib': 0,
30 'build_irt': 1, 30 'build_irt': 1,
31 }, 31 },
32 'sources': [ 32 'sources': [
33 'tracing/child_trace_message_filter.cc', 33 'tracing/child_trace_message_filter.cc',
34 'tracing/child_trace_message_filter.h', 34 'tracing/child_trace_message_filter.h',
35 'tracing/tracing_messages.cc', 35 'tracing/tracing_messages.cc',
36 'tracing/tracing_messages.h', 36 'tracing/tracing_messages.h',
37 ], 37 ],
38 }, 38 },
39 ], 39 ],
40 }], 40 }],
41 ], 41 ],
42 } 42 }
OLDNEW
« no previous file with comments | « base/base_untrusted.gyp ('k') | gpu/command_buffer/command_buffer_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698