OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 '../media/media.gyp:media', | 413 '../media/media.gyp:media', |
414 '../media/media.gyp:shared_memory_support', | 414 '../media/media.gyp:shared_memory_support', |
415 '../ui/gl/gl.gyp:gl', | 415 '../ui/gl/gl.gyp:gl', |
416 '../webkit/common/webkit_common.gyp:webkit_common', | 416 '../webkit/common/webkit_common.gyp:webkit_common', |
417 '../webkit/storage_browser.gyp:webkit_storage_browser', | 417 '../webkit/storage_browser.gyp:webkit_storage_browser', |
418 '../webkit/storage_common.gyp:webkit_storage_common', | 418 '../webkit/storage_common.gyp:webkit_storage_common', |
419 ], | 419 ], |
420 }], | 420 }], |
421 ['OS!="ios" and chrome_multiple_dll!=1', { | 421 ['OS!="ios" and chrome_multiple_dll!=1', { |
422 'dependencies': [ | 422 'dependencies': [ |
423 '../webkit/support/webkit_support.gyp:glue', | 423 '../webkit/glue/webkit_glue.gyp:glue', |
424 ], | 424 ], |
425 }], | 425 }], |
426 ['OS=="mac"', { | 426 ['OS=="mac"', { |
427 'sources!': [ | 427 'sources!': [ |
428 'common/plugin_list_posix.cc', | 428 'common/plugin_list_posix.cc', |
429 ], | 429 ], |
430 'link_settings': { | 430 'link_settings': { |
431 'libraries': [ | 431 'libraries': [ |
432 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 432 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
433 ], | 433 ], |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
590 '<(output)', | 590 '<(output)', |
591 '<(PRODUCT_DIR)', | 591 '<(PRODUCT_DIR)', |
592 ], | 592 ], |
593 'msvs_cygwin_shell': 1, | 593 'msvs_cygwin_shell': 1, |
594 }, | 594 }, |
595 ] | 595 ] |
596 }], | 596 }], |
597 ], | 597 ], |
598 } | 598 } |
OLD | NEW |