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

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: Rebase 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698