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

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: Fixing windows unit test errors Created 7 years, 4 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_constants_win.cc', 293 'common/plugin_constants_win.cc',
294 'common/plugin_constants_win.h', 294 'common/plugin_constants_win.h',
295 'common/plugin_list.cc', 295 'common/plugin_list.cc',
296 'common/plugin_list.h', 296 'common/plugin_list.h',
297 'common/plugin_list_mac.mm', 297 'common/plugin_list_mac.mm',
298 'common/plugin_list_posix.cc', 298 'common/plugin_list_posix.cc',
299 'common/plugin_list_win.cc', 299 'common/plugin_list_win.cc',
300 'common/plugin_process_messages.h', 300 'common/plugin_process_messages.h',
301 'common/power_monitor_messages.h',
301 'common/process_type.cc', 302 'common/process_type.cc',
302 'common/quota_messages.h', 303 'common/quota_messages.h',
303 'common/resource_messages.cc', 304 'common/resource_messages.cc',
304 'common/resource_messages.h', 305 'common/resource_messages.h',
305 'common/sandbox_init_linux.cc', 306 'common/sandbox_init_linux.cc',
306 'common/sandbox_init_mac.cc', 307 'common/sandbox_init_mac.cc',
307 'common/sandbox_init_mac.h', 308 'common/sandbox_init_mac.h',
308 'common/sandbox_init_win.cc', 309 'common/sandbox_init_win.cc',
309 'common/sandbox_mac.h', 310 'common/sandbox_mac.h',
310 'common/sandbox_mac.mm', 311 'common/sandbox_mac.mm',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
566 '<(output)', 567 '<(output)',
567 '<(PRODUCT_DIR)', 568 '<(PRODUCT_DIR)',
568 ], 569 ],
569 'msvs_cygwin_shell': 1, 570 'msvs_cygwin_shell': 1,
570 }, 571 },
571 ] 572 ]
572 }], 573 }],
573 ], 574 ],
574 } 575 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698