| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'common/page_state_serialization.h', | 284 'common/page_state_serialization.h', |
| 285 'common/page_zoom.cc', | 285 'common/page_zoom.cc', |
| 286 'common/pepper_messages.h', | 286 'common/pepper_messages.h', |
| 287 'common/pepper_plugin_registry.cc', | 287 'common/pepper_plugin_registry.cc', |
| 288 'common/pepper_plugin_registry.h', | 288 'common/pepper_plugin_registry.h', |
| 289 'common/pepper_renderer_instance_data.cc', | 289 'common/pepper_renderer_instance_data.cc', |
| 290 'common/pepper_renderer_instance_data.h', | 290 'common/pepper_renderer_instance_data.h', |
| 291 'common/plugin_carbon_interpose_constants_mac.cc', | 291 'common/plugin_carbon_interpose_constants_mac.cc', |
| 292 'common/plugin_carbon_interpose_constants_mac.h', | 292 'common/plugin_carbon_interpose_constants_mac.h', |
| 293 'common/plugin_process_messages.h', | 293 'common/plugin_process_messages.h', |
| 294 'common/power_monitor_broadcast_source.cc', |
| 295 'common/power_monitor_broadcast_source.h', |
| 296 'common/power_monitor_message_broadcaster.cc', |
| 297 'common/power_monitor_message_broadcaster.h', |
| 298 'common/power_monitor_messages.h', |
| 294 'common/process_type.cc', | 299 'common/process_type.cc', |
| 295 'common/quota_messages.h', | 300 'common/quota_messages.h', |
| 296 'common/resource_messages.cc', | 301 'common/resource_messages.cc', |
| 297 'common/resource_messages.h', | 302 'common/resource_messages.h', |
| 298 'common/sandbox_init_linux.cc', | 303 'common/sandbox_init_linux.cc', |
| 299 'common/sandbox_init_mac.cc', | 304 'common/sandbox_init_mac.cc', |
| 300 'common/sandbox_init_mac.h', | 305 'common/sandbox_init_mac.h', |
| 301 'common/sandbox_init_win.cc', | 306 'common/sandbox_init_win.cc', |
| 302 'common/sandbox_mac.h', | 307 'common/sandbox_mac.h', |
| 303 'common/sandbox_mac.mm', | 308 'common/sandbox_mac.mm', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 547 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 543 '<(output)', | 548 '<(output)', |
| 544 '<(PRODUCT_DIR)', | 549 '<(PRODUCT_DIR)', |
| 545 ], | 550 ], |
| 546 'msvs_cygwin_shell': 1, | 551 'msvs_cygwin_shell': 1, |
| 547 }, | 552 }, |
| 548 ] | 553 ] |
| 549 }], | 554 }], |
| 550 ], | 555 ], |
| 551 } | 556 } |
| OLD | NEW |