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