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

Side by Side Diff: components/tracing_nacl.gyp

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 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
« no previous file with comments | « components/tracing.gyp ('k') | components/translate.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 {
7 'includes': [
8 '../build/common_untrusted.gypi',
9 ],
10 'conditions': [
11 ['disable_nacl==0 and disable_nacl_untrusted==0', {
12 'targets': [
13 {
14 'target_name': 'tracing_nacl',
15 'type': 'none',
16 'defines!': ['CONTENT_IMPLEMENTATION'],
17 'dependencies': [
18 '../base/base_nacl.gyp:base_nacl',
19 '../base/base_nacl.gyp:base_nacl_nonsfi',
20 '../ipc/ipc_nacl.gyp:ipc_nacl',
21 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
22 ],
23 'include_dirs': [
24 '..',
25 ],
26 'variables': {
27 'nacl_untrusted_build': 1,
28 'nlib_target': 'libtracing_nacl.a',
29 'build_glibc': 0,
30 'build_newlib': 0,
31 'build_irt': 1,
32 'build_pnacl_newlib': 0,
33 'build_nonsfi_helper': 1,
34 },
35 'sources': [
36 'tracing/browser/trace_config_file.cc',
37 'tracing/browser/trace_config_file.h',
38 'tracing/child/child_memory_dump_manager_delegate_impl.cc',
39 'tracing/child/child_memory_dump_manager_delegate_impl.h',
40 'tracing/child/child_trace_message_filter.cc',
41 'tracing/child/child_trace_message_filter.h',
42 'tracing/common/tracing_messages.cc',
43 'tracing/common/tracing_messages.h',
44 'tracing/common/tracing_switches.cc',
45 'tracing/common/tracing_switches.h',
46 'tracing/tracing_export.h',
47 ],
48 },
49 ],
50 }],
51 ],
52 }
OLDNEW
« no previous file with comments | « components/tracing.gyp ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698