OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'common/handle_enumerator_win.h', | 134 'common/handle_enumerator_win.h', |
135 'common/hi_res_timer_manager_posix.cc', | 135 'common/hi_res_timer_manager_posix.cc', |
136 'common/hi_res_timer_manager_win.cc', | 136 'common/hi_res_timer_manager_win.cc', |
137 'common/hi_res_timer_manager.h', | 137 'common/hi_res_timer_manager.h', |
138 'common/indexed_db_key.cc', | 138 'common/indexed_db_key.cc', |
139 'common/indexed_db_key.h', | 139 'common/indexed_db_key.h', |
140 'common/indexed_db_messages.h', | 140 'common/indexed_db_messages.h', |
141 'common/indexed_db_param_traits.cc', | 141 'common/indexed_db_param_traits.cc', |
142 'common/indexed_db_param_traits.h', | 142 'common/indexed_db_param_traits.h', |
143 'common/intents_messages.h', | 143 'common/intents_messages.h', |
| 144 'common/java_bridge_messages.h', |
144 'common/mac/attributed_string_coder.h', | 145 'common/mac/attributed_string_coder.h', |
145 'common/mac/attributed_string_coder.mm', | 146 'common/mac/attributed_string_coder.mm', |
146 'common/mac/font_descriptor.h', | 147 'common/mac/font_descriptor.h', |
147 'common/mac/font_descriptor.mm', | 148 'common/mac/font_descriptor.mm', |
148 'common/mac/font_loader.h', | 149 'common/mac/font_loader.h', |
149 'common/mac/font_loader.mm', | 150 'common/mac/font_loader.mm', |
150 'common/main_function_params.h', | 151 'common/main_function_params.h', |
151 'common/media/audio_messages.h', | 152 'common/media/audio_messages.h', |
152 'common/media/audio_stream_state.h', | 153 'common/media/audio_stream_state.h', |
153 'common/media/media_stream_messages.h', | 154 'common/media/media_stream_messages.h', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 ], | 322 ], |
322 'link_settings': { | 323 'link_settings': { |
323 'libraries': [ | 324 'libraries': [ |
324 '-lEGL', | 325 '-lEGL', |
325 '-lGLESv2', | 326 '-lGLESv2', |
326 ], | 327 ], |
327 }, | 328 }, |
328 }], | 329 }], |
329 ], | 330 ], |
330 } | 331 } |
OLD | NEW |