| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 ['include', '^public/common/speech_recognition_result\\.cc$'], | 396 ['include', '^public/common/speech_recognition_result\\.cc$'], |
| 397 ['include', '^public/common/url_constants\\.cc$'], | 397 ['include', '^public/common/url_constants\\.cc$'], |
| 398 ['include', '^common/content_paths\\.cc$'], | 398 ['include', '^common/content_paths\\.cc$'], |
| 399 ['include', '^common/net/url_fetcher\\.cc$'], | 399 ['include', '^common/net/url_fetcher\\.cc$'], |
| 400 ['include', '^common/net/url_request_user_data\\.cc$'], | 400 ['include', '^common/net/url_request_user_data\\.cc$'], |
| 401 ['include', '^common/savable_url_schemes\\.cc$'], | 401 ['include', '^common/savable_url_schemes\\.cc$'], |
| 402 ['include', '^common/url_schemes\\.cc$'], | 402 ['include', '^common/url_schemes\\.cc$'], |
| 403 ], | 403 ], |
| 404 }, { # OS!="ios" | 404 }, { # OS!="ios" |
| 405 'dependencies': [ | 405 'dependencies': [ |
| 406 '../cc/cc.gyp:cc_ipc', |
| 406 '../gpu/gpu.gyp:gles2_implementation', | 407 '../gpu/gpu.gyp:gles2_implementation', |
| 407 '../gpu/gpu.gyp:gpu_ipc', | 408 '../gpu/gpu.gyp:gpu_ipc', |
| 408 '../ipc/ipc.gyp:ipc', | 409 '../ipc/ipc.gyp:ipc', |
| 409 '../media/media.gyp:shared_memory_support', | 410 '../media/media.gyp:shared_memory_support', |
| 410 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 411 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 411 '../third_party/npapi/npapi.gyp:npapi', | 412 '../third_party/npapi/npapi.gyp:npapi', |
| 412 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 413 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 413 '../ui/gl/gl.gyp:gl', | 414 '../ui/gl/gl.gyp:gl', |
| 414 '../webkit/support/webkit_support.gyp:appcache', | 415 '../webkit/support/webkit_support.gyp:appcache', |
| 415 '../webkit/support/webkit_support.gyp:blob', | 416 '../webkit/support/webkit_support.gyp:blob', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 '../build/extract_from_cab.py', | 555 '../build/extract_from_cab.py', |
| 555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 556 '<(output)', | 557 '<(output)', |
| 557 '<(PRODUCT_DIR)', | 558 '<(PRODUCT_DIR)', |
| 558 ], | 559 ], |
| 559 }, | 560 }, |
| 560 ] | 561 ] |
| 561 }], | 562 }], |
| 562 ], | 563 ], |
| 563 } | 564 } |
| OLD | NEW |