OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 6 'includes': [ |
7 '../third_party/WebKit/WebKit/chromium/features.gypi', | 7 '../third_party/WebKit/WebKit/chromium/features.gypi', |
8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi', | 8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi', |
9 '../third_party/WebKit/WebCore/WebCore.gypi', | 9 '../third_party/WebKit/WebCore/WebCore.gypi', |
10 'support/webkit_support.gypi', | 10 'support/webkit_support.gypi', |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 'sources!': [ | 422 'sources!': [ |
423 # These files are Windows-only now but may be ported to other | 423 # These files are Windows-only now but may be ported to other |
424 # platforms. | 424 # platforms. |
425 'glue/webaccessibility.cc', | 425 'glue/webaccessibility.cc', |
426 'glue/webaccessibility.h', | 426 'glue/webaccessibility.h', |
427 'glue/webthemeengine_impl_win.cc', | 427 'glue/webthemeengine_impl_win.cc', |
428 ], | 428 ], |
429 }, { # else: OS=="win" | 429 }, { # else: OS=="win" |
430 'sources/': [['exclude', '_posix\\.cc$']], | 430 'sources/': [['exclude', '_posix\\.cc$']], |
431 'include_dirs': [ | 431 'include_dirs': [ |
432 '../chrome/third_party/wtl/include', | 432 '<(DEPTH)/third_party/wtl/include', |
433 ], | 433 ], |
434 'dependencies': [ | 434 'dependencies': [ |
435 '../build/win/system.gyp:cygwin', | 435 '../build/win/system.gyp:cygwin', |
436 'default_plugin/default_plugin.gyp:default_plugin', | 436 'default_plugin/default_plugin.gyp:default_plugin', |
437 ], | 437 ], |
438 'sources!': [ | 438 'sources!': [ |
439 'glue/plugins/plugin_stubs.cc', | 439 'glue/plugins/plugin_stubs.cc', |
440 ], | 440 ], |
441 }], | 441 }], |
442 ], | 442 ], |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 ], | 527 ], |
528 }, | 528 }, |
529 ], # targets | 529 ], # targets |
530 } | 530 } |
531 | 531 |
532 # Local Variables: | 532 # Local Variables: |
533 # tab-width:2 | 533 # tab-width:2 |
534 # indent-tabs-mode:nil | 534 # indent-tabs-mode:nil |
535 # End: | 535 # End: |
536 # vim: set expandtab tabstop=2 shiftwidth=2: | 536 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |