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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8571002: WebSocket Pepper API: in process API base implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test name was wrong Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_shared', 8 'target_name': 'ppapi_shared',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'thunk/ppb_url_request_info_thunk.cc', 175 'thunk/ppb_url_request_info_thunk.cc',
176 'thunk/ppb_url_response_info_api.h', 176 'thunk/ppb_url_response_info_api.h',
177 'thunk/ppb_url_response_info_thunk.cc', 177 'thunk/ppb_url_response_info_thunk.cc',
178 'thunk/ppb_url_util_thunk.cc', 178 'thunk/ppb_url_util_thunk.cc',
179 'thunk/ppb_video_capture_api.h', 179 'thunk/ppb_video_capture_api.h',
180 'thunk/ppb_video_capture_thunk.cc', 180 'thunk/ppb_video_capture_thunk.cc',
181 'thunk/ppb_video_decoder_api.h', 181 'thunk/ppb_video_decoder_api.h',
182 'thunk/ppb_video_decoder_thunk.cc', 182 'thunk/ppb_video_decoder_thunk.cc',
183 'thunk/ppb_video_layer_api.h', 183 'thunk/ppb_video_layer_api.h',
184 'thunk/ppb_video_layer_thunk.cc', 184 'thunk/ppb_video_layer_thunk.cc',
185 'thunk/ppb_websocket_api.h',
186 'thunk/ppb_websocket_thunk.cc',
185 'thunk/ppb_widget_api.h', 187 'thunk/ppb_widget_api.h',
186 'thunk/ppb_widget_thunk.cc', 188 'thunk/ppb_widget_thunk.cc',
187 'thunk/ppb_zoom_thunk.cc', 189 'thunk/ppb_zoom_thunk.cc',
188 'thunk/thunk.h', 190 'thunk/thunk.h',
189 ], 191 ],
190 }, 192 },
191 ], 193 ],
192 } 194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698