| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_gtk.cc', | 178 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', |
| 179 '../plugins/npapi/webplugin_delegate_impl_mac.mm', | 179 '../plugins/npapi/webplugin_delegate_impl_mac.mm', |
| 180 '../plugins/npapi/webplugin_delegate_impl_win.cc', | 180 '../plugins/npapi/webplugin_delegate_impl_win.cc', |
| 181 '../plugins/npapi/webplugin_impl.cc', | 181 '../plugins/npapi/webplugin_impl.cc', |
| 182 '../plugins/npapi/webplugin_impl.h', | 182 '../plugins/npapi/webplugin_impl.h', |
| 183 '../plugins/npapi/webview_plugin.cc', | 183 '../plugins/npapi/webview_plugin.cc', |
| 184 '../plugins/npapi/webview_plugin.h', | 184 '../plugins/npapi/webview_plugin.h', |
| 185 '../plugins/plugin_constants.cc', |
| 186 '../plugins/plugin_constants.h', |
| 185 '../plugins/plugin_switches.cc', | 187 '../plugins/plugin_switches.cc', |
| 186 '../plugins/plugin_switches.h', | 188 '../plugins/plugin_switches.h', |
| 187 '../plugins/ppapi/callbacks.cc', | 189 '../plugins/ppapi/callbacks.cc', |
| 188 '../plugins/ppapi/callbacks.h', | 190 '../plugins/ppapi/callbacks.h', |
| 189 '../plugins/ppapi/common.h', | 191 '../plugins/ppapi/common.h', |
| 190 '../plugins/ppapi/dir_contents.h', | 192 '../plugins/ppapi/dir_contents.h', |
| 191 '../plugins/ppapi/event_conversion.cc', | 193 '../plugins/ppapi/event_conversion.cc', |
| 192 '../plugins/ppapi/event_conversion.h', | 194 '../plugins/ppapi/event_conversion.h', |
| 193 '../plugins/ppapi/file_callbacks.cc', | 195 '../plugins/ppapi/file_callbacks.cc', |
| 194 '../plugins/ppapi/file_callbacks.h', | 196 '../plugins/ppapi/file_callbacks.h', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 }, | 538 }, |
| 537 'includes': [ '../../build/grit_action.gypi' ], | 539 'includes': [ '../../build/grit_action.gypi' ], |
| 538 }, | 540 }, |
| 539 ], | 541 ], |
| 540 'includes': [ '../../build/grit_target.gypi' ], | 542 'includes': [ '../../build/grit_target.gypi' ], |
| 541 }, | 543 }, |
| 542 ], | 544 ], |
| 543 }], | 545 }], |
| 544 ], | 546 ], |
| 545 } | 547 } |
| OLD | NEW |