| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 'common/npobject_base.h', | 262 'common/npobject_base.h', |
| 263 'common/npobject_proxy.cc', | 263 'common/npobject_proxy.cc', |
| 264 'common/npobject_proxy.h', | 264 'common/npobject_proxy.h', |
| 265 'common/npobject_stub.cc', | 265 'common/npobject_stub.cc', |
| 266 'common/npobject_stub.h', | 266 'common/npobject_stub.h', |
| 267 'common/npobject_util.cc', | 267 'common/npobject_util.cc', |
| 268 'common/npobject_util.h', | 268 'common/npobject_util.h', |
| 269 'common/p2p_messages.h', | 269 'common/p2p_messages.h', |
| 270 'common/p2p_sockets.h', | 270 'common/p2p_sockets.h', |
| 271 'common/page_zoom.cc', | 271 'common/page_zoom.cc', |
| 272 'common/pepper_file_messages.cc', | |
| 273 'common/pepper_file_messages.h', | |
| 274 'common/pepper_messages.h', | 272 'common/pepper_messages.h', |
| 275 'common/pepper_plugin_registry.cc', | 273 'common/pepper_plugin_registry.cc', |
| 276 'common/pepper_plugin_registry.h', | 274 'common/pepper_plugin_registry.h', |
| 277 'common/plugin_carbon_interpose_constants_mac.cc', | 275 'common/plugin_carbon_interpose_constants_mac.cc', |
| 278 'common/plugin_carbon_interpose_constants_mac.h', | 276 'common/plugin_carbon_interpose_constants_mac.h', |
| 279 'common/plugin_messages.h', | 277 'common/plugin_messages.h', |
| 280 'common/process_type.cc', | 278 'common/process_type.cc', |
| 281 'common/quota_messages.h', | 279 'common/quota_messages.h', |
| 282 'common/quota_dispatcher.cc', | 280 'common/quota_dispatcher.cc', |
| 283 'common/quota_dispatcher.h', | 281 'common/quota_dispatcher.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 '../build/extract_from_cab.py', | 452 '../build/extract_from_cab.py', |
| 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 456 '<(output)', | 454 '<(output)', |
| 457 '<(PRODUCT_DIR)', | 455 '<(PRODUCT_DIR)', |
| 458 ], | 456 ], |
| 459 }, | 457 }, |
| 460 ] | 458 ] |
| 461 }] | 459 }] |
| 462 ], | 460 ], |
| 463 } | 461 } |
| OLD | NEW |