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

Side by Side Diff: ppapi/ppapi_shared_proxy.gypi

Issue 6432001: Implement proxy for FlashMenu and Run/QuitMessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle NULL menus more gracefully Created 9 years, 10 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 | « ppapi/c/private/ppb_flash.h ('k') | ppapi/proxy/dispatcher.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_impl', 8 'target_name': 'ppapi_shared_impl',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'proxy/ppb_char_set_proxy.cc', 80 'proxy/ppb_char_set_proxy.cc',
81 'proxy/ppb_char_set_proxy.h', 81 'proxy/ppb_char_set_proxy.h',
82 'proxy/ppb_context_3d_proxy.cc', 82 'proxy/ppb_context_3d_proxy.cc',
83 'proxy/ppb_context_3d_proxy.h', 83 'proxy/ppb_context_3d_proxy.h',
84 'proxy/ppb_core_proxy.cc', 84 'proxy/ppb_core_proxy.cc',
85 'proxy/ppb_core_proxy.h', 85 'proxy/ppb_core_proxy.h',
86 'proxy/ppb_cursor_control_proxy.cc', 86 'proxy/ppb_cursor_control_proxy.cc',
87 'proxy/ppb_cursor_control_proxy.h', 87 'proxy/ppb_cursor_control_proxy.h',
88 'proxy/ppb_flash_proxy.cc', 88 'proxy/ppb_flash_proxy.cc',
89 'proxy/ppb_flash_proxy.h', 89 'proxy/ppb_flash_proxy.h',
90 'proxy/ppb_flash_menu_proxy.cc',
91 'proxy/ppb_flash_menu_proxy.h',
90 'proxy/ppb_font_proxy.cc', 92 'proxy/ppb_font_proxy.cc',
91 'proxy/ppb_font_proxy.h', 93 'proxy/ppb_font_proxy.h',
92 'proxy/ppb_fullscreen_proxy.cc', 94 'proxy/ppb_fullscreen_proxy.cc',
93 'proxy/ppb_fullscreen_proxy.h', 95 'proxy/ppb_fullscreen_proxy.h',
94 'proxy/ppb_gles_chromium_texture_mapping_proxy.cc', 96 'proxy/ppb_gles_chromium_texture_mapping_proxy.cc',
95 'proxy/ppb_gles_chromium_texture_mapping_proxy.h', 97 'proxy/ppb_gles_chromium_texture_mapping_proxy.h',
96 'proxy/ppb_graphics_2d_proxy.cc', 98 'proxy/ppb_graphics_2d_proxy.cc',
97 'proxy/ppb_graphics_2d_proxy.h', 99 'proxy/ppb_graphics_2d_proxy.h',
98 'proxy/ppb_image_data_proxy.cc', 100 'proxy/ppb_image_data_proxy.cc',
99 'proxy/ppb_image_data_proxy.h', 101 'proxy/ppb_image_data_proxy.h',
(...skipping 12 matching lines...) Expand all
112 'proxy/ppb_url_request_info_proxy.cc', 114 'proxy/ppb_url_request_info_proxy.cc',
113 'proxy/ppb_url_request_info_proxy.h', 115 'proxy/ppb_url_request_info_proxy.h',
114 'proxy/ppb_url_response_info_proxy.cc', 116 'proxy/ppb_url_response_info_proxy.cc',
115 'proxy/ppb_url_response_info_proxy.h', 117 'proxy/ppb_url_response_info_proxy.h',
116 'proxy/ppb_var_deprecated_proxy.cc', 118 'proxy/ppb_var_deprecated_proxy.cc',
117 'proxy/ppb_var_deprecated_proxy.h', 119 'proxy/ppb_var_deprecated_proxy.h',
118 'proxy/ppp_class_proxy.cc', 120 'proxy/ppp_class_proxy.cc',
119 'proxy/ppp_class_proxy.h', 121 'proxy/ppp_class_proxy.h',
120 'proxy/ppp_instance_proxy.cc', 122 'proxy/ppp_instance_proxy.cc',
121 'proxy/ppp_instance_proxy.h', 123 'proxy/ppp_instance_proxy.h',
124 'proxy/serialized_flash_menu.cc',
125 'proxy/serialized_flash_menu.h',
122 'proxy/serialized_structs.cc', 126 'proxy/serialized_structs.cc',
123 'proxy/serialized_structs.h', 127 'proxy/serialized_structs.h',
124 'proxy/serialized_var.cc', 128 'proxy/serialized_var.cc',
125 'proxy/serialized_var.h', 129 'proxy/serialized_var.h',
126 'proxy/var_serialization_rules.h', 130 'proxy/var_serialization_rules.h',
127 ], 131 ],
128 'defines': [ 132 'defines': [
129 ], 133 ],
130 'conditions': [ 134 'conditions': [
131 ['OS=="win"', { 135 ['OS=="win"', {
132 }], 136 }],
133 ['OS=="linux"', { 137 ['OS=="linux"', {
134 }], 138 }],
135 ['OS=="mac"', { 139 ['OS=="mac"', {
136 }] 140 }]
137 ], 141 ],
138 }, 142 },
139 ], 143 ],
140 } 144 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_flash.h ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698