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

Side by Side Diff: content/content_renderer.gypi

Issue 10024013: chromeos: Add support for the battery status API on chromeos. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/browser/battery_status_provider.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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../ppapi/ppapi_internal.gyp:ppapi_shared', 10 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'renderer/active_notification_tracker.cc', 45 'renderer/active_notification_tracker.cc',
46 'renderer/active_notification_tracker.h', 46 'renderer/active_notification_tracker.h',
47 'renderer/android/address_detector.cc', 47 'renderer/android/address_detector.cc',
48 'renderer/android/address_detector.h', 48 'renderer/android/address_detector.h',
49 'renderer/android/content_detector.cc', 49 'renderer/android/content_detector.cc',
50 'renderer/android/content_detector.h', 50 'renderer/android/content_detector.h',
51 'renderer/android/email_detector.cc', 51 'renderer/android/email_detector.cc',
52 'renderer/android/email_detector.h', 52 'renderer/android/email_detector.h',
53 'renderer/android/phone_number_detector.cc', 53 'renderer/android/phone_number_detector.cc',
54 'renderer/android/phone_number_detector.h', 54 'renderer/android/phone_number_detector.h',
55 'renderer/battery_status_dispatcher.cc',
56 'renderer/battery_status_dispatcher.h',
55 'renderer/device_orientation_dispatcher.cc', 57 'renderer/device_orientation_dispatcher.cc',
56 'renderer/device_orientation_dispatcher.h', 58 'renderer/device_orientation_dispatcher.h',
57 'renderer/devtools_agent.cc', 59 'renderer/devtools_agent.cc',
58 'renderer/devtools_agent.h', 60 'renderer/devtools_agent.h',
59 'renderer/devtools_agent_filter.cc', 61 'renderer/devtools_agent_filter.cc',
60 'renderer/devtools_agent_filter.h', 62 'renderer/devtools_agent_filter.h',
61 'renderer/devtools_client.cc', 63 'renderer/devtools_client.cc',
62 'renderer/devtools_client.h', 64 'renderer/devtools_client.h',
63 'renderer/dom_automation_controller.cc', 65 'renderer/dom_automation_controller.cc',
64 'renderer/dom_automation_controller.h', 66 'renderer/dom_automation_controller.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 }, { 325 }, {
324 'sources!': [ 326 'sources!': [
325 'renderer/java/java_bridge_channel.cc', 327 'renderer/java/java_bridge_channel.cc',
326 'renderer/java/java_bridge_channel.h', 328 'renderer/java/java_bridge_channel.h',
327 'renderer/java/java_bridge_dispatcher.cc', 329 'renderer/java/java_bridge_dispatcher.cc',
328 'renderer/java/java_bridge_dispatcher.h', 330 'renderer/java/java_bridge_dispatcher.h',
329 ], 331 ],
330 }], 332 }],
331 ], 333 ],
332 } 334 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/browser/battery_status_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698