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

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

Issue 252663002: Track plugin input event latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add ui/events/latency_info_param_traits_macros.h 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
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'build_glibc': 0, 112 'build_glibc': 0,
113 'build_newlib': 0, 113 'build_newlib': 0,
114 'build_irt': 1, 114 'build_irt': 1,
115 'include_dirs': [ 115 'include_dirs': [
116 'lib/gl/include', 116 'lib/gl/include',
117 '..', 117 '..',
118 ], 118 ],
119 'link_flags': [ 119 'link_flags': [
120 '-Wl,--start-group', 120 '-Wl,--start-group',
121 '-lirt_browser', 121 '-lirt_browser',
122 '-llatency_info_nacl',
122 '-lpnacl_irt_shim_for_irt', 123 '-lpnacl_irt_shim_for_irt',
123 '-lppapi_proxy_nacl', 124 '-lppapi_proxy_nacl',
124 '-lppapi_ipc_nacl', 125 '-lppapi_ipc_nacl',
125 '-lppapi_shared_nacl', 126 '-lppapi_shared_nacl',
126 '-lgles2_implementation_nacl', 127 '-lgles2_implementation_nacl',
127 '-lgles2_cmd_helper_nacl', 128 '-lgles2_cmd_helper_nacl',
128 '-lgles2_utils_nacl', 129 '-lgles2_utils_nacl',
129 '-lcommand_buffer_client_nacl', 130 '-lcommand_buffer_client_nacl',
130 '-lcommand_buffer_common_nacl', 131 '-lcommand_buffer_common_nacl',
131 '-ltracing_nacl', 132 '-ltracing_nacl',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 '../../native_client/src/shared/platform/platform.gyp:platform_lib', 271 '../../native_client/src/shared/platform/platform.gyp:platform_lib',
271 '../../native_client/src/tools/tls_edit/tls_edit.gyp:tls_edit#host', 272 '../../native_client/src/tools/tls_edit/tls_edit.gyp:tls_edit#host',
272 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', 273 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
273 '../../native_client/src/shared/gio/gio.gyp:gio_lib', 274 '../../native_client/src/shared/gio/gio.gyp:gio_lib',
274 ], 275 ],
275 }, 276 },
276 ], 277 ],
277 }], 278 }],
278 ], 279 ],
279 } 280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698