| 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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'dependencies': [ | 410 'dependencies': [ |
| 411 '../gpu/gpu.gyp:gles2_implementation', | 411 '../gpu/gpu.gyp:gles2_implementation', |
| 412 '../gpu/gpu.gyp:gpu_ipc', | 412 '../gpu/gpu.gyp:gpu_ipc', |
| 413 '../ipc/ipc.gyp:ipc', | 413 '../ipc/ipc.gyp:ipc', |
| 414 '../media/media.gyp:shared_memory_support', | 414 '../media/media.gyp:shared_memory_support', |
| 415 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 415 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 416 '../third_party/npapi/npapi.gyp:npapi', | 416 '../third_party/npapi/npapi.gyp:npapi', |
| 417 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 417 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 418 '../ui/gl/gl.gyp:gl', | 418 '../ui/gl/gl.gyp:gl', |
| 419 '../webkit/support/webkit_support.gyp:appcache', | 419 '../webkit/support/webkit_support.gyp:appcache', |
| 420 '../webkit/support/webkit_support.gyp:blob', | |
| 421 '../webkit/support/webkit_support.gyp:database', | 420 '../webkit/support/webkit_support.gyp:database', |
| 422 '../webkit/support/webkit_support.gyp:fileapi', | |
| 423 '../webkit/support/webkit_support.gyp:webkit_base', | 421 '../webkit/support/webkit_support.gyp:webkit_base', |
| 422 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 424 ], | 423 ], |
| 425 }], | 424 }], |
| 426 ['OS!="win"', { | 425 ['OS!="win"', { |
| 427 'sources!': [ | 426 'sources!': [ |
| 428 'common/sandbox_policy.cc', | 427 'common/sandbox_policy.cc', |
| 429 'common/sandbox_policy.h', | 428 'common/sandbox_policy.h', |
| 430 ], | 429 ], |
| 431 }], | 430 }], |
| 432 ['OS=="android"',{ | 431 ['OS=="android"',{ |
| 433 'link_settings': { | 432 'link_settings': { |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 '../build/extract_from_cab.py', | 558 '../build/extract_from_cab.py', |
| 560 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 561 '<(output)', | 560 '<(output)', |
| 562 '<(PRODUCT_DIR)', | 561 '<(PRODUCT_DIR)', |
| 563 ], | 562 ], |
| 564 }, | 563 }, |
| 565 ] | 564 ] |
| 566 }], | 565 }], |
| 567 ], | 566 ], |
| 568 } | 567 } |
| OLD | NEW |