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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New patch Created 9 years 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 23 matching lines...) Expand all
34 'c/ppb_image_data.h', 34 'c/ppb_image_data.h',
35 'c/ppb_input_event.h', 35 'c/ppb_input_event.h',
36 'c/ppb_instance.h', 36 'c/ppb_instance.h',
37 'c/ppb_messaging.h', 37 'c/ppb_messaging.h',
38 'c/ppb_mouse_lock.h', 38 'c/ppb_mouse_lock.h',
39 'c/ppb_opengles2.h', 39 'c/ppb_opengles2.h',
40 'c/ppb_url_loader.h', 40 'c/ppb_url_loader.h',
41 'c/ppb_url_request_info.h', 41 'c/ppb_url_request_info.h',
42 'c/ppb_url_response_info.h', 42 'c/ppb_url_response_info.h',
43 'c/ppb_var.h', 43 'c/ppb_var.h',
44 'c/ppb_view.h'
44 'c/ppp.h', 45 'c/ppp.h',
45 'c/ppp_graphics_3d.h', 46 'c/ppp_graphics_3d.h',
46 'c/ppp_input_event.h', 47 'c/ppp_input_event.h',
47 'c/ppp_instance.h', 48 'c/ppp_instance.h',
48 'c/ppp_messaging.h', 49 'c/ppp_messaging.h',
49 'c/ppp_mouse_lock.h', 50 'c/ppp_mouse_lock.h',
50 51
51 # Dev interfaces. 52 # Dev interfaces.
52 'c/dev/pp_cursor_type_dev.h', 53 'c/dev/pp_cursor_type_dev.h',
53 'c/dev/pp_video_dev.h', 54 'c/dev/pp_video_dev.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'cpp/resource.h', 163 'cpp/resource.h',
163 'cpp/size.h', 164 'cpp/size.h',
164 'cpp/url_loader.cc', 165 'cpp/url_loader.cc',
165 'cpp/url_loader.h', 166 'cpp/url_loader.h',
166 'cpp/url_request_info.cc', 167 'cpp/url_request_info.cc',
167 'cpp/url_request_info.h', 168 'cpp/url_request_info.h',
168 'cpp/url_response_info.cc', 169 'cpp/url_response_info.cc',
169 'cpp/url_response_info.h', 170 'cpp/url_response_info.h',
170 'cpp/var.cc', 171 'cpp/var.cc',
171 'cpp/var.h', 172 'cpp/var.h',
173 'cpp/view.cc',
174 'cpp/view.h',
172 175
173 # Dev interfaces. 176 # Dev interfaces.
174 'cpp/dev/audio_input_dev.cc', 177 'cpp/dev/audio_input_dev.cc',
175 'cpp/dev/audio_input_dev.h', 178 'cpp/dev/audio_input_dev.h',
176 'cpp/dev/buffer_dev.cc', 179 'cpp/dev/buffer_dev.cc',
177 'cpp/dev/buffer_dev.h', 180 'cpp/dev/buffer_dev.h',
178 'cpp/dev/directory_entry_dev.cc', 181 'cpp/dev/directory_entry_dev.cc',
179 'cpp/dev/directory_entry_dev.h', 182 'cpp/dev/directory_entry_dev.h',
180 'cpp/dev/directory_reader_dev.cc', 183 'cpp/dev/directory_reader_dev.cc',
181 'cpp/dev/directory_reader_dev.h', 184 'cpp/dev/directory_reader_dev.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'c/dev/ppb_transport_dev.h', 388 'c/dev/ppb_transport_dev.h',
386 ], 389 ],
387 'cpp_source_files': [ 390 'cpp_source_files': [
388 'cpp/dev/transport_dev.cc', 391 'cpp/dev/transport_dev.cc',
389 'cpp/dev/transport_dev.h', 392 'cpp/dev/transport_dev.h',
390 ], 393 ],
391 }, 394 },
392 }], 395 }],
393 ], 396 ],
394 } 397 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698