OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
10 },{ | 10 },{ |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 '../plugins/npapi/plugin_list_posix.cc', | 196 '../plugins/npapi/plugin_list_posix.cc', |
197 '../plugins/npapi/plugin_list_win.cc', | 197 '../plugins/npapi/plugin_list_win.cc', |
198 '../plugins/npapi/plugin_stream.cc', | 198 '../plugins/npapi/plugin_stream.cc', |
199 '../plugins/npapi/plugin_stream.h', | 199 '../plugins/npapi/plugin_stream.h', |
200 '../plugins/npapi/plugin_stream_posix.cc', | 200 '../plugins/npapi/plugin_stream_posix.cc', |
201 '../plugins/npapi/plugin_stream_url.cc', | 201 '../plugins/npapi/plugin_stream_url.cc', |
202 '../plugins/npapi/plugin_stream_url.h', | 202 '../plugins/npapi/plugin_stream_url.h', |
203 '../plugins/npapi/plugin_stream_win.cc', | 203 '../plugins/npapi/plugin_stream_win.cc', |
204 '../plugins/npapi/plugin_string_stream.cc', | 204 '../plugins/npapi/plugin_string_stream.cc', |
205 '../plugins/npapi/plugin_string_stream.h', | 205 '../plugins/npapi/plugin_string_stream.h', |
| 206 '../plugins/npapi/plugin_utils.cc', |
| 207 '../plugins/npapi/plugin_utils.h', |
206 '../plugins/npapi/plugin_web_event_converter_mac.h', | 208 '../plugins/npapi/plugin_web_event_converter_mac.h', |
207 '../plugins/npapi/plugin_web_event_converter_mac.mm', | 209 '../plugins/npapi/plugin_web_event_converter_mac.mm', |
208 '../plugins/npapi/webplugin.cc', | 210 '../plugins/npapi/webplugin.cc', |
209 '../plugins/npapi/webplugin.h', | 211 '../plugins/npapi/webplugin.h', |
210 '../plugins/npapi/webplugin_accelerated_surface_mac.h', | 212 '../plugins/npapi/webplugin_accelerated_surface_mac.h', |
211 '../plugins/npapi/webplugin_delegate.h', | 213 '../plugins/npapi/webplugin_delegate.h', |
212 '../plugins/npapi/webplugin_delegate_impl.cc', | 214 '../plugins/npapi/webplugin_delegate_impl.cc', |
213 '../plugins/npapi/webplugin_delegate_impl.h', | 215 '../plugins/npapi/webplugin_delegate_impl.h', |
214 '../plugins/npapi/webplugin_delegate_impl_android.cc', | 216 '../plugins/npapi/webplugin_delegate_impl_android.cc', |
215 '../plugins/npapi/webplugin_delegate_impl_aura.cc', | 217 '../plugins/npapi/webplugin_delegate_impl_aura.cc', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 }, | 559 }, |
558 'includes': [ '../../build/grit_action.gypi' ], | 560 'includes': [ '../../build/grit_action.gypi' ], |
559 }, | 561 }, |
560 ], | 562 ], |
561 'includes': [ '../../build/grit_target.gypi' ], | 563 'includes': [ '../../build/grit_target.gypi' ], |
562 }, | 564 }, |
563 ], | 565 ], |
564 }], | 566 }], |
565 ], | 567 ], |
566 } | 568 } |
OLD | NEW |