Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: content/content_common.gypi

Issue 17074009: Created multi-process-friendly PowerMonitor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uber-refactor Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_message_broadcaster.cc',
289 'common/power_monitor_message_broadcaster.h',
290 'common/power_monitor_message_filter.cc',
291 'common/power_monitor_message_filter.h',
292 'common/power_monitor_messages.h',
288 'common/process_type.cc', 293 'common/process_type.cc',
289 'common/quota_messages.h', 294 'common/quota_messages.h',
290 'common/resource_messages.cc', 295 'common/resource_messages.cc',
291 'common/resource_messages.h', 296 'common/resource_messages.h',
292 'common/sandbox_init_linux.cc', 297 'common/sandbox_init_linux.cc',
293 'common/sandbox_init_mac.cc', 298 'common/sandbox_init_mac.cc',
294 'common/sandbox_init_mac.h', 299 'common/sandbox_init_mac.h',
295 'common/sandbox_init_win.cc', 300 'common/sandbox_init_win.cc',
296 'common/sandbox_mac.h', 301 'common/sandbox_mac.h',
297 'common/sandbox_mac.mm', 302 'common/sandbox_mac.mm',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 540 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
536 '<(output)', 541 '<(output)',
537 '<(PRODUCT_DIR)', 542 '<(PRODUCT_DIR)',
538 ], 543 ],
539 'msvs_cygwin_shell': 1, 544 'msvs_cygwin_shell': 1,
540 }, 545 },
541 ] 546 ]
542 }], 547 }],
543 ], 548 ],
544 } 549 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698