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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 7740038: Use macros to define pepper interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 9 years, 3 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) 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'shared_impl/var.h', 78 'shared_impl/var.h',
79 'shared_impl/var_tracker.cc', 79 'shared_impl/var_tracker.cc',
80 'shared_impl/var_tracker.h', 80 'shared_impl/var_tracker.h',
81 'shared_impl/video_decoder_impl.cc', 81 'shared_impl/video_decoder_impl.cc',
82 'shared_impl/video_decoder_impl.h', 82 'shared_impl/video_decoder_impl.h',
83 'shared_impl/webkit_forwarding.cc', 83 'shared_impl/webkit_forwarding.cc',
84 'shared_impl/webkit_forwarding.h', 84 'shared_impl/webkit_forwarding.h',
85 85
86 'thunk/common.h', 86 'thunk/common.h',
87 'thunk/common.cc', 87 'thunk/common.cc',
88 'thunk/enter.cc',
88 'thunk/enter.h', 89 'thunk/enter.h',
89 'thunk/ppb_audio_api.h', 90 'thunk/ppb_audio_api.h',
90 'thunk/ppb_audio_config_api.h', 91 'thunk/ppb_audio_config_api.h',
91 'thunk/ppb_audio_config_thunk.cc', 92 'thunk/ppb_audio_config_thunk.cc',
92 'thunk/ppb_audio_thunk.cc', 93 'thunk/ppb_audio_thunk.cc',
93 'thunk/ppb_audio_trusted_thunk.cc', 94 'thunk/ppb_audio_trusted_thunk.cc',
94 'thunk/ppb_broker_api.h', 95 'thunk/ppb_broker_api.h',
95 'thunk/ppb_broker_thunk.cc', 96 'thunk/ppb_broker_thunk.cc',
96 'thunk/ppb_buffer_api.h', 97 'thunk/ppb_buffer_api.h',
97 'thunk/ppb_buffer_thunk.cc', 98 'thunk/ppb_buffer_thunk.cc',
98 'thunk/ppb_buffer_trusted_api.h', 99 'thunk/ppb_buffer_trusted_api.h',
99 'thunk/ppb_buffer_trusted_thunk.cc', 100 'thunk/ppb_buffer_trusted_thunk.cc',
100 'thunk/ppb_char_set_api.h', 101 'thunk/ppb_char_set_api.h',
101 'thunk/ppb_char_set_thunk.cc', 102 'thunk/ppb_char_set_thunk.cc',
103 'thunk/ppb_console_thunk.cc',
102 'thunk/ppb_context_3d_api.h', 104 'thunk/ppb_context_3d_api.h',
103 'thunk/ppb_context_3d_thunk.cc', 105 'thunk/ppb_context_3d_thunk.cc',
104 'thunk/ppb_context_3d_trusted_thunk.cc', 106 'thunk/ppb_context_3d_trusted_thunk.cc',
105 'thunk/ppb_cursor_control_api.h', 107 'thunk/ppb_cursor_control_api.h',
106 'thunk/ppb_cursor_control_thunk.cc', 108 'thunk/ppb_cursor_control_thunk.cc',
107 'thunk/ppb_directory_reader_api.h', 109 'thunk/ppb_directory_reader_api.h',
108 'thunk/ppb_directory_reader_thunk.cc', 110 'thunk/ppb_directory_reader_thunk.cc',
109 'thunk/ppb_input_event_api.h', 111 'thunk/ppb_input_event_api.h',
110 'thunk/ppb_input_event_thunk.cc', 112 'thunk/ppb_input_event_thunk.cc',
111 'thunk/ppb_file_chooser_api.h', 113 'thunk/ppb_file_chooser_api.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'thunk/ppb_video_layer_api.h', 165 'thunk/ppb_video_layer_api.h',
164 'thunk/ppb_video_layer_thunk.cc', 166 'thunk/ppb_video_layer_thunk.cc',
165 'thunk/ppb_widget_api.h', 167 'thunk/ppb_widget_api.h',
166 'thunk/ppb_widget_thunk.cc', 168 'thunk/ppb_widget_thunk.cc',
167 'thunk/ppb_zoom_thunk.cc', 169 'thunk/ppb_zoom_thunk.cc',
168 'thunk/thunk.h', 170 'thunk/thunk.h',
169 ], 171 ],
170 }, 172 },
171 ], 173 ],
172 } 174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698