| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 ['include', '^common/url_schemes\\.cc$'], | 370 ['include', '^common/url_schemes\\.cc$'], |
| 371 ], | 371 ], |
| 372 }, { # OS!="ios" | 372 }, { # OS!="ios" |
| 373 'dependencies': [ | 373 'dependencies': [ |
| 374 '../cc/cc.gyp:cc', | 374 '../cc/cc.gyp:cc', |
| 375 '../gpu/gpu.gyp:gles2_c_lib', | 375 '../gpu/gpu.gyp:gles2_c_lib', |
| 376 '../gpu/gpu.gyp:gles2_implementation', | 376 '../gpu/gpu.gyp:gles2_implementation', |
| 377 '../gpu/gpu.gyp:gpu_ipc', | 377 '../gpu/gpu.gyp:gpu_ipc', |
| 378 '../ipc/ipc.gyp:ipc', | 378 '../ipc/ipc.gyp:ipc', |
| 379 '../media/media.gyp:shared_memory_support', | 379 '../media/media.gyp:shared_memory_support', |
| 380 '../third_party/WebKit/public/blink.gyp:blink_minimal', | 380 '../third_party/WebKit/public/blink.gyp:blink', |
| 381 '../ui/gl/gl.gyp:gl', | 381 '../ui/gl/gl.gyp:gl', |
| 382 '../webkit/common/webkit_common.gyp:webkit_common', | 382 '../webkit/common/webkit_common.gyp:webkit_common', |
| 383 '../webkit/storage_browser.gyp:webkit_storage_browser', | 383 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 384 '../webkit/storage_common.gyp:webkit_storage_common', | 384 '../webkit/storage_common.gyp:webkit_storage_common', |
| 385 '../webkit/support/webkit_support.gyp:glue', | 385 '../webkit/support/webkit_support.gyp:glue', |
| 386 ], | 386 ], |
| 387 }], | 387 }], |
| 388 ['OS=="android"',{ | 388 ['OS=="android"',{ |
| 389 'link_settings': { | 389 'link_settings': { |
| 390 'libraries': [ | 390 'libraries': [ |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 543 '<(output)', | 543 '<(output)', |
| 544 '<(PRODUCT_DIR)', | 544 '<(PRODUCT_DIR)', |
| 545 ], | 545 ], |
| 546 'msvs_cygwin_shell': 1, | 546 'msvs_cygwin_shell': 1, |
| 547 }, | 547 }, |
| 548 ] | 548 ] |
| 549 }], | 549 }], |
| 550 ], | 550 ], |
| 551 } | 551 } |
| OLD | NEW |