| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 '../plugins/npapi/webplugin.cc', | 172 '../plugins/npapi/webplugin.cc', |
| 173 '../plugins/npapi/webplugin.h', | 173 '../plugins/npapi/webplugin.h', |
| 174 '../plugins/npapi/webplugin_accelerated_surface_mac.h', | 174 '../plugins/npapi/webplugin_accelerated_surface_mac.h', |
| 175 '../plugins/npapi/webplugin_delegate.h', | 175 '../plugins/npapi/webplugin_delegate.h', |
| 176 '../plugins/npapi/webplugin_delegate_impl.cc', | 176 '../plugins/npapi/webplugin_delegate_impl.cc', |
| 177 '../plugins/npapi/webplugin_delegate_impl.h', | 177 '../plugins/npapi/webplugin_delegate_impl.h', |
| 178 '../plugins/npapi/webplugin_delegate_impl_aura.cc', | 178 '../plugins/npapi/webplugin_delegate_impl_aura.cc', |
| 179 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', | 179 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', |
| 180 '../plugins/npapi/webplugin_delegate_impl_mac.mm', | 180 '../plugins/npapi/webplugin_delegate_impl_mac.mm', |
| 181 '../plugins/npapi/webplugin_delegate_impl_win.cc', | 181 '../plugins/npapi/webplugin_delegate_impl_win.cc', |
| 182 '../plugins/npapi/webplugin_ime_win.cc', |
| 183 '../plugins/npapi/webplugin_ime_win.h', |
| 182 '../plugins/npapi/webplugin_impl.cc', | 184 '../plugins/npapi/webplugin_impl.cc', |
| 183 '../plugins/npapi/webplugin_impl.h', | 185 '../plugins/npapi/webplugin_impl.h', |
| 184 '../plugins/npapi/webview_plugin.cc', | 186 '../plugins/npapi/webview_plugin.cc', |
| 185 '../plugins/npapi/webview_plugin.h', | 187 '../plugins/npapi/webview_plugin.h', |
| 186 '../plugins/plugin_constants.cc', | 188 '../plugins/plugin_constants.cc', |
| 187 '../plugins/plugin_constants.h', | 189 '../plugins/plugin_constants.h', |
| 188 '../plugins/plugin_switches.cc', | 190 '../plugins/plugin_switches.cc', |
| 189 '../plugins/plugin_switches.h', | 191 '../plugins/plugin_switches.h', |
| 190 '../plugins/ppapi/callbacks.cc', | 192 '../plugins/ppapi/callbacks.cc', |
| 191 '../plugins/ppapi/callbacks.h', | 193 '../plugins/ppapi/callbacks.h', |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 }, | 548 }, |
| 547 'includes': [ '../../build/grit_action.gypi' ], | 549 'includes': [ '../../build/grit_action.gypi' ], |
| 548 }, | 550 }, |
| 549 ], | 551 ], |
| 550 'includes': [ '../../build/grit_target.gypi' ], | 552 'includes': [ '../../build/grit_target.gypi' ], |
| 551 }, | 553 }, |
| 552 ], | 554 ], |
| 553 }], | 555 }], |
| 554 ], | 556 ], |
| 555 } | 557 } |
| OLD | NEW |