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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 7206016: Convert most remaining resources to use the API/thunk system. The significant (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'proxy/ppb_flash_file_proxy.cc', 85 'proxy/ppb_flash_file_proxy.cc',
86 'proxy/ppb_flash_file_proxy.h', 86 'proxy/ppb_flash_file_proxy.h',
87 'proxy/ppb_flash_proxy.cc', 87 'proxy/ppb_flash_proxy.cc',
88 'proxy/ppb_flash_proxy.h', 88 'proxy/ppb_flash_proxy.h',
89 'proxy/ppb_flash_menu_proxy.cc', 89 'proxy/ppb_flash_menu_proxy.cc',
90 'proxy/ppb_flash_menu_proxy.h', 90 'proxy/ppb_flash_menu_proxy.h',
91 'proxy/ppb_flash_net_connector_proxy.cc', 91 'proxy/ppb_flash_net_connector_proxy.cc',
92 'proxy/ppb_flash_net_connector_proxy.h', 92 'proxy/ppb_flash_net_connector_proxy.h',
93 'proxy/ppb_font_proxy.cc', 93 'proxy/ppb_font_proxy.cc',
94 'proxy/ppb_font_proxy.h', 94 'proxy/ppb_font_proxy.h',
95 'proxy/ppb_gles_chromium_texture_mapping_proxy.cc',
96 'proxy/ppb_gles_chromium_texture_mapping_proxy.h',
97 'proxy/ppb_graphics_2d_proxy.cc', 95 'proxy/ppb_graphics_2d_proxy.cc',
98 'proxy/ppb_graphics_2d_proxy.h', 96 'proxy/ppb_graphics_2d_proxy.h',
99 'proxy/ppb_image_data_proxy.cc', 97 'proxy/ppb_image_data_proxy.cc',
100 'proxy/ppb_image_data_proxy.h', 98 'proxy/ppb_image_data_proxy.h',
101 'proxy/ppb_instance_proxy.cc', 99 'proxy/ppb_instance_proxy.cc',
102 'proxy/ppb_instance_proxy.h', 100 'proxy/ppb_instance_proxy.h',
103 'proxy/ppb_opengles2_proxy.cc', 101 'proxy/ppb_opengles2_proxy.cc',
104 'proxy/ppb_opengles2_proxy.h', 102 'proxy/ppb_opengles2_proxy.h',
105 'proxy/ppb_pdf_proxy.cc', 103 'proxy/ppb_pdf_proxy.cc',
106 'proxy/ppb_pdf_proxy.h', 104 'proxy/ppb_pdf_proxy.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 ['OS=="win"', { 146 ['OS=="win"', {
149 }], 147 }],
150 ['OS=="linux"', { 148 ['OS=="linux"', {
151 }], 149 }],
152 ['OS=="mac"', { 150 ['OS=="mac"', {
153 }] 151 }]
154 ], 152 ],
155 }, 153 },
156 ], 154 ],
157 } 155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698