| 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 '../components/components_tracing.gyp:tracing', | 9 '../components/components_tracing.gyp:tracing', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'common/android/surface_texture_listener.h', | 121 'common/android/surface_texture_listener.h', |
| 122 'common/android/surface_texture_peer.cc', | 122 'common/android/surface_texture_peer.cc', |
| 123 'common/android/surface_texture_peer.h', | 123 'common/android/surface_texture_peer.h', |
| 124 'common/android/trace_event_binding.cc', | 124 'common/android/trace_event_binding.cc', |
| 125 'common/android/trace_event_binding.h', | 125 'common/android/trace_event_binding.h', |
| 126 'common/appcache/appcache_backend_proxy.cc', | 126 'common/appcache/appcache_backend_proxy.cc', |
| 127 'common/appcache/appcache_backend_proxy.h', | 127 'common/appcache/appcache_backend_proxy.h', |
| 128 'common/appcache/appcache_dispatcher.cc', | 128 'common/appcache/appcache_dispatcher.cc', |
| 129 'common/appcache/appcache_dispatcher.h', | 129 'common/appcache/appcache_dispatcher.h', |
| 130 'common/appcache_messages.h', | 130 'common/appcache_messages.h', |
| 131 'common/browser_plugin_message_enums.h', |
| 131 'common/browser_plugin_messages.h', | 132 'common/browser_plugin_messages.h', |
| 132 'common/cc_messages.cc', | 133 'common/cc_messages.cc', |
| 133 'common/cc_messages.h', | 134 'common/cc_messages.h', |
| 134 'common/child_histogram_message_filter.cc', | 135 'common/child_histogram_message_filter.cc', |
| 135 'common/child_histogram_message_filter.h', | 136 'common/child_histogram_message_filter.h', |
| 136 'common/child_process.cc', | 137 'common/child_process.cc', |
| 137 'common/child_process.h', | 138 'common/child_process.h', |
| 138 'common/child_process_host_impl.cc', | 139 'common/child_process_host_impl.cc', |
| 139 'common/child_process_host_impl.h', | 140 'common/child_process_host_impl.h', |
| 140 'common/child_process_messages.h', | 141 'common/child_process_messages.h', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 586 '<(output)', | 587 '<(output)', |
| 587 '<(PRODUCT_DIR)', | 588 '<(PRODUCT_DIR)', |
| 588 ], | 589 ], |
| 589 'msvs_cygwin_shell': 1, | 590 'msvs_cygwin_shell': 1, |
| 590 }, | 591 }, |
| 591 ] | 592 ] |
| 592 }], | 593 }], |
| 593 ], | 594 ], |
| 594 } | 595 } |
| OLD | NEW |