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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 1062163004: Plugins: Move Prerender tests to PPAPI and some refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_shared_target': 0, 8 'ppapi_shared_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'shared_impl/resource_tracker.cc', 111 'shared_impl/resource_tracker.cc',
112 'shared_impl/resource_tracker.h', 112 'shared_impl/resource_tracker.h',
113 'shared_impl/resource_var.cc', 113 'shared_impl/resource_var.cc',
114 'shared_impl/resource_var.h', 114 'shared_impl/resource_var.h',
115 'shared_impl/scoped_pp_resource.cc', 115 'shared_impl/scoped_pp_resource.cc',
116 'shared_impl/scoped_pp_resource.h', 116 'shared_impl/scoped_pp_resource.h',
117 'shared_impl/scoped_pp_var.cc', 117 'shared_impl/scoped_pp_var.cc',
118 'shared_impl/scoped_pp_var.h', 118 'shared_impl/scoped_pp_var.h',
119 'shared_impl/socket_option_data.cc', 119 'shared_impl/socket_option_data.cc',
120 'shared_impl/socket_option_data.h', 120 'shared_impl/socket_option_data.h',
121 'shared_impl/test_harness_utils.cc',
122 'shared_impl/test_harness_utils.h',
123 'shared_impl/thread_aware_callback.cc', 121 'shared_impl/thread_aware_callback.cc',
124 'shared_impl/thread_aware_callback.h', 122 'shared_impl/thread_aware_callback.h',
125 'shared_impl/time_conversion.cc', 123 'shared_impl/time_conversion.cc',
126 'shared_impl/time_conversion.h', 124 'shared_impl/time_conversion.h',
127 'shared_impl/tracked_callback.cc', 125 'shared_impl/tracked_callback.cc',
128 'shared_impl/tracked_callback.h', 126 'shared_impl/tracked_callback.h',
129 'shared_impl/url_request_info_data.cc', 127 'shared_impl/url_request_info_data.cc',
130 'shared_impl/url_request_info_data.h', 128 'shared_impl/url_request_info_data.h',
131 'shared_impl/url_response_info_data.cc', 129 'shared_impl/url_response_info_data.cc',
132 'shared_impl/url_response_info_data.h', 130 'shared_impl/url_response_info_data.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'thunk/ppb_tcp_socket_private_thunk.cc', 356 'thunk/ppb_tcp_socket_private_thunk.cc',
359 'thunk/ppb_udp_socket_private_thunk.cc', 357 'thunk/ppb_udp_socket_private_thunk.cc',
360 'thunk/ppb_x509_certificate_private_thunk.cc', 358 'thunk/ppb_x509_certificate_private_thunk.cc',
361 ], 359 ],
362 }], 360 }],
363 ], 361 ],
364 }], 362 }],
365 ], 363 ],
366 }, 364 },
367 } 365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698