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

Side by Side Diff: content/content_common.gypi

Issue 7366011: Initial sensor event provider for testing views screen rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Restore more specific version of another missing header. Created 9 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') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'common/sandbox_init_wrapper_mac.cc', 203 'common/sandbox_init_wrapper_mac.cc',
204 'common/sandbox_init_wrapper_win.cc', 204 'common/sandbox_init_wrapper_win.cc',
205 'common/sandbox_mac.h', 205 'common/sandbox_mac.h',
206 'common/sandbox_mac.mm', 206 'common/sandbox_mac.mm',
207 'common/sandbox_methods_linux.h', 207 'common/sandbox_methods_linux.h',
208 'common/sandbox_policy.cc', 208 'common/sandbox_policy.cc',
209 'common/sandbox_policy.h', 209 'common/sandbox_policy.h',
210 'common/section_util_win.cc', 210 'common/section_util_win.cc',
211 'common/section_util_win.h', 211 'common/section_util_win.h',
212 'common/security_style.h', 212 'common/security_style.h',
213 'common/sensors.h',
214 'common/sensors_listener.h',
213 'common/serialized_script_value.cc', 215 'common/serialized_script_value.cc',
214 'common/serialized_script_value.h', 216 'common/serialized_script_value.h',
215 'common/set_process_title.cc', 217 'common/set_process_title.cc',
216 'common/set_process_title.h', 218 'common/set_process_title.h',
217 'common/set_process_title_linux.cc', 219 'common/set_process_title_linux.cc',
218 'common/set_process_title_linux.h', 220 'common/set_process_title_linux.h',
219 'common/socket_stream.h', 221 'common/socket_stream.h',
220 'common/socket_stream_dispatcher.cc', 222 'common/socket_stream_dispatcher.cc',
221 'common/socket_stream_dispatcher.h', 223 'common/socket_stream_dispatcher.h',
222 'common/socket_stream_messages.h', 224 'common/socket_stream_messages.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ], 342 ],
341 'sources': [ 343 'sources': [
342 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 344 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
343 ], 345 ],
344 } 346 }
345 ], 347 ],
346 }, 348 },
347 ], 349 ],
348 ], 350 ],
349 } 351 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698