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

Side by Side Diff: content/content_renderer.gypi

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 10 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/DEPS ('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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'renderer/android/synchronous_compositor_factory.h', 120 'renderer/android/synchronous_compositor_factory.h',
121 'renderer/android/synchronous_compositor_filter.cc', 121 'renderer/android/synchronous_compositor_filter.cc',
122 'renderer/android/synchronous_compositor_filter.h', 122 'renderer/android/synchronous_compositor_filter.h',
123 'renderer/android/synchronous_compositor_output_surface.cc', 123 'renderer/android/synchronous_compositor_output_surface.cc',
124 'renderer/android/synchronous_compositor_output_surface.h', 124 'renderer/android/synchronous_compositor_output_surface.h',
125 'renderer/android/synchronous_compositor_proxy.cc', 125 'renderer/android/synchronous_compositor_proxy.cc',
126 'renderer/android/synchronous_compositor_proxy.h', 126 'renderer/android/synchronous_compositor_proxy.h',
127 'renderer/android/synchronous_compositor_registry.h', 127 'renderer/android/synchronous_compositor_registry.h',
128 'renderer/background_sync/background_sync_client_impl.cc', 128 'renderer/background_sync/background_sync_client_impl.cc',
129 'renderer/background_sync/background_sync_client_impl.h', 129 'renderer/background_sync/background_sync_client_impl.h',
130 'renderer/battery_status/battery_status_dispatcher.cc',
131 'renderer/battery_status/battery_status_dispatcher.h',
132 'renderer/bluetooth/bluetooth_dispatcher.cc', 130 'renderer/bluetooth/bluetooth_dispatcher.cc',
133 'renderer/bluetooth/bluetooth_dispatcher.h', 131 'renderer/bluetooth/bluetooth_dispatcher.h',
134 'renderer/bluetooth/bluetooth_message_filter.cc', 132 'renderer/bluetooth/bluetooth_message_filter.cc',
135 'renderer/bluetooth/bluetooth_message_filter.h', 133 'renderer/bluetooth/bluetooth_message_filter.h',
136 'renderer/bluetooth/web_bluetooth_impl.cc', 134 'renderer/bluetooth/web_bluetooth_impl.cc',
137 'renderer/bluetooth/web_bluetooth_impl.h', 135 'renderer/bluetooth/web_bluetooth_impl.h',
138 'renderer/browser_plugin/browser_plugin.cc', 136 'renderer/browser_plugin/browser_plugin.cc',
139 'renderer/browser_plugin/browser_plugin.h', 137 'renderer/browser_plugin/browser_plugin.h',
140 'renderer/browser_plugin/browser_plugin_manager.cc', 138 'renderer/browser_plugin/browser_plugin_manager.cc',
141 'renderer/browser_plugin/browser_plugin_manager.h', 139 'renderer/browser_plugin/browser_plugin_manager.h',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 }], 926 }],
929 ], 927 ],
930 'target_conditions': [ 928 'target_conditions': [
931 ['OS=="android"', { 929 ['OS=="android"', {
932 'sources/': [ 930 'sources/': [
933 ['include', '^renderer/render_view_linux\\.cc$'], 931 ['include', '^renderer/render_view_linux\\.cc$'],
934 ], 932 ],
935 }], 933 }],
936 ], 934 ],
937 } 935 }
OLDNEW
« no previous file with comments | « content/common/DEPS ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698