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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'common/npobject_stub.cc', | 314 'common/npobject_stub.cc', |
315 'common/npobject_stub.h', | 315 'common/npobject_stub.h', |
316 'common/npobject_util.cc', | 316 'common/npobject_util.cc', |
317 'common/npobject_util.h', | 317 'common/npobject_util.h', |
318 'common/p2p_messages.h', | 318 'common/p2p_messages.h', |
319 'common/p2p_sockets.h', | 319 'common/p2p_sockets.h', |
320 'common/page_zoom.cc', | 320 'common/page_zoom.cc', |
321 'common/pepper_messages.h', | 321 'common/pepper_messages.h', |
322 'common/pepper_plugin_registry.cc', | 322 'common/pepper_plugin_registry.cc', |
323 'common/pepper_plugin_registry.h', | 323 'common/pepper_plugin_registry.h', |
| 324 'common/pepper_renderer_instance_data.cc', |
| 325 'common/pepper_renderer_instance_data.h', |
324 'common/plugin_carbon_interpose_constants_mac.cc', | 326 'common/plugin_carbon_interpose_constants_mac.cc', |
325 'common/plugin_carbon_interpose_constants_mac.h', | 327 'common/plugin_carbon_interpose_constants_mac.h', |
326 'common/plugin_messages.h', | 328 'common/plugin_messages.h', |
327 'common/process_type.cc', | 329 'common/process_type.cc', |
328 'common/quota_messages.h', | 330 'common/quota_messages.h', |
329 'common/quota_dispatcher.cc', | 331 'common/quota_dispatcher.cc', |
330 'common/quota_dispatcher.h', | 332 'common/quota_dispatcher.h', |
331 'common/request_extra_data.cc', | 333 'common/request_extra_data.cc', |
332 'common/request_extra_data.h', | 334 'common/request_extra_data.h', |
333 'common/resource_dispatcher.cc', | 335 'common/resource_dispatcher.cc', |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 '../build/extract_from_cab.py', | 569 '../build/extract_from_cab.py', |
568 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 570 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
569 '<(output)', | 571 '<(output)', |
570 '<(PRODUCT_DIR)', | 572 '<(PRODUCT_DIR)', |
571 ], | 573 ], |
572 }, | 574 }, |
573 ] | 575 ] |
574 }], | 576 }], |
575 ], | 577 ], |
576 } | 578 } |
OLD | NEW |