OLD | NEW |
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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'thunk/ppb_file_chooser_thunk.cc', | 71 'thunk/ppb_file_chooser_thunk.cc', |
72 'thunk/ppb_file_io_api.h', | 72 'thunk/ppb_file_io_api.h', |
73 'thunk/ppb_file_io_thunk.cc', | 73 'thunk/ppb_file_io_thunk.cc', |
74 'thunk/ppb_file_io_trusted_thunk.cc', | 74 'thunk/ppb_file_io_trusted_thunk.cc', |
75 'thunk/ppb_file_ref_api.h', | 75 'thunk/ppb_file_ref_api.h', |
76 'thunk/ppb_file_ref_thunk.cc', | 76 'thunk/ppb_file_ref_thunk.cc', |
77 'thunk/ppb_file_system_api.h', | 77 'thunk/ppb_file_system_api.h', |
78 'thunk/ppb_file_system_thunk.cc', | 78 'thunk/ppb_file_system_thunk.cc', |
79 'thunk/ppb_find_api.h', | 79 'thunk/ppb_find_api.h', |
80 'thunk/ppb_find_thunk.cc', | 80 'thunk/ppb_find_thunk.cc', |
| 81 'thunk/ppb_flash_menu_api.h', |
| 82 'thunk/ppb_flash_menu_thunk.cc', |
| 83 'thunk/ppb_flash_net_connector_api.h', |
| 84 'thunk/ppb_flash_net_connector_thunk.cc', |
81 'thunk/ppb_font_api.h', | 85 'thunk/ppb_font_api.h', |
82 'thunk/ppb_font_thunk.cc', | 86 'thunk/ppb_font_thunk.cc', |
83 'thunk/ppb_graphics_2d_api.h', | 87 'thunk/ppb_graphics_2d_api.h', |
84 'thunk/ppb_graphics_2d_thunk.cc', | 88 'thunk/ppb_graphics_2d_thunk.cc', |
85 'thunk/ppb_image_data_api.h', | 89 'thunk/ppb_image_data_api.h', |
86 'thunk/ppb_image_data_thunk.cc', | 90 'thunk/ppb_image_data_thunk.cc', |
| 91 'thunk/ppb_image_data_trusted_thunk.cc', |
87 'thunk/thunk.h', | 92 'thunk/thunk.h', |
88 ], | 93 ], |
89 'conditions': [ | 94 'conditions': [ |
90 ['OS=="win"', { | 95 ['OS=="win"', { |
91 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', | 96 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', |
92 }], | 97 }], |
93 ], | 98 ], |
94 }, | 99 }, |
95 ], | 100 ], |
96 } | 101 } |
OLD | NEW |