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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'common/indexed_db_param_traits.cc', | 166 'common/indexed_db_param_traits.cc', |
167 'common/indexed_db_param_traits.h', | 167 'common/indexed_db_param_traits.h', |
168 'common/intents_messages.h', | 168 'common/intents_messages.h', |
169 'common/java_bridge_messages.h', | 169 'common/java_bridge_messages.h', |
170 'common/mac/attributed_string_coder.h', | 170 'common/mac/attributed_string_coder.h', |
171 'common/mac/attributed_string_coder.mm', | 171 'common/mac/attributed_string_coder.mm', |
172 'common/mac/font_descriptor.h', | 172 'common/mac/font_descriptor.h', |
173 'common/mac/font_descriptor.mm', | 173 'common/mac/font_descriptor.mm', |
174 'common/mac/font_loader.h', | 174 'common/mac/font_loader.h', |
175 'common/mac/font_loader.mm', | 175 'common/mac/font_loader.mm', |
176 'common/mac/scoped_sending_event.h', | |
177 'common/mac/scoped_sending_event.mm', | |
178 'common/media/audio_messages.h', | 176 'common/media/audio_messages.h', |
179 'common/media/audio_stream_state.h', | 177 'common/media/audio_stream_state.h', |
180 'common/media/media_stream_messages.h', | 178 'common/media/media_stream_messages.h', |
181 'common/media/media_stream_options.cc', | 179 'common/media/media_stream_options.cc', |
182 'common/media/media_stream_options.h', | 180 'common/media/media_stream_options.h', |
183 'common/media/video_capture.h', | 181 'common/media/video_capture.h', |
184 'common/media/video_capture_messages.h', | 182 'common/media/video_capture_messages.h', |
185 'common/message_router.cc', | 183 'common/message_router.cc', |
186 'common/message_router.h', | 184 'common/message_router.h', |
187 'common/mime_registry_messages.h', | 185 'common/mime_registry_messages.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 ], | 314 ], |
317 'link_settings': { | 315 'link_settings': { |
318 'libraries': [ | 316 'libraries': [ |
319 '-lEGL', | 317 '-lEGL', |
320 '-lGLESv2', | 318 '-lGLESv2', |
321 ], | 319 ], |
322 }, | 320 }, |
323 }], | 321 }], |
324 ], | 322 ], |
325 } | 323 } |
OLD | NEW |