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 19 matching lines...) Expand all Loading... |
30 'common/child_process.h', | 30 'common/child_process.h', |
31 'common/child_process_host.cc', | 31 'common/child_process_host.cc', |
32 'common/child_process_host.h', | 32 'common/child_process_host.h', |
33 'common/child_process_info.cc', | 33 'common/child_process_info.cc', |
34 'common/child_process_info.h', | 34 'common/child_process_info.h', |
35 'common/child_process_messages.h', | 35 'common/child_process_messages.h', |
36 'common/child_thread.cc', | 36 'common/child_thread.cc', |
37 'common/child_thread.h', | 37 'common/child_thread.h', |
38 'common/chrome_application_mac.h', | 38 'common/chrome_application_mac.h', |
39 'common/chrome_application_mac.mm', | 39 'common/chrome_application_mac.mm', |
| 40 'common/chrome_descriptors.h', |
40 'common/clipboard_messages.h', | 41 'common/clipboard_messages.h', |
41 'common/common_param_traits.cc', | 42 'common/common_param_traits.cc', |
42 'common/common_param_traits.h', | 43 'common/common_param_traits.h', |
43 'common/content_message_generator.cc', | 44 'common/content_message_generator.cc', |
44 'common/content_message_generator.h', | 45 'common/content_message_generator.h', |
45 'common/content_client.cc', | 46 'common/content_client.cc', |
46 'common/content_client.h', | 47 'common/content_client.h', |
47 'common/content_constants.cc', | 48 'common/content_constants.cc', |
48 'common/content_constants.h', | 49 'common/content_constants.h', |
49 'common/content_paths.cc', | 50 'common/content_paths.cc', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 }], | 186 }], |
186 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 187 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
187 'dependencies': [ | 188 'dependencies': [ |
188 '../build/linux/system.gyp:gtk', | 189 '../build/linux/system.gyp:gtk', |
189 ], | 190 ], |
190 }], | 191 }], |
191 ], | 192 ], |
192 }, | 193 }, |
193 ], | 194 ], |
194 } | 195 } |
OLD | NEW |