| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 '../plugins/npapi/webplugin_delegate_impl.cc', | 183 '../plugins/npapi/webplugin_delegate_impl.cc', |
| 184 '../plugins/npapi/webplugin_delegate_impl.h', | 184 '../plugins/npapi/webplugin_delegate_impl.h', |
| 185 '../plugins/npapi/webplugin_delegate_impl_aura.cc', | 185 '../plugins/npapi/webplugin_delegate_impl_aura.cc', |
| 186 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', | 186 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', |
| 187 '../plugins/npapi/webplugin_delegate_impl_mac.mm', | 187 '../plugins/npapi/webplugin_delegate_impl_mac.mm', |
| 188 '../plugins/npapi/webplugin_delegate_impl_win.cc', | 188 '../plugins/npapi/webplugin_delegate_impl_win.cc', |
| 189 '../plugins/npapi/webplugin_ime_win.cc', | 189 '../plugins/npapi/webplugin_ime_win.cc', |
| 190 '../plugins/npapi/webplugin_ime_win.h', | 190 '../plugins/npapi/webplugin_ime_win.h', |
| 191 '../plugins/npapi/webplugin_impl.cc', | 191 '../plugins/npapi/webplugin_impl.cc', |
| 192 '../plugins/npapi/webplugin_impl.h', | 192 '../plugins/npapi/webplugin_impl.h', |
| 193 '../plugins/npapi/webview_plugin.cc', | |
| 194 '../plugins/npapi/webview_plugin.h', | |
| 195 '../plugins/plugin_constants.cc', | 193 '../plugins/plugin_constants.cc', |
| 196 '../plugins/plugin_constants.h', | 194 '../plugins/plugin_constants.h', |
| 197 '../plugins/plugin_switches.cc', | 195 '../plugins/plugin_switches.cc', |
| 198 '../plugins/plugin_switches.h', | 196 '../plugins/plugin_switches.h', |
| 199 '../plugins/ppapi/audio_helper.cc', | 197 '../plugins/ppapi/audio_helper.cc', |
| 200 '../plugins/ppapi/audio_helper.h', | 198 '../plugins/ppapi/audio_helper.h', |
| 201 '../plugins/ppapi/callbacks.cc', | 199 '../plugins/ppapi/callbacks.cc', |
| 202 '../plugins/ppapi/callbacks.h', | 200 '../plugins/ppapi/callbacks.h', |
| 203 '../plugins/ppapi/common.h', | 201 '../plugins/ppapi/common.h', |
| 204 '../plugins/ppapi/dir_contents.h', | 202 '../plugins/ppapi/dir_contents.h', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 '../plugins/ppapi/resource_helper.cc', | 316 '../plugins/ppapi/resource_helper.cc', |
| 319 '../plugins/ppapi/resource_helper.h', | 317 '../plugins/ppapi/resource_helper.h', |
| 320 '../plugins/ppapi/string.cc', | 318 '../plugins/ppapi/string.cc', |
| 321 '../plugins/ppapi/string.h', | 319 '../plugins/ppapi/string.h', |
| 322 '../plugins/ppapi/webkit_forwarding_impl.cc', | 320 '../plugins/ppapi/webkit_forwarding_impl.cc', |
| 323 '../plugins/ppapi/webkit_forwarding_impl.h', | 321 '../plugins/ppapi/webkit_forwarding_impl.h', |
| 324 '../plugins/sad_plugin.cc', | 322 '../plugins/sad_plugin.cc', |
| 325 '../plugins/sad_plugin.h', | 323 '../plugins/sad_plugin.h', |
| 326 '../plugins/webplugininfo.cc', | 324 '../plugins/webplugininfo.cc', |
| 327 '../plugins/webplugininfo.h', | 325 '../plugins/webplugininfo.h', |
| 326 '../plugins/webview_plugin.cc', |
| 327 '../plugins/webview_plugin.h', |
| 328 'alt_error_page_resource_fetcher.cc', | 328 'alt_error_page_resource_fetcher.cc', |
| 329 'alt_error_page_resource_fetcher.h', | 329 'alt_error_page_resource_fetcher.h', |
| 330 'context_menu.cc', | 330 'context_menu.cc', |
| 331 'context_menu.h', | 331 'context_menu.h', |
| 332 'cpp_binding_example.cc', | 332 'cpp_binding_example.cc', |
| 333 'cpp_binding_example.h', | 333 'cpp_binding_example.h', |
| 334 'cpp_bound_class.cc', | 334 'cpp_bound_class.cc', |
| 335 'cpp_bound_class.h', | 335 'cpp_bound_class.h', |
| 336 'cpp_variant.cc', | 336 'cpp_variant.cc', |
| 337 'cpp_variant.h', | 337 'cpp_variant.h', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 }, | 542 }, |
| 543 'includes': [ '../../build/grit_action.gypi' ], | 543 'includes': [ '../../build/grit_action.gypi' ], |
| 544 }, | 544 }, |
| 545 ], | 545 ], |
| 546 'includes': [ '../../build/grit_target.gypi' ], | 546 'includes': [ '../../build/grit_target.gypi' ], |
| 547 }, | 547 }, |
| 548 ], | 548 ], |
| 549 }], | 549 }], |
| 550 ], | 550 ], |
| 551 } | 551 } |
| OLD | NEW |