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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 16271005: Implement pepper interface and plumbing for HRD's UI on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't use IPC::Message::Schema::Read in unittest - build break Created 7 years, 6 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 '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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'proxy/plugin_dispatcher_unittest.cc', 165 'proxy/plugin_dispatcher_unittest.cc',
166 'proxy/plugin_resource_tracker_unittest.cc', 166 'proxy/plugin_resource_tracker_unittest.cc',
167 'proxy/plugin_var_tracker_unittest.cc', 167 'proxy/plugin_var_tracker_unittest.cc',
168 'proxy/ppb_var_unittest.cc', 168 'proxy/ppb_var_unittest.cc',
169 'proxy/ppp_instance_private_proxy_unittest.cc', 169 'proxy/ppp_instance_private_proxy_unittest.cc',
170 'proxy/ppp_instance_proxy_unittest.cc', 170 'proxy/ppp_instance_proxy_unittest.cc',
171 'proxy/ppp_messaging_proxy_unittest.cc', 171 'proxy/ppp_messaging_proxy_unittest.cc',
172 'proxy/printing_resource_unittest.cc', 172 'proxy/printing_resource_unittest.cc',
173 'proxy/raw_var_data_unittest.cc', 173 'proxy/raw_var_data_unittest.cc',
174 'proxy/serialized_var_unittest.cc', 174 'proxy/serialized_var_unittest.cc',
175 'proxy/talk_resource_unittest.cc',
175 'proxy/websocket_resource_unittest.cc', 176 'proxy/websocket_resource_unittest.cc',
176 'shared_impl/resource_tracker_unittest.cc', 177 'shared_impl/resource_tracker_unittest.cc',
177 'shared_impl/thread_aware_callback_unittest.cc', 178 'shared_impl/thread_aware_callback_unittest.cc',
178 'shared_impl/time_conversion_unittest.cc', 179 'shared_impl/time_conversion_unittest.cc',
179 'shared_impl/tracked_callback_unittest.cc', 180 'shared_impl/tracked_callback_unittest.cc',
180 'shared_impl/var_tracker_unittest.cc', 181 'shared_impl/var_tracker_unittest.cc',
181 'shared_impl/var_value_conversions_unittest.cc', 182 'shared_impl/var_value_conversions_unittest.cc',
182 ], 183 ],
183 'conditions': [ 184 'conditions': [
184 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 185 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'ppapi.gyp:ppapi_cpp', 508 'ppapi.gyp:ppapi_cpp',
508 ], 509 ],
509 'sources': [ 510 'sources': [
510 'examples/printing/printing.cc', 511 'examples/printing/printing.cc',
511 ], 512 ],
512 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 513 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
513 'msvs_disabled_warnings': [ 4267, ], 514 'msvs_disabled_warnings': [ 4267, ],
514 }, 515 },
515 ], 516 ],
516 } 517 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698