| 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 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'public/common/speech_recognition_result.cc', | 89 'public/common/speech_recognition_result.cc', |
| 90 'public/common/ssl_status.cc', | 90 'public/common/ssl_status.cc', |
| 91 'public/common/ssl_status.h', | 91 'public/common/ssl_status.h', |
| 92 'public/common/stop_find_action.h', | 92 'public/common/stop_find_action.h', |
| 93 'public/common/url_constants.cc', | 93 'public/common/url_constants.cc', |
| 94 'public/common/url_constants.h', | 94 'public/common/url_constants.h', |
| 95 'public/common/url_fetcher.h', | 95 'public/common/url_fetcher.h', |
| 96 'public/common/url_fetcher_delegate.h', | 96 'public/common/url_fetcher_delegate.h', |
| 97 'public/common/zygote_fork_delegate_linux.h', | 97 'public/common/zygote_fork_delegate_linux.h', |
| 98 'common/accessibility_messages.h', | 98 'common/accessibility_messages.h', |
| 99 'common/accessibility_node_data.cc', |
| 100 'common/accessibility_node_data.h', |
| 99 'common/android/address_parser.cc', | 101 'common/android/address_parser.cc', |
| 100 'common/android/address_parser.h', | 102 'common/android/address_parser.h', |
| 101 'common/android/address_parser_internal.cc', | 103 'common/android/address_parser_internal.cc', |
| 102 'common/android/address_parser_internal.h', | 104 'common/android/address_parser_internal.h', |
| 103 'common/android/surface_callback.cc', | 105 'common/android/surface_callback.cc', |
| 104 'common/android/surface_callback.h', | 106 'common/android/surface_callback.h', |
| 105 'common/android/surface_texture_peer.cc', | 107 'common/android/surface_texture_peer.cc', |
| 106 'common/android/surface_texture_peer.h', | 108 'common/android/surface_texture_peer.h', |
| 107 'common/appcache/appcache_backend_proxy.cc', | 109 'common/appcache/appcache_backend_proxy.cc', |
| 108 'common/appcache/appcache_backend_proxy.h', | 110 'common/appcache/appcache_backend_proxy.h', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 '../build/extract_from_cab.py', | 469 '../build/extract_from_cab.py', |
| 468 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 470 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 469 '<(output)', | 471 '<(output)', |
| 470 '<(PRODUCT_DIR)', | 472 '<(PRODUCT_DIR)', |
| 471 ], | 473 ], |
| 472 }, | 474 }, |
| 473 ] | 475 ] |
| 474 }] | 476 }] |
| 475 ], | 477 ], |
| 476 } | 478 } |
| OLD | NEW |