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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 'common/page_zoom.cc', | 307 'common/page_zoom.cc', |
308 'common/partial_circular_buffer.cc', | 308 'common/partial_circular_buffer.cc', |
309 'common/partial_circular_buffer.h', | 309 'common/partial_circular_buffer.h', |
310 'common/pepper_messages.h', | 310 'common/pepper_messages.h', |
311 'common/pepper_plugin_registry.cc', | 311 'common/pepper_plugin_registry.cc', |
312 'common/pepper_plugin_registry.h', | 312 'common/pepper_plugin_registry.h', |
313 'common/pepper_renderer_instance_data.cc', | 313 'common/pepper_renderer_instance_data.cc', |
314 'common/pepper_renderer_instance_data.h', | 314 'common/pepper_renderer_instance_data.h', |
315 'common/plugin_carbon_interpose_constants_mac.cc', | 315 'common/plugin_carbon_interpose_constants_mac.cc', |
316 'common/plugin_carbon_interpose_constants_mac.h', | 316 'common/plugin_carbon_interpose_constants_mac.h', |
| 317 'common/plugin_process_messages.h', |
317 'common/process_type.cc', | 318 'common/process_type.cc', |
318 'common/quota_messages.h', | 319 'common/quota_messages.h', |
319 'common/quota_dispatcher.cc', | 320 'common/quota_dispatcher.cc', |
320 'common/quota_dispatcher.h', | 321 'common/quota_dispatcher.h', |
321 'common/request_extra_data.cc', | 322 'common/request_extra_data.cc', |
322 'common/request_extra_data.h', | 323 'common/request_extra_data.h', |
323 'common/resource_dispatcher.cc', | 324 'common/resource_dispatcher.cc', |
324 'common/resource_dispatcher.h', | 325 'common/resource_dispatcher.h', |
325 'common/resource_messages.cc', | 326 'common/resource_messages.cc', |
326 'common/resource_messages.h', | 327 'common/resource_messages.h', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
574 '<(output)', | 575 '<(output)', |
575 '<(PRODUCT_DIR)', | 576 '<(PRODUCT_DIR)', |
576 ], | 577 ], |
577 'msvs_cygwin_shell': 1, | 578 'msvs_cygwin_shell': 1, |
578 }, | 579 }, |
579 ] | 580 ] |
580 }], | 581 }], |
581 ], | 582 ], |
582 } | 583 } |
OLD | NEW |