| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'common/pepper_messages.h', | 198 'common/pepper_messages.h', |
| 199 'common/pepper_plugin_registry.cc', | 199 'common/pepper_plugin_registry.cc', |
| 200 'common/pepper_plugin_registry.h', | 200 'common/pepper_plugin_registry.h', |
| 201 'common/plugin_carbon_interpose_constants_mac.cc', | 201 'common/plugin_carbon_interpose_constants_mac.cc', |
| 202 'common/plugin_carbon_interpose_constants_mac.h', | 202 'common/plugin_carbon_interpose_constants_mac.h', |
| 203 'common/plugin_messages.h', | 203 'common/plugin_messages.h', |
| 204 'common/process_watcher.h', | 204 'common/process_watcher.h', |
| 205 'common/process_watcher_mac.cc', | 205 'common/process_watcher_mac.cc', |
| 206 'common/process_watcher_posix.cc', | 206 'common/process_watcher_posix.cc', |
| 207 'common/process_watcher_win.cc', | 207 'common/process_watcher_win.cc', |
| 208 'common/property_bag.cc', | |
| 209 'common/property_bag.h', | |
| 210 'common/quota_messages.h', | 208 'common/quota_messages.h', |
| 211 'common/quota_dispatcher.cc', | 209 'common/quota_dispatcher.cc', |
| 212 'common/quota_dispatcher.h', | 210 'common/quota_dispatcher.h', |
| 213 'common/request_extra_data.cc', | 211 'common/request_extra_data.cc', |
| 214 'common/request_extra_data.h', | 212 'common/request_extra_data.h', |
| 215 'common/resource_dispatcher.cc', | 213 'common/resource_dispatcher.cc', |
| 216 'common/resource_dispatcher.h', | 214 'common/resource_dispatcher.h', |
| 217 'common/resource_messages.h', | 215 'common/resource_messages.h', |
| 218 'common/resource_response.cc', | 216 'common/resource_response.cc', |
| 219 'common/resource_response.h', | 217 'common/resource_response.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 ], | 336 ], |
| 339 'link_settings': { | 337 'link_settings': { |
| 340 'libraries': [ | 338 'libraries': [ |
| 341 '-lEGL', | 339 '-lEGL', |
| 342 '-lGLESv2', | 340 '-lGLESv2', |
| 343 ], | 341 ], |
| 344 }, | 342 }, |
| 345 }], | 343 }], |
| 346 ], | 344 ], |
| 347 } | 345 } |
| OLD | NEW |