| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'common/media/media_stream_messages.h', | 153 'common/media/media_stream_messages.h', |
| 154 'common/media/media_stream_options.cc', | 154 'common/media/media_stream_options.cc', |
| 155 'common/media/media_stream_options.h', | 155 'common/media/media_stream_options.h', |
| 156 'common/media/video_capture_messages.h', | 156 'common/media/video_capture_messages.h', |
| 157 'common/message_router.cc', | 157 'common/message_router.cc', |
| 158 'common/message_router.h', | 158 'common/message_router.h', |
| 159 'common/mime_registry_messages.h', | 159 'common/mime_registry_messages.h', |
| 160 'common/navigation_gesture.h', | 160 'common/navigation_gesture.h', |
| 161 'common/net/url_fetcher.cc', | 161 'common/net/url_fetcher.cc', |
| 162 'common/net/url_fetcher.h', | 162 'common/net/url_fetcher.h', |
| 163 'common/notification_service.cc', | |
| 164 'common/notification_service.h', | |
| 165 'common/np_channel_base.cc', | 163 'common/np_channel_base.cc', |
| 166 'common/np_channel_base.h', | 164 'common/np_channel_base.h', |
| 167 'common/npobject_base.h', | 165 'common/npobject_base.h', |
| 168 'common/npobject_proxy.cc', | 166 'common/npobject_proxy.cc', |
| 169 'common/npobject_proxy.h', | 167 'common/npobject_proxy.h', |
| 170 'common/npobject_stub.cc', | 168 'common/npobject_stub.cc', |
| 171 'common/npobject_stub.h', | 169 'common/npobject_stub.h', |
| 172 'common/npobject_util.cc', | 170 'common/npobject_util.cc', |
| 173 'common/npobject_util.h', | 171 'common/npobject_util.h', |
| 174 'common/p2p_messages.h', | 172 'common/p2p_messages.h', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 ], | 321 ], |
| 324 'link_settings': { | 322 'link_settings': { |
| 325 'libraries': [ | 323 'libraries': [ |
| 326 '-lEGL', | 324 '-lEGL', |
| 327 '-lGLESv2', | 325 '-lGLESv2', |
| 328 ], | 326 ], |
| 329 }, | 327 }, |
| 330 }], | 328 }], |
| 331 ], | 329 ], |
| 332 } | 330 } |
| OLD | NEW |