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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 252663002: Track plugin input event latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix win & mac build 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 | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/DEPS » ('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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_codecs.h', 10 'c/pp_codecs.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'c/private/ppb_ext_crx_file_system_private.h', 111 'c/private/ppb_ext_crx_file_system_private.h',
112 'c/private/ppb_find_private.h', 112 'c/private/ppb_find_private.h',
113 'c/private/ppb_flash.h', 113 'c/private/ppb_flash.h',
114 'c/private/ppb_flash_clipboard.h', 114 'c/private/ppb_flash_clipboard.h',
115 'c/private/ppb_flash_file.h', 115 'c/private/ppb_flash_file.h',
116 'c/private/ppb_flash_font_file.h', 116 'c/private/ppb_flash_font_file.h',
117 'c/private/ppb_flash_fullscreen.h', 117 'c/private/ppb_flash_fullscreen.h',
118 'c/private/ppb_flash_menu.h', 118 'c/private/ppb_flash_menu.h',
119 'c/private/ppb_flash_message_loop.h', 119 'c/private/ppb_flash_message_loop.h',
120 'c/private/ppb_host_resolver_private.h', 120 'c/private/ppb_host_resolver_private.h',
121 'c/private/ppb_input_event_private.h',
121 'c/private/ppb_instance_private.h', 122 'c/private/ppb_instance_private.h',
122 'c/private/ppb_isolated_file_system_private.h', 123 'c/private/ppb_isolated_file_system_private.h',
123 'c/private/ppb_nacl_private.h', 124 'c/private/ppb_nacl_private.h',
124 'c/private/ppb_net_address_private.h', 125 'c/private/ppb_net_address_private.h',
125 'c/private/ppb_output_protection_private.h', 126 'c/private/ppb_output_protection_private.h',
126 'c/private/ppb_pdf.h', 127 'c/private/ppb_pdf.h',
127 'c/private/ppb_platform_verification_private.h', 128 'c/private/ppb_platform_verification_private.h',
128 'c/private/ppb_proxy_private.h', 129 'c/private/ppb_proxy_private.h',
129 'c/private/ppb_testing_private.h', 130 'c/private/ppb_testing_private.h',
130 'c/private/ppb_tcp_server_socket_private.h', 131 'c/private/ppb_tcp_server_socket_private.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'cpp/private/flash_font_file.cc', 331 'cpp/private/flash_font_file.cc',
331 'cpp/private/flash_font_file.h', 332 'cpp/private/flash_font_file.h',
332 'cpp/private/flash_fullscreen.cc', 333 'cpp/private/flash_fullscreen.cc',
333 'cpp/private/flash_fullscreen.h', 334 'cpp/private/flash_fullscreen.h',
334 'cpp/private/flash_menu.cc', 335 'cpp/private/flash_menu.cc',
335 'cpp/private/flash_menu.h', 336 'cpp/private/flash_menu.h',
336 'cpp/private/flash_message_loop.cc', 337 'cpp/private/flash_message_loop.cc',
337 'cpp/private/flash_message_loop.h', 338 'cpp/private/flash_message_loop.h',
338 'cpp/private/host_resolver_private.cc', 339 'cpp/private/host_resolver_private.cc',
339 'cpp/private/host_resolver_private.h', 340 'cpp/private/host_resolver_private.h',
341 'cpp/private/input_event_private.cc',
342 'cpp/private/input_event_private.h',
340 'cpp/private/instance_private.cc', 343 'cpp/private/instance_private.cc',
341 'cpp/private/instance_private.h', 344 'cpp/private/instance_private.h',
342 'cpp/private/isolated_file_system_private.cc', 345 'cpp/private/isolated_file_system_private.cc',
343 'cpp/private/isolated_file_system_private.h', 346 'cpp/private/isolated_file_system_private.h',
344 'cpp/private/net_address_private.cc', 347 'cpp/private/net_address_private.cc',
345 'cpp/private/net_address_private.h', 348 'cpp/private/net_address_private.h',
346 'cpp/private/output_protection_private.cc', 349 'cpp/private/output_protection_private.cc',
347 'cpp/private/output_protection_private.h', 350 'cpp/private/output_protection_private.h',
348 'cpp/private/pass_file_handle.cc', 351 'cpp/private/pass_file_handle.cc',
349 'cpp/private/pass_file_handle.h', 352 'cpp/private/pass_file_handle.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'tests/test_x509_certificate_private.h', 578 'tests/test_x509_certificate_private.h',
576 579
577 # Deprecated test cases. 580 # Deprecated test cases.
578 'tests/test_instance_deprecated.cc', 581 'tests/test_instance_deprecated.cc',
579 'tests/test_instance_deprecated.h', 582 'tests/test_instance_deprecated.h',
580 'tests/test_var_deprecated.cc', 583 'tests/test_var_deprecated.cc',
581 'tests/test_var_deprecated.h', 584 'tests/test_var_deprecated.h',
582 ], 585 ],
583 }, 586 },
584 } 587 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698