| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'include_dirs': [ | 359 'include_dirs': [ |
| 360 '<(DEPTH)/third_party/wtl/include', | 360 '<(DEPTH)/third_party/wtl/include', |
| 361 ], | 361 ], |
| 362 'dependencies': [ | 362 'dependencies': [ |
| 363 '<(DEPTH)/build/win/system.gyp:cygwin', | 363 '<(DEPTH)/build/win/system.gyp:cygwin', |
| 364 ], | 364 ], |
| 365 'sources!': [ | 365 'sources!': [ |
| 366 'plugins/plugin_stubs.cc', | 366 'plugins/plugin_stubs.cc', |
| 367 ], | 367 ], |
| 368 }], | 368 }], |
| 369 ['inside_chromium_build==1 and OS=="win"', { | 369 ['inside_chromium_build==1 and (OS=="mac" or OS=="win")', { |
| 370 'dependencies': [ | 370 'dependencies': [ |
| 371 '<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin', | 371 '<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin', |
| 372 ], | 372 ], |
| 373 }], | 373 }], |
| 374 ['inside_chromium_build==0', { | 374 ['inside_chromium_build==0', { |
| 375 'dependencies': [ | 375 'dependencies': [ |
| 376 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 376 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 377 ], | 377 ], |
| 378 }], | 378 }], |
| 379 ], | 379 ], |
| 380 }, | 380 }, |
| 381 ], | 381 ], |
| 382 } | 382 } |
| OLD | NEW |