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