| 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 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 ], | 415 ], |
| 416 }, { # OS!="ios" | 416 }, { # OS!="ios" |
| 417 'dependencies': [ | 417 'dependencies': [ |
| 418 '../cc/cc.gyp:cc', | 418 '../cc/cc.gyp:cc', |
| 419 '../gpu/gpu.gyp:gles2_c_lib', | 419 '../gpu/gpu.gyp:gles2_c_lib', |
| 420 '../gpu/gpu.gyp:gles2_implementation', | 420 '../gpu/gpu.gyp:gles2_implementation', |
| 421 '../gpu/gpu.gyp:gpu_ipc', | 421 '../gpu/gpu.gyp:gpu_ipc', |
| 422 '../ipc/ipc.gyp:ipc', | 422 '../ipc/ipc.gyp:ipc', |
| 423 '../media/media.gyp:shared_memory_support', | 423 '../media/media.gyp:shared_memory_support', |
| 424 '../third_party/npapi/npapi.gyp:npapi', | 424 '../third_party/npapi/npapi.gyp:npapi', |
| 425 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 425 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 426 '../ui/gl/gl.gyp:gl', | 426 '../ui/gl/gl.gyp:gl', |
| 427 '../webkit/support/webkit_support.gyp:glue', | 427 '../webkit/support/webkit_support.gyp:glue', |
| 428 '../webkit/support/webkit_support.gyp:webkit_base', | 428 '../webkit/support/webkit_support.gyp:webkit_base', |
| 429 '../webkit/support/webkit_support.gyp:webkit_storage', | 429 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 430 ], | 430 ], |
| 431 }], | 431 }], |
| 432 ['OS=="android"',{ | 432 ['OS=="android"',{ |
| 433 'link_settings': { | 433 'link_settings': { |
| 434 'libraries': [ | 434 'libraries': [ |
| 435 '-landroid', # ANativeWindow | 435 '-landroid', # ANativeWindow |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 580 '<(output)', | 580 '<(output)', |
| 581 '<(PRODUCT_DIR)', | 581 '<(PRODUCT_DIR)', |
| 582 ], | 582 ], |
| 583 'msvs_cygwin_shell': 1, | 583 'msvs_cygwin_shell': 1, |
| 584 }, | 584 }, |
| 585 ] | 585 ] |
| 586 }], | 586 }], |
| 587 ], | 587 ], |
| 588 } | 588 } |
| OLD | NEW |