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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'common/indexed_db_param_traits.cc', | 172 'common/indexed_db_param_traits.cc', |
173 'common/indexed_db_param_traits.h', | 173 'common/indexed_db_param_traits.h', |
174 'common/intents_messages.h', | 174 'common/intents_messages.h', |
175 'common/java_bridge_messages.h', | 175 'common/java_bridge_messages.h', |
176 'common/mac/attributed_string_coder.h', | 176 'common/mac/attributed_string_coder.h', |
177 'common/mac/attributed_string_coder.mm', | 177 'common/mac/attributed_string_coder.mm', |
178 'common/mac/font_descriptor.h', | 178 'common/mac/font_descriptor.h', |
179 'common/mac/font_descriptor.mm', | 179 'common/mac/font_descriptor.mm', |
180 'common/mac/font_loader.h', | 180 'common/mac/font_loader.h', |
181 'common/mac/font_loader.mm', | 181 'common/mac/font_loader.mm', |
182 'common/mac/scoped_sending_event.h', | |
183 'common/mac/scoped_sending_event.mm', | |
184 'common/media/audio_messages.h', | 182 'common/media/audio_messages.h', |
185 'common/media/audio_stream_state.h', | 183 'common/media/audio_stream_state.h', |
186 'common/media/media_stream_messages.h', | 184 'common/media/media_stream_messages.h', |
187 'common/media/media_stream_options.cc', | 185 'common/media/media_stream_options.cc', |
188 'common/media/media_stream_options.h', | 186 'common/media/media_stream_options.h', |
189 'common/media/video_capture.h', | 187 'common/media/video_capture.h', |
190 'common/media/video_capture_messages.h', | 188 'common/media/video_capture_messages.h', |
191 'common/message_router.cc', | 189 'common/message_router.cc', |
192 'common/message_router.h', | 190 'common/message_router.h', |
193 'common/mime_registry_messages.h', | 191 'common/mime_registry_messages.h', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 ], | 317 ], |
320 'link_settings': { | 318 'link_settings': { |
321 'libraries': [ | 319 'libraries': [ |
322 '-lEGL', | 320 '-lEGL', |
323 '-lGLESv2', | 321 '-lGLESv2', |
324 ], | 322 ], |
325 }, | 323 }, |
326 }], | 324 }], |
327 ], | 325 ], |
328 } | 326 } |
OLD | NEW |