| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'common/p2p_sockets.h', | 205 'common/p2p_sockets.h', |
| 206 'common/page_zoom.cc', | 206 'common/page_zoom.cc', |
| 207 'common/pepper_file_messages.cc', | 207 'common/pepper_file_messages.cc', |
| 208 'common/pepper_file_messages.h', | 208 'common/pepper_file_messages.h', |
| 209 'common/pepper_messages.h', | 209 'common/pepper_messages.h', |
| 210 'common/pepper_plugin_registry.cc', | 210 'common/pepper_plugin_registry.cc', |
| 211 'common/pepper_plugin_registry.h', | 211 'common/pepper_plugin_registry.h', |
| 212 'common/plugin_carbon_interpose_constants_mac.cc', | 212 'common/plugin_carbon_interpose_constants_mac.cc', |
| 213 'common/plugin_carbon_interpose_constants_mac.h', | 213 'common/plugin_carbon_interpose_constants_mac.h', |
| 214 'common/plugin_messages.h', | 214 'common/plugin_messages.h', |
| 215 'common/process_type.cc', |
| 215 'common/quota_messages.h', | 216 'common/quota_messages.h', |
| 216 'common/quota_dispatcher.cc', | 217 'common/quota_dispatcher.cc', |
| 217 'common/quota_dispatcher.h', | 218 'common/quota_dispatcher.h', |
| 218 'common/request_extra_data.cc', | 219 'common/request_extra_data.cc', |
| 219 'common/request_extra_data.h', | 220 'common/request_extra_data.h', |
| 220 'common/resource_dispatcher.cc', | 221 'common/resource_dispatcher.cc', |
| 221 'common/resource_dispatcher.h', | 222 'common/resource_dispatcher.h', |
| 222 'common/resource_messages.h', | 223 'common/resource_messages.h', |
| 223 'common/sandbox_init_mac.cc', | 224 'common/sandbox_init_mac.cc', |
| 224 'common/sandbox_init_mac.h', | 225 'common/sandbox_init_mac.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 ], | 317 ], |
| 317 'link_settings': { | 318 'link_settings': { |
| 318 'libraries': [ | 319 'libraries': [ |
| 319 '-lEGL', | 320 '-lEGL', |
| 320 '-lGLESv2', | 321 '-lGLESv2', |
| 321 ], | 322 ], |
| 322 }, | 323 }, |
| 323 }], | 324 }], |
| 324 ], | 325 ], |
| 325 } | 326 } |
| OLD | NEW |