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

Side by Side Diff: content/content_common.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_browser.gypi ('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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'common/android/surface_texture_listener.h', 112 'common/android/surface_texture_listener.h',
113 'common/android/surface_texture_peer.cc', 113 'common/android/surface_texture_peer.cc',
114 'common/android/surface_texture_peer.h', 114 'common/android/surface_texture_peer.h',
115 'common/android/trace_event_binding.cc', 115 'common/android/trace_event_binding.cc',
116 'common/android/trace_event_binding.h', 116 'common/android/trace_event_binding.h',
117 'common/appcache/appcache_backend_proxy.cc', 117 'common/appcache/appcache_backend_proxy.cc',
118 'common/appcache/appcache_backend_proxy.h', 118 'common/appcache/appcache_backend_proxy.h',
119 'common/appcache/appcache_dispatcher.cc', 119 'common/appcache/appcache_dispatcher.cc',
120 'common/appcache/appcache_dispatcher.h', 120 'common/appcache/appcache_dispatcher.h',
121 'common/appcache_messages.h', 121 'common/appcache_messages.h',
122 'common/battery_status_messages.h',
122 'common/browser_plugin_messages.h', 123 'common/browser_plugin_messages.h',
123 'common/child_process.cc', 124 'common/child_process.cc',
124 'common/child_process.h', 125 'common/child_process.h',
125 'common/child_process_host_impl.cc', 126 'common/child_process_host_impl.cc',
126 'common/child_process_host_impl.h', 127 'common/child_process_host_impl.h',
127 'common/child_process_messages.h', 128 'common/child_process_messages.h',
128 'common/child_process_sandbox_support_impl_linux.cc', 129 'common/child_process_sandbox_support_impl_linux.cc',
129 'common/child_process_sandbox_support_impl_linux.h', 130 'common/child_process_sandbox_support_impl_linux.h',
130 'common/child_process_sandbox_support_impl_shm_linux.cc', 131 'common/child_process_sandbox_support_impl_shm_linux.cc',
131 'common/child_thread.cc', 132 'common/child_thread.cc',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 '../build/extract_from_cab.py', 492 '../build/extract_from_cab.py',
492 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 493 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
493 '<(output)', 494 '<(output)',
494 '<(PRODUCT_DIR)', 495 '<(PRODUCT_DIR)',
495 ], 496 ],
496 }, 497 },
497 ] 498 ]
498 }] 499 }]
499 ], 500 ],
500 } 501 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698