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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'common/accessibility_node_data.h', | 103 'common/accessibility_node_data.h', |
104 'common/all_messages.h', | 104 'common/all_messages.h', |
105 'common/android/address_parser.cc', | 105 'common/android/address_parser.cc', |
106 'common/android/address_parser.h', | 106 'common/android/address_parser.h', |
107 'common/android/address_parser_internal.cc', | 107 'common/android/address_parser_internal.cc', |
108 'common/android/address_parser_internal.h', | 108 'common/android/address_parser_internal.h', |
109 'common/android/command_line.cc', | 109 'common/android/command_line.cc', |
110 'common/android/command_line.h', | 110 'common/android/command_line.h', |
111 'common/android/common_jni_registrar.cc', | 111 'common/android/common_jni_registrar.cc', |
112 'common/android/common_jni_registrar.h', | 112 'common/android/common_jni_registrar.h', |
113 'common/android/device_info.cc', | |
114 'common/android/device_info.h', | |
115 'common/android/surface_callback.cc', | 113 'common/android/surface_callback.cc', |
116 'common/android/surface_callback.h', | 114 'common/android/surface_callback.h', |
117 'common/android/surface_texture_bridge.cc', | 115 'common/android/surface_texture_bridge.cc', |
118 'common/android/surface_texture_bridge.h', | 116 'common/android/surface_texture_bridge.h', |
119 'common/android/surface_texture_listener.cc', | 117 'common/android/surface_texture_listener.cc', |
120 'common/android/surface_texture_listener.h', | 118 'common/android/surface_texture_listener.h', |
121 'common/android/surface_texture_peer.cc', | 119 'common/android/surface_texture_peer.cc', |
122 'common/android/surface_texture_peer.h', | 120 'common/android/surface_texture_peer.h', |
123 'common/android/trace_event_binding.cc', | 121 'common/android/trace_event_binding.cc', |
124 'common/android/trace_event_binding.h', | 122 'common/android/trace_event_binding.h', |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 '../build/extract_from_cab.py', | 573 '../build/extract_from_cab.py', |
576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
577 '<(output)', | 575 '<(output)', |
578 '<(PRODUCT_DIR)', | 576 '<(PRODUCT_DIR)', |
579 ], | 577 ], |
580 }, | 578 }, |
581 ] | 579 ] |
582 }], | 580 }], |
583 ], | 581 ], |
584 } | 582 } |
OLD | NEW |