| 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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'dependencies': [ | 366 'dependencies': [ |
| 367 '../cc/cc.gyp:cc', | 367 '../cc/cc.gyp:cc', |
| 368 '../gpu/gpu.gyp:gles2_c_lib', | 368 '../gpu/gpu.gyp:gles2_c_lib', |
| 369 '../gpu/gpu.gyp:gles2_implementation', | 369 '../gpu/gpu.gyp:gles2_implementation', |
| 370 '../gpu/gpu.gyp:gpu_ipc', | 370 '../gpu/gpu.gyp:gpu_ipc', |
| 371 '../ipc/ipc.gyp:ipc', | 371 '../ipc/ipc.gyp:ipc', |
| 372 '../media/media.gyp:shared_memory_support', | 372 '../media/media.gyp:shared_memory_support', |
| 373 '../third_party/WebKit/public/blink.gyp:blink', | 373 '../third_party/WebKit/public/blink.gyp:blink', |
| 374 '../ui/gl/gl.gyp:gl', | 374 '../ui/gl/gl.gyp:gl', |
| 375 '../webkit/support/webkit_support.gyp:glue', | 375 '../webkit/support/webkit_support.gyp:glue', |
| 376 '../webkit/support/webkit_support.gyp:webkit_base', | |
| 377 '../webkit/support/webkit_support.gyp:webkit_storage', | 376 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 378 ], | 377 ], |
| 379 }], | 378 }], |
| 380 ['OS=="android"',{ | 379 ['OS=="android"',{ |
| 381 'link_settings': { | 380 'link_settings': { |
| 382 'libraries': [ | 381 'libraries': [ |
| 383 '-landroid', # ANativeWindow | 382 '-landroid', # ANativeWindow |
| 384 ], | 383 ], |
| 385 }, | 384 }, |
| 386 'dependencies': [ | 385 'dependencies': [ |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 538 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 540 '<(output)', | 539 '<(output)', |
| 541 '<(PRODUCT_DIR)', | 540 '<(PRODUCT_DIR)', |
| 542 ], | 541 ], |
| 543 'msvs_cygwin_shell': 1, | 542 'msvs_cygwin_shell': 1, |
| 544 }, | 543 }, |
| 545 ] | 544 ] |
| 546 }], | 545 }], |
| 547 ], | 546 ], |
| 548 } | 547 } |
| OLD | NEW |