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

Side by Side Diff: ui/events/latency_info_nacl.gyp

Issue 291443006: Move LatencyInfo ipc traits from content/common/ to ui/events/ipc/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 6 years, 7 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 | « ui/events/ipc/latency_info_param_traits.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'variables': {
3 'chromium_code': 1,
4 },
5 'includes': [
6 '../../build/common_untrusted.gypi',
7 ],
8 'conditions': [
9 ['disable_nacl==0 and disable_nacl_untrusted==0', {
10 'targets': [
11 {
12 'target_name': 'latency_info_nacl',
13 'type': '<(component)',
14 'defines': [
15 'EVENTS_IMPLEMENTATION',
16 ],
17 'include_dirs': [
18 '../..',
19 ],
20 'dependencies': [
21 '<(DEPTH)/base/base_nacl.gyp:base_nacl',
22 '<(DEPTH)/ipc/ipc_nacl.gyp:ipc_nacl',
23 '<(DEPTH)/native_client/tools.gyp:prep_toolchain'
24 ],
25 'variables': {
26 'nacl_untrusted_build': 1,
27 'nlib_target': 'liblatency_info_nacl.a',
28 'build_glibc': 0,
29 'build_newlib': 0,
30 'build_irt': 1,
31 },
32 'sources': [
33 'latency_info.cc',
34 'latency_info.h',
35 'ipc/latency_info_param_traits.cc',
36 'ipc/latency_info_param_traits.h',
37 ],
38 },
39 ],
40 }],
41 ],
42 }
OLDNEW
« no previous file with comments | « ui/events/ipc/latency_info_param_traits.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698