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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 11567013: Fix PPAPI time conversion code to handle epoch times. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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 | « no previous file | ppapi/shared_impl/time_conversion.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'proxy/plugin_resource_tracker_unittest.cc', 151 'proxy/plugin_resource_tracker_unittest.cc',
152 'proxy/plugin_var_tracker_unittest.cc', 152 'proxy/plugin_var_tracker_unittest.cc',
153 'proxy/ppb_var_unittest.cc', 153 'proxy/ppb_var_unittest.cc',
154 'proxy/ppp_instance_private_proxy_unittest.cc', 154 'proxy/ppp_instance_private_proxy_unittest.cc',
155 'proxy/ppp_instance_proxy_unittest.cc', 155 'proxy/ppp_instance_proxy_unittest.cc',
156 'proxy/ppp_messaging_proxy_unittest.cc', 156 'proxy/ppp_messaging_proxy_unittest.cc',
157 'proxy/printing_resource_unittest.cc', 157 'proxy/printing_resource_unittest.cc',
158 'proxy/serialized_var_unittest.cc', 158 'proxy/serialized_var_unittest.cc',
159 'proxy/websocket_resource_unittest.cc', 159 'proxy/websocket_resource_unittest.cc',
160 'shared_impl/resource_tracker_unittest.cc', 160 'shared_impl/resource_tracker_unittest.cc',
161 'shared_impl/time_conversion_unittest.cc',
161 'shared_impl/tracked_callback_unittest.cc', 162 'shared_impl/tracked_callback_unittest.cc',
162 'shared_impl/var_tracker_unittest.cc', 163 'shared_impl/var_tracker_unittest.cc',
163 ], 164 ],
164 'conditions': [ 165 'conditions': [
165 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 166 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
166 'conditions': [ 167 'conditions': [
167 [ 'linux_use_tcmalloc == 1', { 168 [ 'linux_use_tcmalloc == 1', {
168 'dependencies': [ 169 'dependencies': [
169 '../base/allocator/allocator.gyp:allocator', 170 '../base/allocator/allocator.gyp:allocator',
170 ], 171 ],
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'dependencies': [ 449 'dependencies': [
449 'ppapi_example_skeleton', 450 'ppapi_example_skeleton',
450 'ppapi.gyp:ppapi_cpp', 451 'ppapi.gyp:ppapi_cpp',
451 ], 452 ],
452 'sources': [ 453 'sources': [
453 'examples/printing/printing.cc', 454 'examples/printing/printing.cc',
454 ], 455 ],
455 }, 456 },
456 ], 457 ],
457 } 458 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/shared_impl/time_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698