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', |
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 Loading... |
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 } |
OLD | NEW |