| 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 '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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 '../plugins/npapi/webplugin_audio_device_delegate.h', | 187 '../plugins/npapi/webplugin_audio_device_delegate.h', |
| 188 '../plugins/npapi/webplugin_delegate.cc', | 188 '../plugins/npapi/webplugin_delegate.cc', |
| 189 '../plugins/npapi/webplugin_delegate.h', | 189 '../plugins/npapi/webplugin_delegate.h', |
| 190 '../plugins/npapi/webplugin_delegate_impl.cc', | 190 '../plugins/npapi/webplugin_delegate_impl.cc', |
| 191 '../plugins/npapi/webplugin_delegate_impl.h', | 191 '../plugins/npapi/webplugin_delegate_impl.h', |
| 192 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', | 192 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', |
| 193 '../plugins/npapi/webplugin_delegate_impl_mac.mm', | 193 '../plugins/npapi/webplugin_delegate_impl_mac.mm', |
| 194 '../plugins/npapi/webplugin_delegate_impl_win.cc', | 194 '../plugins/npapi/webplugin_delegate_impl_win.cc', |
| 195 '../plugins/npapi/webplugin_file_delegate.cc', | 195 '../plugins/npapi/webplugin_file_delegate.cc', |
| 196 '../plugins/npapi/webplugin_file_delegate.h', | 196 '../plugins/npapi/webplugin_file_delegate.h', |
| 197 '../plugins/npapi/webplugin_ime_win.cc', |
| 198 '../plugins/npapi/webplugin_ime_win.h', |
| 197 '../plugins/npapi/webplugin_impl.cc', | 199 '../plugins/npapi/webplugin_impl.cc', |
| 198 '../plugins/npapi/webplugin_impl.h', | 200 '../plugins/npapi/webplugin_impl.h', |
| 199 '../plugins/npapi/webplugin_print_delegate.cc', | 201 '../plugins/npapi/webplugin_print_delegate.cc', |
| 200 '../plugins/npapi/webplugin_print_delegate.h', | 202 '../plugins/npapi/webplugin_print_delegate.h', |
| 201 '../plugins/npapi/webplugininfo.cc', | 203 '../plugins/npapi/webplugininfo.cc', |
| 202 '../plugins/npapi/webplugininfo.h', | 204 '../plugins/npapi/webplugininfo.h', |
| 203 '../plugins/npapi/webview_plugin.cc', | 205 '../plugins/npapi/webview_plugin.cc', |
| 204 '../plugins/npapi/webview_plugin.h', | 206 '../plugins/npapi/webview_plugin.h', |
| 205 '../plugins/plugin_switches.cc', | 207 '../plugins/plugin_switches.cc', |
| 206 '../plugins/plugin_switches.h', | 208 '../plugins/plugin_switches.h', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 }, | 545 }, |
| 544 'includes': [ '../../build/grit_action.gypi' ], | 546 'includes': [ '../../build/grit_action.gypi' ], |
| 545 }, | 547 }, |
| 546 ], | 548 ], |
| 547 'includes': [ '../../build/grit_target.gypi' ], | 549 'includes': [ '../../build/grit_target.gypi' ], |
| 548 }, | 550 }, |
| 549 ], | 551 ], |
| 550 }], | 552 }], |
| 551 ], | 553 ], |
| 552 } | 554 } |
| OLD | NEW |