| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'thunk/ppb_audio_api.h', | 52 'thunk/ppb_audio_api.h', |
| 53 'thunk/ppb_audio_config_api.h', | 53 'thunk/ppb_audio_config_api.h', |
| 54 'thunk/ppb_audio_config_thunk.cc', | 54 'thunk/ppb_audio_config_thunk.cc', |
| 55 'thunk/ppb_audio_thunk.cc', | 55 'thunk/ppb_audio_thunk.cc', |
| 56 'thunk/ppb_audio_trusted_api.h', | 56 'thunk/ppb_audio_trusted_api.h', |
| 57 'thunk/ppb_audio_trusted_thunk.cc', | 57 'thunk/ppb_audio_trusted_thunk.cc', |
| 58 'thunk/ppb_broker_api.h', | 58 'thunk/ppb_broker_api.h', |
| 59 'thunk/ppb_broker_thunk.cc', | 59 'thunk/ppb_broker_thunk.cc', |
| 60 'thunk/ppb_buffer_api.h', | 60 'thunk/ppb_buffer_api.h', |
| 61 'thunk/ppb_buffer_thunk.cc', | 61 'thunk/ppb_buffer_thunk.cc', |
| 62 'thunk/ppb_buffer_trusted_api.h', |
| 63 'thunk/ppb_buffer_trusted_thunk.cc', |
| 62 'thunk/ppb_char_set_api.h', | 64 'thunk/ppb_char_set_api.h', |
| 63 'thunk/ppb_char_set_thunk.cc', | 65 'thunk/ppb_char_set_thunk.cc', |
| 64 'thunk/ppb_cursor_control_api.h', | 66 'thunk/ppb_cursor_control_api.h', |
| 65 'thunk/ppb_cursor_control_thunk.cc', | 67 'thunk/ppb_cursor_control_thunk.cc', |
| 66 'thunk/ppb_directory_reader_api.h', | 68 'thunk/ppb_directory_reader_api.h', |
| 67 'thunk/ppb_directory_reader_thunk.cc', | 69 'thunk/ppb_directory_reader_thunk.cc', |
| 68 'thunk/ppb_file_chooser_api.h', | 70 'thunk/ppb_file_chooser_api.h', |
| 69 'thunk/ppb_file_chooser_thunk.cc', | 71 'thunk/ppb_file_chooser_thunk.cc', |
| 70 'thunk/ppb_file_io_api.h', | 72 'thunk/ppb_file_io_api.h', |
| 71 'thunk/ppb_file_io_thunk.cc', | 73 'thunk/ppb_file_io_thunk.cc', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 85 'thunk/thunk.h', | 87 'thunk/thunk.h', |
| 86 ], | 88 ], |
| 87 'conditions': [ | 89 'conditions': [ |
| 88 ['OS=="win"', { | 90 ['OS=="win"', { |
| 89 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', | 91 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', |
| 90 }], | 92 }], |
| 91 ], | 93 ], |
| 92 }, | 94 }, |
| 93 ], | 95 ], |
| 94 } | 96 } |
| OLD | NEW |