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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8414054: Hello Pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | 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': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 27 matching lines...) Expand all
38 'shared_impl/char_set_impl.h', 38 'shared_impl/char_set_impl.h',
39 'shared_impl/crypto_impl.cc', 39 'shared_impl/crypto_impl.cc',
40 'shared_impl/file_ref_impl.cc', 40 'shared_impl/file_ref_impl.cc',
41 'shared_impl/file_ref_impl.h', 41 'shared_impl/file_ref_impl.h',
42 'shared_impl/font_impl.cc', 42 'shared_impl/font_impl.cc',
43 'shared_impl/font_impl.h', 43 'shared_impl/font_impl.h',
44 'shared_impl/function_group_base.cc', 44 'shared_impl/function_group_base.cc',
45 'shared_impl/function_group_base.h', 45 'shared_impl/function_group_base.h',
46 'shared_impl/graphics_3d_impl.cc', 46 'shared_impl/graphics_3d_impl.cc',
47 'shared_impl/graphics_3d_impl.h', 47 'shared_impl/graphics_3d_impl.h',
48 'shared_impl/hello_impl.cc',
49 'shared_impl/hello_impl.h',
48 'shared_impl/host_resource.h', 50 'shared_impl/host_resource.h',
49 'shared_impl/id_assignment.cc', 51 'shared_impl/id_assignment.cc',
50 'shared_impl/id_assignment.h', 52 'shared_impl/id_assignment.h',
51 'shared_impl/image_data_impl.cc', 53 'shared_impl/image_data_impl.cc',
52 'shared_impl/image_data_impl.h', 54 'shared_impl/image_data_impl.h',
53 'shared_impl/input_event_impl.cc', 55 'shared_impl/input_event_impl.cc',
54 'shared_impl/input_event_impl.h', 56 'shared_impl/input_event_impl.h',
55 'shared_impl/instance_impl.cc', 57 'shared_impl/instance_impl.cc',
56 'shared_impl/instance_impl.h', 58 'shared_impl/instance_impl.h',
57 'shared_impl/memory_impl.cc', 59 'shared_impl/memory_impl.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'thunk/ppb_buffer_trusted_thunk.cc', 109 'thunk/ppb_buffer_trusted_thunk.cc',
108 'thunk/ppb_char_set_thunk.cc', 110 'thunk/ppb_char_set_thunk.cc',
109 'thunk/ppb_console_thunk.cc', 111 'thunk/ppb_console_thunk.cc',
110 'thunk/ppb_context_3d_api.h', 112 'thunk/ppb_context_3d_api.h',
111 'thunk/ppb_context_3d_thunk.cc', 113 'thunk/ppb_context_3d_thunk.cc',
112 'thunk/ppb_context_3d_trusted_thunk.cc', 114 'thunk/ppb_context_3d_trusted_thunk.cc',
113 'thunk/ppb_cursor_control_api.h', 115 'thunk/ppb_cursor_control_api.h',
114 'thunk/ppb_cursor_control_thunk.cc', 116 'thunk/ppb_cursor_control_thunk.cc',
115 'thunk/ppb_directory_reader_api.h', 117 'thunk/ppb_directory_reader_api.h',
116 'thunk/ppb_directory_reader_thunk.cc', 118 'thunk/ppb_directory_reader_thunk.cc',
119 'thunk/ppb_hello_api.h',
120 'thunk/ppb_hello_thunk.cc',
117 'thunk/ppb_input_event_api.h', 121 'thunk/ppb_input_event_api.h',
118 'thunk/ppb_input_event_thunk.cc', 122 'thunk/ppb_input_event_thunk.cc',
119 'thunk/ppb_file_chooser_api.h', 123 'thunk/ppb_file_chooser_api.h',
120 'thunk/ppb_file_chooser_thunk.cc', 124 'thunk/ppb_file_chooser_thunk.cc',
121 'thunk/ppb_file_io_api.h', 125 'thunk/ppb_file_io_api.h',
122 'thunk/ppb_file_io_thunk.cc', 126 'thunk/ppb_file_io_thunk.cc',
123 'thunk/ppb_file_io_trusted_thunk.cc', 127 'thunk/ppb_file_io_trusted_thunk.cc',
124 'thunk/ppb_file_ref_api.h', 128 'thunk/ppb_file_ref_api.h',
125 'thunk/ppb_file_ref_thunk.cc', 129 'thunk/ppb_file_ref_thunk.cc',
126 'thunk/ppb_file_system_api.h', 130 'thunk/ppb_file_system_api.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'thunk/ppb_video_layer_api.h', 182 'thunk/ppb_video_layer_api.h',
179 'thunk/ppb_video_layer_thunk.cc', 183 'thunk/ppb_video_layer_thunk.cc',
180 'thunk/ppb_widget_api.h', 184 'thunk/ppb_widget_api.h',
181 'thunk/ppb_widget_thunk.cc', 185 'thunk/ppb_widget_thunk.cc',
182 'thunk/ppb_zoom_thunk.cc', 186 'thunk/ppb_zoom_thunk.cc',
183 'thunk/thunk.h', 187 'thunk/thunk.h',
184 ], 188 ],
185 }, 189 },
186 ], 190 ],
187 } 191 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698