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': '<(library)', | 9 'type': '<(library)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 25 matching lines...) Expand all Loading... |
36 'common/audio_messages.h', | 36 'common/audio_messages.h', |
37 'common/audio_stream_state.h', | 37 'common/audio_stream_state.h', |
38 'common/bindings_policy.h', | 38 'common/bindings_policy.h', |
39 'common/child_process.cc', | 39 'common/child_process.cc', |
40 'common/child_process.h', | 40 'common/child_process.h', |
41 'common/child_process_host.cc', | 41 'common/child_process_host.cc', |
42 'common/child_process_host.h', | 42 'common/child_process_host.h', |
43 'common/child_process_info.cc', | 43 'common/child_process_info.cc', |
44 'common/child_process_info.h', | 44 'common/child_process_info.h', |
45 'common/child_process_messages.h', | 45 'common/child_process_messages.h', |
| 46 'common/child_process_sandbox_support_linux.cc', |
| 47 'common/child_process_sandbox_support_linux.h', |
46 'common/child_thread.cc', | 48 'common/child_thread.cc', |
47 'common/child_thread.h', | 49 'common/child_thread.h', |
48 'common/child_trace_message_filter.cc', | 50 'common/child_trace_message_filter.cc', |
49 'common/child_trace_message_filter.h', | 51 'common/child_trace_message_filter.h', |
50 'common/chrome_application_mac.h', | 52 'common/chrome_application_mac.h', |
51 'common/chrome_application_mac.mm', | 53 'common/chrome_application_mac.mm', |
52 'common/chrome_descriptors.h', | 54 'common/chrome_descriptors.h', |
53 'common/clipboard_messages.h', | 55 'common/clipboard_messages.h', |
54 'common/common_param_traits.cc', | 56 'common/common_param_traits.cc', |
55 'common/common_param_traits.h', | 57 'common/common_param_traits.h', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 }], | 275 }], |
274 ['enable_gpu==1', { | 276 ['enable_gpu==1', { |
275 'dependencies': [ | 277 'dependencies': [ |
276 '../gpu/gpu.gyp:command_buffer_service', | 278 '../gpu/gpu.gyp:command_buffer_service', |
277 ], | 279 ], |
278 }], | 280 }], |
279 ], | 281 ], |
280 }, | 282 }, |
281 ], | 283 ], |
282 } | 284 } |
OLD | NEW |