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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 9113044: Convert to new enter method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: PATCH DESCRIPTIONS ARE A STUPID WASTE OF TIME Created 8 years, 10 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
« no previous file with comments | « no previous file | ppapi/thunk/common.h » ('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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'shared_impl/private/net_address_private_impl.h', 129 'shared_impl/private/net_address_private_impl.h',
130 130
131 'shared_impl/private/ppb_font_shared.cc', 131 'shared_impl/private/ppb_font_shared.cc',
132 'shared_impl/private/ppb_font_shared.h', 132 'shared_impl/private/ppb_font_shared.h',
133 133
134 'shared_impl/private/tcp_socket_private_impl.cc', 134 'shared_impl/private/tcp_socket_private_impl.cc',
135 'shared_impl/private/tcp_socket_private_impl.h', 135 'shared_impl/private/tcp_socket_private_impl.h',
136 'shared_impl/private/udp_socket_private_impl.cc', 136 'shared_impl/private/udp_socket_private_impl.cc',
137 'shared_impl/private/udp_socket_private_impl.h', 137 'shared_impl/private/udp_socket_private_impl.h',
138 138
139 'thunk/common.h',
140 'thunk/common.cc',
141 'thunk/enter.cc', 139 'thunk/enter.cc',
142 'thunk/enter.h', 140 'thunk/enter.h',
143 'thunk/ppb_audio_api.h', 141 'thunk/ppb_audio_api.h',
144 'thunk/ppb_audio_config_api.h', 142 'thunk/ppb_audio_config_api.h',
145 'thunk/ppb_audio_config_thunk.cc', 143 'thunk/ppb_audio_config_thunk.cc',
146 'thunk/ppb_audio_input_api.h', 144 'thunk/ppb_audio_input_api.h',
147 'thunk/ppb_audio_input_thunk.cc', 145 'thunk/ppb_audio_input_thunk.cc',
148 'thunk/ppb_audio_input_trusted_thunk.cc', 146 'thunk/ppb_audio_input_trusted_thunk.cc',
149 'thunk/ppb_audio_thunk.cc', 147 'thunk/ppb_audio_thunk.cc',
150 'thunk/ppb_audio_trusted_thunk.cc', 148 'thunk/ppb_audio_trusted_thunk.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'thunk/ppb_websocket_api.h', 232 'thunk/ppb_websocket_api.h',
235 'thunk/ppb_websocket_thunk.cc', 233 'thunk/ppb_websocket_thunk.cc',
236 'thunk/ppb_widget_api.h', 234 'thunk/ppb_widget_api.h',
237 'thunk/ppb_widget_thunk.cc', 235 'thunk/ppb_widget_thunk.cc',
238 'thunk/ppb_zoom_thunk.cc', 236 'thunk/ppb_zoom_thunk.cc',
239 'thunk/thunk.h', 237 'thunk/thunk.h',
240 ], 238 ],
241 }, 239 },
242 ], 240 ],
243 } 241 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/thunk/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698