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

Side by Side Diff: content/content_child.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_browser.gypi ('k') | content/content_common.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/ui.gyp:ui', 10 '../ui/ui.gyp:ui',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'child/npapi/webplugin_delegate_impl_gtk.cc', 95 'child/npapi/webplugin_delegate_impl_gtk.cc',
96 'child/npapi/webplugin_delegate_impl_mac.mm', 96 'child/npapi/webplugin_delegate_impl_mac.mm',
97 'child/npapi/webplugin_delegate_impl_win.cc', 97 'child/npapi/webplugin_delegate_impl_win.cc',
98 'child/npapi/webplugin_ime_win.cc', 98 'child/npapi/webplugin_ime_win.cc',
99 'child/npapi/webplugin_ime_win.h', 99 'child/npapi/webplugin_ime_win.h',
100 'child/plugin_message_generator.cc', 100 'child/plugin_message_generator.cc',
101 'child/plugin_message_generator.h', 101 'child/plugin_message_generator.h',
102 'child/plugin_messages.h', 102 'child/plugin_messages.h',
103 'child/plugin_param_traits.cc', 103 'child/plugin_param_traits.cc',
104 'child/plugin_param_traits.h', 104 'child/plugin_param_traits.h',
105 'child/power_monitor_broadcast_source.cc',
106 'child/power_monitor_broadcast_source.h',
105 'child/quota_dispatcher.cc', 107 'child/quota_dispatcher.cc',
106 'child/quota_dispatcher.h', 108 'child/quota_dispatcher.h',
107 'child/quota_message_filter.cc', 109 'child/quota_message_filter.cc',
108 'child/quota_message_filter.h', 110 'child/quota_message_filter.h',
109 'child/request_extra_data.cc', 111 'child/request_extra_data.cc',
110 'child/request_extra_data.h', 112 'child/request_extra_data.h',
111 'child/resource_dispatcher.cc', 113 'child/resource_dispatcher.cc',
112 'child/resource_dispatcher.h', 114 'child/resource_dispatcher.h',
113 'child/runtime_features.cc', 115 'child/runtime_features.cc',
114 'child/runtime_features.h', 116 'child/runtime_features.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'child/npapi/webplugin_delegate_impl_mac.mm', 160 'child/npapi/webplugin_delegate_impl_mac.mm',
159 ], 161 ],
160 }], 162 }],
161 ['use_aura==1 and OS=="win"', { 163 ['use_aura==1 and OS=="win"', {
162 'sources!': [ 164 'sources!': [
163 'child/npapi/webplugin_delegate_impl_aura.cc', 165 'child/npapi/webplugin_delegate_impl_aura.cc',
164 ], 166 ],
165 }], 167 }],
166 ], 168 ],
167 } 169 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698