| 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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'common/npobject_base.h', | 315 'common/npobject_base.h', |
| 316 'common/npobject_proxy.cc', | 316 'common/npobject_proxy.cc', |
| 317 'common/npobject_proxy.h', | 317 'common/npobject_proxy.h', |
| 318 'common/npobject_stub.cc', | 318 'common/npobject_stub.cc', |
| 319 'common/npobject_stub.h', | 319 'common/npobject_stub.h', |
| 320 'common/npobject_util.cc', | 320 'common/npobject_util.cc', |
| 321 'common/npobject_util.h', | 321 'common/npobject_util.h', |
| 322 'common/p2p_messages.h', | 322 'common/p2p_messages.h', |
| 323 'common/p2p_sockets.h', | 323 'common/p2p_sockets.h', |
| 324 'common/page_zoom.cc', | 324 'common/page_zoom.cc', |
| 325 'common/partial_circular_buffer.cc', |
| 326 'common/partial_circular_buffer.h', |
| 325 'common/pepper_messages.h', | 327 'common/pepper_messages.h', |
| 326 'common/pepper_plugin_registry.cc', | 328 'common/pepper_plugin_registry.cc', |
| 327 'common/pepper_plugin_registry.h', | 329 'common/pepper_plugin_registry.h', |
| 328 'common/pepper_renderer_instance_data.cc', | 330 'common/pepper_renderer_instance_data.cc', |
| 329 'common/pepper_renderer_instance_data.h', | 331 'common/pepper_renderer_instance_data.h', |
| 330 'common/plugin_carbon_interpose_constants_mac.cc', | 332 'common/plugin_carbon_interpose_constants_mac.cc', |
| 331 'common/plugin_carbon_interpose_constants_mac.h', | 333 'common/plugin_carbon_interpose_constants_mac.h', |
| 332 'common/plugin_messages.h', | 334 'common/plugin_messages.h', |
| 333 'common/process_type.cc', | 335 'common/process_type.cc', |
| 334 'common/quota_messages.h', | 336 'common/quota_messages.h', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 585 '<(output)', | 587 '<(output)', |
| 586 '<(PRODUCT_DIR)', | 588 '<(PRODUCT_DIR)', |
| 587 ], | 589 ], |
| 588 'msvs_cygwin_shell': 1, | 590 'msvs_cygwin_shell': 1, |
| 589 }, | 591 }, |
| 590 ] | 592 ] |
| 591 }], | 593 }], |
| 592 ], | 594 ], |
| 593 } | 595 } |
| OLD | NEW |