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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'common/p2p_sockets.h', | 278 'common/p2p_sockets.h', |
279 'common/page_zoom.cc', | 279 'common/page_zoom.cc', |
280 'common/pepper_messages.h', | 280 'common/pepper_messages.h', |
281 'common/pepper_plugin_registry.cc', | 281 'common/pepper_plugin_registry.cc', |
282 'common/pepper_plugin_registry.h', | 282 'common/pepper_plugin_registry.h', |
283 'common/pepper_renderer_instance_data.cc', | 283 'common/pepper_renderer_instance_data.cc', |
284 'common/pepper_renderer_instance_data.h', | 284 'common/pepper_renderer_instance_data.h', |
285 'common/plugin_carbon_interpose_constants_mac.cc', | 285 'common/plugin_carbon_interpose_constants_mac.cc', |
286 'common/plugin_carbon_interpose_constants_mac.h', | 286 'common/plugin_carbon_interpose_constants_mac.h', |
287 'common/plugin_process_messages.h', | 287 'common/plugin_process_messages.h', |
| 288 'common/power_monitor_client.cc', |
| 289 'common/power_monitor_client.h', |
| 290 'common/power_monitor_message_filter.cc', |
| 291 'common/power_monitor_message_filter.h', |
| 292 'common/power_monitor_messages.h', |
| 293 'common/power_monitor_service.cc', |
| 294 'common/power_monitor_service.h', |
288 'common/process_type.cc', | 295 'common/process_type.cc', |
289 'common/quota_messages.h', | 296 'common/quota_messages.h', |
290 'common/resource_messages.cc', | 297 'common/resource_messages.cc', |
291 'common/resource_messages.h', | 298 'common/resource_messages.h', |
292 'common/sandbox_init_linux.cc', | 299 'common/sandbox_init_linux.cc', |
293 'common/sandbox_init_mac.cc', | 300 'common/sandbox_init_mac.cc', |
294 'common/sandbox_init_mac.h', | 301 'common/sandbox_init_mac.h', |
295 'common/sandbox_init_win.cc', | 302 'common/sandbox_init_win.cc', |
296 'common/sandbox_mac.h', | 303 'common/sandbox_mac.h', |
297 'common/sandbox_mac.mm', | 304 'common/sandbox_mac.mm', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
536 '<(output)', | 543 '<(output)', |
537 '<(PRODUCT_DIR)', | 544 '<(PRODUCT_DIR)', |
538 ], | 545 ], |
539 'msvs_cygwin_shell': 1, | 546 'msvs_cygwin_shell': 1, |
540 }, | 547 }, |
541 ] | 548 ] |
542 }], | 549 }], |
543 ], | 550 ], |
544 } | 551 } |
OLD | NEW |