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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 13887007: Introduce RawVarData and associated classes for serializing PP_Vars (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'shared_impl/time_conversion.cc', 106 'shared_impl/time_conversion.cc',
107 'shared_impl/time_conversion.h', 107 'shared_impl/time_conversion.h',
108 'shared_impl/tracked_callback.cc', 108 'shared_impl/tracked_callback.cc',
109 'shared_impl/tracked_callback.h', 109 'shared_impl/tracked_callback.h',
110 'shared_impl/url_request_info_data.cc', 110 'shared_impl/url_request_info_data.cc',
111 'shared_impl/url_request_info_data.h', 111 'shared_impl/url_request_info_data.h',
112 'shared_impl/url_response_info_data.cc', 112 'shared_impl/url_response_info_data.cc',
113 'shared_impl/url_response_info_data.h', 113 'shared_impl/url_response_info_data.h',
114 'shared_impl/var.cc', 114 'shared_impl/var.cc',
115 'shared_impl/var.h', 115 'shared_impl/var.h',
116 'shared_impl/var_graph.cc',
117 'shared_impl/var_graph.h',
116 'shared_impl/var_tracker.cc', 118 'shared_impl/var_tracker.cc',
117 'shared_impl/var_tracker.h', 119 'shared_impl/var_tracker.h',
118 'shared_impl/var_value_conversions.cc', 120 'shared_impl/var_value_conversions.cc',
119 'shared_impl/var_value_conversions.h', 121 'shared_impl/var_value_conversions.h',
120 # TODO(viettrungluu): Split these out; it won't be used in NaCl. 122 # TODO(viettrungluu): Split these out; it won't be used in NaCl.
121 'shared_impl/private/net_address_private_impl.cc', 123 'shared_impl/private/net_address_private_impl.cc',
122 'shared_impl/private/net_address_private_impl.h', 124 'shared_impl/private/net_address_private_impl.h',
123 125
124 'shared_impl/private/ppb_char_set_shared.cc', 126 'shared_impl/private/ppb_char_set_shared.cc',
125 'shared_impl/private/ppb_char_set_shared.h', 127 'shared_impl/private/ppb_char_set_shared.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'thunk/ppb_tcp_socket_private_thunk.cc', 327 'thunk/ppb_tcp_socket_private_thunk.cc',
326 'thunk/ppb_udp_socket_private_thunk.cc', 328 'thunk/ppb_udp_socket_private_thunk.cc',
327 'thunk/ppb_x509_certificate_private_thunk.cc', 329 'thunk/ppb_x509_certificate_private_thunk.cc',
328 ], 330 ],
329 }], 331 }],
330 ], 332 ],
331 }], 333 }],
332 ], 334 ],
333 }, 335 },
334 } 336 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_ipc.gypi ('k') | ppapi/proxy/raw_var_data.h » ('j') | ppapi/proxy/raw_var_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698