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