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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'common/chrome_descriptors.h', | 47 'common/chrome_descriptors.h', |
48 'common/clipboard_messages.h', | 48 'common/clipboard_messages.h', |
49 'common/common_param_traits.cc', | 49 'common/common_param_traits.cc', |
50 'common/common_param_traits.h', | 50 'common/common_param_traits.h', |
51 'common/content_message_generator.cc', | 51 'common/content_message_generator.cc', |
52 'common/content_message_generator.h', | 52 'common/content_message_generator.h', |
53 'common/content_client.cc', | 53 'common/content_client.cc', |
54 'common/content_client.h', | 54 'common/content_client.h', |
55 'common/content_constants.cc', | 55 'common/content_constants.cc', |
56 'common/content_constants.h', | 56 'common/content_constants.h', |
| 57 'common/content_counters.cc', |
| 58 'common/content_counters.h', |
57 'common/content_paths.cc', | 59 'common/content_paths.cc', |
58 'common/content_paths.h', | 60 'common/content_paths.h', |
59 'common/content_switches.cc', | 61 'common/content_switches.cc', |
60 'common/content_switches.h', | 62 'common/content_switches.h', |
61 'common/css_colors.h', | 63 'common/css_colors.h', |
62 'common/database_messages.h', | 64 'common/database_messages.h', |
63 'common/database_util.cc', | 65 'common/database_util.cc', |
64 'common/database_util.h', | 66 'common/database_util.h', |
65 'common/db_message_filter.cc', | 67 'common/db_message_filter.cc', |
66 'common/db_message_filter.h', | 68 'common/db_message_filter.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 }], | 266 }], |
265 ['enable_gpu==1', { | 267 ['enable_gpu==1', { |
266 'dependencies': [ | 268 'dependencies': [ |
267 '../gpu/gpu.gyp:command_buffer_service', | 269 '../gpu/gpu.gyp:command_buffer_service', |
268 ], | 270 ], |
269 }], | 271 }], |
270 ], | 272 ], |
271 }, | 273 }, |
272 ], | 274 ], |
273 } | 275 } |
OLD | NEW |