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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'common/file_system/webfilesystem_impl.cc', | 92 'common/file_system/webfilesystem_impl.cc', |
93 'common/file_system/webfilesystem_impl.h', | 93 'common/file_system/webfilesystem_impl.h', |
94 'common/file_system/webfilewriter_impl.cc', | 94 'common/file_system/webfilewriter_impl.cc', |
95 'common/file_system/webfilewriter_impl.h', | 95 'common/file_system/webfilewriter_impl.h', |
96 'common/file_system_messages.h', | 96 'common/file_system_messages.h', |
97 'common/file_utilities_messages.h', | 97 'common/file_utilities_messages.h', |
98 'common/font_config_ipc_linux.cc', | 98 'common/font_config_ipc_linux.cc', |
99 'common/font_config_ipc_linux.h', | 99 'common/font_config_ipc_linux.h', |
100 'common/font_descriptor_mac.h', | 100 'common/font_descriptor_mac.h', |
101 'common/font_descriptor_mac.mm', | 101 'common/font_descriptor_mac.mm', |
| 102 'common/font_list.h', |
| 103 'common/font_list_gtk.cc', |
| 104 'common/font_list_mac.mm', |
| 105 'common/font_list_win.cc', |
102 'common/font_loader_mac.h', | 106 'common/font_loader_mac.h', |
103 'common/font_loader_mac.mm', | 107 'common/font_loader_mac.mm', |
104 'common/geolocation_messages.h', | 108 'common/geolocation_messages.h', |
105 'common/geoposition.cc', | 109 'common/geoposition.cc', |
106 'common/geoposition.h', | 110 'common/geoposition.h', |
107 'common/gpu/gpu_channel.cc', | 111 'common/gpu/gpu_channel.cc', |
108 'common/gpu/gpu_channel.h', | 112 'common/gpu/gpu_channel.h', |
109 'common/gpu/gpu_channel_manager.cc', | 113 'common/gpu/gpu_channel_manager.cc', |
110 'common/gpu/gpu_channel_manager.h', | 114 'common/gpu/gpu_channel_manager.h', |
111 'common/gpu/gpu_command_buffer_stub.cc', | 115 'common/gpu/gpu_command_buffer_stub.cc', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 }], | 284 }], |
281 ['enable_gpu==1', { | 285 ['enable_gpu==1', { |
282 'dependencies': [ | 286 'dependencies': [ |
283 '../gpu/gpu.gyp:command_buffer_service', | 287 '../gpu/gpu.gyp:command_buffer_service', |
284 ], | 288 ], |
285 }], | 289 }], |
286 ], | 290 ], |
287 }, | 291 }, |
288 ], | 292 ], |
289 } | 293 } |
OLD | NEW |