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