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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 7189045: Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 9 years, 5 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/ppapi_tests.gypi » ('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) 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 21 matching lines...) Expand all
32 'shared_impl/crypto_impl.cc', 32 'shared_impl/crypto_impl.cc',
33 'shared_impl/crypto_impl.h', 33 'shared_impl/crypto_impl.h',
34 'shared_impl/font_impl.cc', 34 'shared_impl/font_impl.cc',
35 'shared_impl/font_impl.h', 35 'shared_impl/font_impl.h',
36 'shared_impl/function_group_base.cc', 36 'shared_impl/function_group_base.cc',
37 'shared_impl/function_group_base.h', 37 'shared_impl/function_group_base.h',
38 'shared_impl/image_data_impl.cc', 38 'shared_impl/image_data_impl.cc',
39 'shared_impl/image_data_impl.h', 39 'shared_impl/image_data_impl.h',
40 'shared_impl/ppapi_preferences.cc', 40 'shared_impl/ppapi_preferences.cc',
41 'shared_impl/ppapi_preferences.h', 41 'shared_impl/ppapi_preferences.h',
42 'shared_impl/ppp_instance_combined.cc',
43 'shared_impl/ppp_instance_combined.h',
42 'shared_impl/resource_object_base.cc', 44 'shared_impl/resource_object_base.cc',
43 'shared_impl/resource_object_base.h', 45 'shared_impl/resource_object_base.h',
44 'shared_impl/tracker_base.cc', 46 'shared_impl/tracker_base.cc',
45 'shared_impl/tracker_base.h', 47 'shared_impl/tracker_base.h',
46 'shared_impl/url_util_impl.cc', 48 'shared_impl/url_util_impl.cc',
47 'shared_impl/url_util_impl.h', 49 'shared_impl/url_util_impl.h',
48 'shared_impl/webkit_forwarding.cc', 50 'shared_impl/webkit_forwarding.cc',
49 'shared_impl/webkit_forwarding.h', 51 'shared_impl/webkit_forwarding.h',
50 52
51 'thunk/enter.h', 53 'thunk/enter.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'thunk/ppb_video_decoder_thunk.cc', 119 'thunk/ppb_video_decoder_thunk.cc',
118 'thunk/ppb_video_layer_api.h', 120 'thunk/ppb_video_layer_api.h',
119 'thunk/ppb_video_layer_thunk.cc', 121 'thunk/ppb_video_layer_thunk.cc',
120 'thunk/ppb_widget_api.h', 122 'thunk/ppb_widget_api.h',
121 'thunk/ppb_widget_thunk.cc', 123 'thunk/ppb_widget_thunk.cc',
122 'thunk/thunk.h', 124 'thunk/thunk.h',
123 ], 125 ],
124 }, 126 },
125 ], 127 ],
126 } 128 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698