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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'common/android/address_parser_internal.cc', | 106 'common/android/address_parser_internal.cc', |
107 'common/android/address_parser_internal.h', | 107 'common/android/address_parser_internal.h', |
108 'common/android/command_line.cc', | 108 'common/android/command_line.cc', |
109 'common/android/command_line.h', | 109 'common/android/command_line.h', |
110 'common/android/common_jni_registrar.cc', | 110 'common/android/common_jni_registrar.cc', |
111 'common/android/common_jni_registrar.h', | 111 'common/android/common_jni_registrar.h', |
112 'common/android/device_telephony_info.cc', | 112 'common/android/device_telephony_info.cc', |
113 'common/android/device_telephony_info.h', | 113 'common/android/device_telephony_info.h', |
114 'common/android/hash_set.cc', | 114 'common/android/hash_set.cc', |
115 'common/android/hash_set.h', | 115 'common/android/hash_set.h', |
116 'common/android/surface_callback.cc', | 116 'common/android/scoped_java_surface.cc', |
117 'common/android/surface_callback.h', | 117 'common/android/scoped_java_surface.h', |
118 'common/android/surface_texture_bridge.cc', | 118 'common/android/surface_texture_bridge.cc', |
119 'common/android/surface_texture_bridge.h', | 119 'common/android/surface_texture_bridge.h', |
120 'common/android/surface_texture_listener.cc', | 120 'common/android/surface_texture_listener.cc', |
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', |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
589 '<(output)', | 589 '<(output)', |
590 '<(PRODUCT_DIR)', | 590 '<(PRODUCT_DIR)', |
591 ], | 591 ], |
592 'msvs_cygwin_shell': 1, | 592 'msvs_cygwin_shell': 1, |
593 }, | 593 }, |
594 ] | 594 ] |
595 }], | 595 }], |
596 ], | 596 ], |
597 } | 597 } |
OLD | NEW |