| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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': 'plugins_common', | 8 'target_name': 'plugins_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines': [ | 10 'defines': [ |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 '../plugins/npapi/webplugin_ime_win.h', | 119 '../plugins/npapi/webplugin_ime_win.h', |
| 120 '../plugins/npapi/webplugin_impl.cc', | 120 '../plugins/npapi/webplugin_impl.cc', |
| 121 '../plugins/npapi/webplugin_impl.h', | 121 '../plugins/npapi/webplugin_impl.h', |
| 122 '../plugins/ppapi/audio_helper.cc', | 122 '../plugins/ppapi/audio_helper.cc', |
| 123 '../plugins/ppapi/audio_helper.h', | 123 '../plugins/ppapi/audio_helper.h', |
| 124 '../plugins/ppapi/common.h', | 124 '../plugins/ppapi/common.h', |
| 125 '../plugins/ppapi/content_decryptor_delegate.cc', | 125 '../plugins/ppapi/content_decryptor_delegate.cc', |
| 126 '../plugins/ppapi/content_decryptor_delegate.h', | 126 '../plugins/ppapi/content_decryptor_delegate.h', |
| 127 '../plugins/ppapi/event_conversion.cc', | 127 '../plugins/ppapi/event_conversion.cc', |
| 128 '../plugins/ppapi/event_conversion.h', | 128 '../plugins/ppapi/event_conversion.h', |
| 129 '../plugins/ppapi/file_callbacks.cc', | |
| 130 '../plugins/ppapi/file_callbacks.h', | |
| 131 '../plugins/ppapi/fullscreen_container.h', | 129 '../plugins/ppapi/fullscreen_container.h', |
| 132 '../plugins/ppapi/gfx_conversion.h', | 130 '../plugins/ppapi/gfx_conversion.h', |
| 133 '../plugins/ppapi/host_array_buffer_var.cc', | 131 '../plugins/ppapi/host_array_buffer_var.cc', |
| 134 '../plugins/ppapi/host_array_buffer_var.h', | 132 '../plugins/ppapi/host_array_buffer_var.h', |
| 135 '../plugins/ppapi/host_globals.cc', | 133 '../plugins/ppapi/host_globals.cc', |
| 136 '../plugins/ppapi/host_globals.h', | 134 '../plugins/ppapi/host_globals.h', |
| 137 '../plugins/ppapi/host_var_tracker.cc', | 135 '../plugins/ppapi/host_var_tracker.cc', |
| 138 '../plugins/ppapi/host_var_tracker.h', | 136 '../plugins/ppapi/host_var_tracker.h', |
| 139 '../plugins/ppapi/message_channel.cc', | 137 '../plugins/ppapi/message_channel.cc', |
| 140 '../plugins/ppapi/message_channel.h', | 138 '../plugins/ppapi/message_channel.h', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 '<(DEPTH)/third_party/wtl/include', | 263 '<(DEPTH)/third_party/wtl/include', |
| 266 ], | 264 ], |
| 267 'sources!': [ | 265 'sources!': [ |
| 268 'plugins/plugin_stubs.cc', | 266 'plugins/plugin_stubs.cc', |
| 269 ], | 267 ], |
| 270 }], | 268 }], |
| 271 ], | 269 ], |
| 272 } | 270 } |
| 273 ], | 271 ], |
| 274 } | 272 } |
| OLD | NEW |