| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 99 'common/accessibility_node_data.cc', |
| 100 'common/accessibility_node_data.h', | 100 'common/accessibility_node_data.h', |
| 101 'common/android/address_parser.cc', | 101 'common/android/address_parser.cc', |
| 102 'common/android/address_parser.h', | 102 'common/android/address_parser.h', |
| 103 'common/android/address_parser_internal.cc', | 103 'common/android/address_parser_internal.cc', |
| 104 'common/android/address_parser_internal.h', | 104 'common/android/address_parser_internal.h', |
| 105 'common/android/command_line.cc', |
| 106 'common/android/command_line.h', |
| 105 'common/android/surface_callback.cc', | 107 'common/android/surface_callback.cc', |
| 106 'common/android/surface_callback.h', | 108 'common/android/surface_callback.h', |
| 107 'common/android/surface_texture_peer.cc', | 109 'common/android/surface_texture_peer.cc', |
| 108 'common/android/surface_texture_peer.h', | 110 'common/android/surface_texture_peer.h', |
| 111 'common/android/trace_event_binding.cc', |
| 112 'common/android/trace_event_binding.h', |
| 109 'common/appcache/appcache_backend_proxy.cc', | 113 'common/appcache/appcache_backend_proxy.cc', |
| 110 'common/appcache/appcache_backend_proxy.h', | 114 'common/appcache/appcache_backend_proxy.h', |
| 111 'common/appcache/appcache_dispatcher.cc', | 115 'common/appcache/appcache_dispatcher.cc', |
| 112 'common/appcache/appcache_dispatcher.h', | 116 'common/appcache/appcache_dispatcher.h', |
| 113 'common/appcache_messages.h', | 117 'common/appcache_messages.h', |
| 114 'common/browser_plugin_messages.h', | 118 'common/browser_plugin_messages.h', |
| 115 'common/child_process.cc', | 119 'common/child_process.cc', |
| 116 'common/child_process.h', | 120 'common/child_process.h', |
| 117 'common/child_process_host_impl.cc', | 121 'common/child_process_host_impl.cc', |
| 118 'common/child_process_host_impl.h', | 122 'common/child_process_host_impl.h', |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 '../build/extract_from_cab.py', | 484 '../build/extract_from_cab.py', |
| 481 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 485 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 482 '<(output)', | 486 '<(output)', |
| 483 '<(PRODUCT_DIR)', | 487 '<(PRODUCT_DIR)', |
| 484 ], | 488 ], |
| 485 }, | 489 }, |
| 486 ] | 490 ] |
| 487 }] | 491 }] |
| 488 ], | 492 ], |
| 489 } | 493 } |
| OLD | NEW |