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

Side by Side Diff: content/content_common.gypi

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'common/sandbox_init_wrapper_mac.cc', 205 'common/sandbox_init_wrapper_mac.cc',
206 'common/sandbox_init_wrapper_win.cc', 206 'common/sandbox_init_wrapper_win.cc',
207 'common/sandbox_mac.h', 207 'common/sandbox_mac.h',
208 'common/sandbox_mac.mm', 208 'common/sandbox_mac.mm',
209 'common/sandbox_methods_linux.h', 209 'common/sandbox_methods_linux.h',
210 'common/sandbox_policy.cc', 210 'common/sandbox_policy.cc',
211 'common/sandbox_policy.h', 211 'common/sandbox_policy.h',
212 'common/section_util_win.cc', 212 'common/section_util_win.cc',
213 'common/section_util_win.h', 213 'common/section_util_win.h',
214 'common/security_style.h', 214 'common/security_style.h',
215 'common/sensors.h',
216 'common/sensors_listener.h',
215 'common/serialized_script_value.cc', 217 'common/serialized_script_value.cc',
216 'common/serialized_script_value.h', 218 'common/serialized_script_value.h',
217 'common/set_process_title.cc', 219 'common/set_process_title.cc',
218 'common/set_process_title.h', 220 'common/set_process_title.h',
219 'common/set_process_title_linux.cc', 221 'common/set_process_title_linux.cc',
220 'common/set_process_title_linux.h', 222 'common/set_process_title_linux.h',
221 'common/socket_stream.h', 223 'common/socket_stream.h',
222 'common/socket_stream_dispatcher.cc', 224 'common/socket_stream_dispatcher.cc',
223 'common/socket_stream_dispatcher.h', 225 'common/socket_stream_dispatcher.h',
224 'common/socket_stream_messages.h', 226 'common/socket_stream_messages.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 'sources': [ 332 'sources': [
331 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 333 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
332 ], 334 ],
333 } 335 }
334 ], 336 ],
335 }, 337 },
336 ], 338 ],
337 ], 339 ],
338 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698