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

Side by Side Diff: content/content_renderer.gypi

Issue 258693012: Add BatteryStatusEventPump in Chromium for sending Battery status events Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | content/renderer/battery_status/battery_status_event_pump.h » ('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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'renderer/android/address_detector.cc', 85 'renderer/android/address_detector.cc',
86 'renderer/android/address_detector.h', 86 'renderer/android/address_detector.h',
87 'renderer/android/content_detector.cc', 87 'renderer/android/content_detector.cc',
88 'renderer/android/content_detector.h', 88 'renderer/android/content_detector.h',
89 'renderer/android/email_detector.cc', 89 'renderer/android/email_detector.cc',
90 'renderer/android/email_detector.h', 90 'renderer/android/email_detector.h',
91 'renderer/android/phone_number_detector.cc', 91 'renderer/android/phone_number_detector.cc',
92 'renderer/android/phone_number_detector.h', 92 'renderer/android/phone_number_detector.h',
93 'renderer/android/synchronous_compositor_factory.cc', 93 'renderer/android/synchronous_compositor_factory.cc',
94 'renderer/android/synchronous_compositor_factory.h', 94 'renderer/android/synchronous_compositor_factory.h',
95 'renderer/battery_status/battery_status_event_pump.cc',
96 'renderer/battery_status/battery_status_event_pump.h',
95 'renderer/browser_plugin/browser_plugin.cc', 97 'renderer/browser_plugin/browser_plugin.cc',
96 'renderer/browser_plugin/browser_plugin.h', 98 'renderer/browser_plugin/browser_plugin.h',
97 'renderer/browser_plugin/browser_plugin_backing_store.cc', 99 'renderer/browser_plugin/browser_plugin_backing_store.cc',
98 'renderer/browser_plugin/browser_plugin_backing_store.h', 100 'renderer/browser_plugin/browser_plugin_backing_store.h',
99 'renderer/browser_plugin/browser_plugin_bindings.cc', 101 'renderer/browser_plugin/browser_plugin_bindings.cc',
100 'renderer/browser_plugin/browser_plugin_bindings.h', 102 'renderer/browser_plugin/browser_plugin_bindings.h',
101 'renderer/browser_plugin/browser_plugin_manager_factory.h', 103 'renderer/browser_plugin/browser_plugin_manager_factory.h',
102 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 104 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
103 'renderer/browser_plugin/browser_plugin_manager_impl.h', 105 'renderer/browser_plugin/browser_plugin_manager_impl.h',
104 'renderer/browser_plugin/browser_plugin_manager.cc', 106 'renderer/browser_plugin/browser_plugin_manager.cc',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 }], 784 }],
783 ], 785 ],
784 'target_conditions': [ 786 'target_conditions': [
785 ['OS=="android"', { 787 ['OS=="android"', {
786 'sources/': [ 788 'sources/': [
787 ['include', '^renderer/render_view_linux\\.cc$'], 789 ['include', '^renderer/render_view_linux\\.cc$'],
788 ], 790 ],
789 }], 791 }],
790 ], 792 ],
791 } 793 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/battery_status/battery_status_event_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698