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

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, 8 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
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'public/common/url_fetcher_delegate.h', 89 'public/common/url_fetcher_delegate.h',
90 'public/common/url_fetcher_factory.h', 90 'public/common/url_fetcher_factory.h',
91 'public/common/view_type.h', 91 'public/common/view_type.h',
92 'public/common/zygote_fork_delegate_linux.h', 92 'public/common/zygote_fork_delegate_linux.h',
93 'common/accessibility_messages.h', 93 'common/accessibility_messages.h',
94 'common/appcache/appcache_backend_proxy.cc', 94 'common/appcache/appcache_backend_proxy.cc',
95 'common/appcache/appcache_backend_proxy.h', 95 'common/appcache/appcache_backend_proxy.h',
96 'common/appcache/appcache_dispatcher.cc', 96 'common/appcache/appcache_dispatcher.cc',
97 'common/appcache/appcache_dispatcher.h', 97 'common/appcache/appcache_dispatcher.h',
98 'common/appcache_messages.h', 98 'common/appcache_messages.h',
99 'common/battery_status_messages.h',
99 'common/browser_plugin_messages.h', 100 'common/browser_plugin_messages.h',
100 'common/child_process.cc', 101 'common/child_process.cc',
101 'common/child_process.h', 102 'common/child_process.h',
102 'common/child_process_host_impl.cc', 103 'common/child_process_host_impl.cc',
103 'common/child_process_host_impl.h', 104 'common/child_process_host_impl.h',
104 'common/child_process_messages.h', 105 'common/child_process_messages.h',
105 'common/child_process_sandbox_support_impl_linux.cc', 106 'common/child_process_sandbox_support_impl_linux.cc',
106 'common/child_process_sandbox_support_impl_linux.h', 107 'common/child_process_sandbox_support_impl_linux.h',
107 'common/child_process_sandbox_support_impl_shm_linux.cc', 108 'common/child_process_sandbox_support_impl_shm_linux.cc',
108 'common/child_thread.cc', 109 'common/child_thread.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 '../build/extract_from_cab.py', 440 '../build/extract_from_cab.py',
440 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 441 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
441 '<(output)', 442 '<(output)',
442 '<(PRODUCT_DIR)', 443 '<(PRODUCT_DIR)',
443 ], 444 ],
444 }, 445 },
445 ] 446 ]
446 }] 447 }]
447 ], 448 ],
448 } 449 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698