| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'common/np_channel_base.h', | 183 'common/np_channel_base.h', |
| 184 'common/npobject_base.h', | 184 'common/npobject_base.h', |
| 185 'common/npobject_proxy.cc', | 185 'common/npobject_proxy.cc', |
| 186 'common/npobject_proxy.h', | 186 'common/npobject_proxy.h', |
| 187 'common/npobject_stub.cc', | 187 'common/npobject_stub.cc', |
| 188 'common/npobject_stub.h', | 188 'common/npobject_stub.h', |
| 189 'common/npobject_util.cc', | 189 'common/npobject_util.cc', |
| 190 'common/npobject_util.h', | 190 'common/npobject_util.h', |
| 191 'common/p2p_messages.h', | 191 'common/p2p_messages.h', |
| 192 'common/p2p_sockets.h', | 192 'common/p2p_sockets.h', |
| 193 'common/page_zoom.cc', |
| 193 'common/pepper_file_messages.cc', | 194 'common/pepper_file_messages.cc', |
| 194 'common/pepper_file_messages.h', | 195 'common/pepper_file_messages.h', |
| 195 'common/pepper_messages.h', | 196 'common/pepper_messages.h', |
| 196 'common/pepper_plugin_registry.cc', | 197 'common/pepper_plugin_registry.cc', |
| 197 'common/pepper_plugin_registry.h', | 198 'common/pepper_plugin_registry.h', |
| 198 'common/plugin_carbon_interpose_constants_mac.cc', | 199 'common/plugin_carbon_interpose_constants_mac.cc', |
| 199 'common/plugin_carbon_interpose_constants_mac.h', | 200 'common/plugin_carbon_interpose_constants_mac.h', |
| 200 'common/plugin_messages.h', | 201 'common/plugin_messages.h', |
| 201 'common/process_watcher.h', | 202 'common/process_watcher.h', |
| 202 'common/process_watcher_mac.cc', | 203 'common/process_watcher_mac.cc', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 ], | 334 ], |
| 334 'link_settings': { | 335 'link_settings': { |
| 335 'libraries': [ | 336 'libraries': [ |
| 336 '-lEGL', | 337 '-lEGL', |
| 337 '-lGLESv2', | 338 '-lGLESv2', |
| 338 ], | 339 ], |
| 339 }, | 340 }, |
| 340 }], | 341 }], |
| 341 ], | 342 ], |
| 342 } | 343 } |
| OLD | NEW |