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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'common/android/address_parser_internal.cc', | 108 'common/android/address_parser_internal.cc', |
109 'common/android/address_parser_internal.h', | 109 'common/android/address_parser_internal.h', |
110 'common/android/command_line.cc', | 110 'common/android/command_line.cc', |
111 'common/android/command_line.h', | 111 'common/android/command_line.h', |
112 'common/android/common_jni_registrar.cc', | 112 'common/android/common_jni_registrar.cc', |
113 'common/android/common_jni_registrar.h', | 113 'common/android/common_jni_registrar.h', |
114 'common/android/device_telephony_info.cc', | 114 'common/android/device_telephony_info.cc', |
115 'common/android/device_telephony_info.h', | 115 'common/android/device_telephony_info.h', |
116 'common/android/hash_set.cc', | 116 'common/android/hash_set.cc', |
117 'common/android/hash_set.h', | 117 'common/android/hash_set.h', |
118 'common/android/surface_callback.cc', | 118 'common/android/surface.cc', |
119 'common/android/surface_callback.h', | 119 'common/android/surface.h', |
120 'common/android/surface_texture_bridge.cc', | 120 'common/android/surface_texture_bridge.cc', |
121 'common/android/surface_texture_bridge.h', | 121 'common/android/surface_texture_bridge.h', |
122 'common/android/surface_texture_listener.cc', | 122 'common/android/surface_texture_listener.cc', |
123 'common/android/surface_texture_listener.h', | 123 'common/android/surface_texture_listener.h', |
124 'common/android/surface_texture_peer.cc', | 124 'common/android/surface_texture_peer.cc', |
125 'common/android/surface_texture_peer.h', | 125 'common/android/surface_texture_peer.h', |
126 'common/android/trace_event_binding.cc', | 126 'common/android/trace_event_binding.cc', |
127 'common/android/trace_event_binding.h', | 127 'common/android/trace_event_binding.h', |
128 'common/appcache/appcache_backend_proxy.cc', | 128 'common/appcache/appcache_backend_proxy.cc', |
129 'common/appcache/appcache_backend_proxy.h', | 129 'common/appcache/appcache_backend_proxy.h', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
575 '<(output)', | 575 '<(output)', |
576 '<(PRODUCT_DIR)', | 576 '<(PRODUCT_DIR)', |
577 ], | 577 ], |
578 'msvs_cygwin_shell': 1, | 578 'msvs_cygwin_shell': 1, |
579 }, | 579 }, |
580 ] | 580 ] |
581 }], | 581 }], |
582 ], | 582 ], |
583 } | 583 } |
OLD | NEW |