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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 }, { # OS!="ios" | 409 }, { # OS!="ios" |
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', | |
420 '../webkit/support/webkit_support.gyp:database', | 419 '../webkit/support/webkit_support.gyp:database', |
421 '../webkit/support/webkit_support.gyp:webkit_base', | 420 '../webkit/support/webkit_support.gyp:webkit_base', |
422 '../webkit/support/webkit_support.gyp:webkit_storage', | 421 '../webkit/support/webkit_support.gyp:webkit_storage', |
423 ], | 422 ], |
424 }], | 423 }], |
425 ['OS!="win"', { | 424 ['OS!="win"', { |
426 'sources!': [ | 425 'sources!': [ |
427 'common/sandbox_policy.cc', | 426 'common/sandbox_policy.cc', |
428 'common/sandbox_policy.h', | 427 'common/sandbox_policy.h', |
429 ], | 428 ], |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 '../build/extract_from_cab.py', | 557 '../build/extract_from_cab.py', |
559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
560 '<(output)', | 559 '<(output)', |
561 '<(PRODUCT_DIR)', | 560 '<(PRODUCT_DIR)', |
562 ], | 561 ], |
563 }, | 562 }, |
564 ] | 563 ] |
565 }], | 564 }], |
566 ], | 565 ], |
567 } | 566 } |
OLD | NEW |