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

Side by Side Diff: content/content_common.gypi

Issue 252113006: Add Battery Status API support in content/renderer and IPC messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 | « content/common/content_message_generator.h ('k') | content/content_renderer.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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'common/android/common_jni_registrar.h', 133 'common/android/common_jni_registrar.h',
134 'common/android/gin_java_bridge_value.cc', 134 'common/android/gin_java_bridge_value.cc',
135 'common/android/gin_java_bridge_value.h', 135 'common/android/gin_java_bridge_value.h',
136 'common/android/hash_set.cc', 136 'common/android/hash_set.cc',
137 'common/android/hash_set.h', 137 'common/android/hash_set.h',
138 'common/android/surface_texture_lookup.cc', 138 'common/android/surface_texture_lookup.cc',
139 'common/android/surface_texture_lookup.h', 139 'common/android/surface_texture_lookup.h',
140 'common/android/surface_texture_peer.cc', 140 'common/android/surface_texture_peer.cc',
141 'common/android/surface_texture_peer.h', 141 'common/android/surface_texture_peer.h',
142 'common/appcache_messages.h', 142 'common/appcache_messages.h',
143 'common/battery_status_messages.h',
143 'common/browser_plugin/browser_plugin_constants.cc', 144 'common/browser_plugin/browser_plugin_constants.cc',
144 'common/browser_plugin/browser_plugin_constants.h', 145 'common/browser_plugin/browser_plugin_constants.h',
145 'common/browser_plugin/browser_plugin_messages.h', 146 'common/browser_plugin/browser_plugin_messages.h',
146 'common/cc_messages.cc', 147 'common/cc_messages.cc',
147 'common/cc_messages.h', 148 'common/cc_messages.h',
148 'common/child_process_host_impl.cc', 149 'common/child_process_host_impl.cc',
149 'common/child_process_host_impl.h', 150 'common/child_process_host_impl.h',
150 'common/child_process_messages.h', 151 'common/child_process_messages.h',
151 'common/child_process_sandbox_support_impl_linux.cc', 152 'common/child_process_sandbox_support_impl_linux.cc',
152 'common/child_process_sandbox_support_impl_linux.h', 153 'common/child_process_sandbox_support_impl_linux.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 762 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
762 'common/sandbox_linux/bpf_renderer_policy_linux.h', 763 'common/sandbox_linux/bpf_renderer_policy_linux.h',
763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 765 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
765 ], 766 ],
766 }, { 767 }, {
767 'defines': ['USE_SECCOMP_BPF'], 768 'defines': ['USE_SECCOMP_BPF'],
768 }], 769 }],
769 ], 770 ],
770 } 771 }
OLDNEW
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698