| OLD | NEW |
| 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 Loading... |
| 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', | |
| 215 'common/serialized_script_value.cc', | 213 'common/serialized_script_value.cc', |
| 216 'common/serialized_script_value.h', | 214 'common/serialized_script_value.h', |
| 217 'common/set_process_title.cc', | 215 'common/set_process_title.cc', |
| 218 'common/set_process_title.h', | 216 'common/set_process_title.h', |
| 219 'common/set_process_title_linux.cc', | 217 'common/set_process_title_linux.cc', |
| 220 'common/set_process_title_linux.h', | 218 'common/set_process_title_linux.h', |
| 221 'common/socket_stream.h', | 219 'common/socket_stream.h', |
| 222 'common/socket_stream_dispatcher.cc', | 220 'common/socket_stream_dispatcher.cc', |
| 223 'common/socket_stream_dispatcher.h', | 221 'common/socket_stream_dispatcher.h', |
| 224 'common/socket_stream_messages.h', | 222 'common/socket_stream_messages.h', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 ], | 326 ], |
| 329 'sources': [ | 327 'sources': [ |
| 330 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 328 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 331 ], | 329 ], |
| 332 } | 330 } |
| 333 ], | 331 ], |
| 334 }, | 332 }, |
| 335 ], | 333 ], |
| 336 ], | 334 ], |
| 337 } | 335 } |
| OLD | NEW |