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': 'common', | 8 'target_name': 'common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { | 10 'variables': { |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'common/service_process_util.cc', | 203 'common/service_process_util.cc', |
204 'common/service_process_util.h', | 204 'common/service_process_util.h', |
205 'common/service_process_util_linux.cc', | 205 'common/service_process_util_linux.cc', |
206 'common/service_process_util_mac.mm', | 206 'common/service_process_util_mac.mm', |
207 'common/service_process_util_posix.cc', | 207 'common/service_process_util_posix.cc', |
208 'common/service_process_util_posix.h', | 208 'common/service_process_util_posix.h', |
209 'common/service_process_util_win.cc', | 209 'common/service_process_util_win.cc', |
210 'common/spellcheck_common.cc', | 210 'common/spellcheck_common.cc', |
211 'common/spellcheck_common.h', | 211 'common/spellcheck_common.h', |
212 'common/spellcheck_messages.h', | 212 'common/spellcheck_messages.h', |
| 213 'common/string_index.cc', |
| 214 'common/string_index.h', |
213 'common/switch_utils.cc', | 215 'common/switch_utils.cc', |
214 'common/switch_utils.h', | 216 'common/switch_utils.h', |
215 'common/thumbnail_score.cc', | 217 'common/thumbnail_score.cc', |
216 'common/thumbnail_score.h', | 218 'common/thumbnail_score.h', |
217 'common/time_format.cc', | 219 'common/time_format.cc', |
218 'common/time_format.h', | 220 'common/time_format.h', |
219 'common/url_constants.cc', | 221 'common/url_constants.cc', |
220 'common/url_constants.h', | 222 'common/url_constants.h', |
221 'common/chrome_view_types.cc', | 223 'common/chrome_view_types.cc', |
222 'common/chrome_view_types.h', | 224 'common/chrome_view_types.h', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 'common/safe_browsing/csd.proto' | 419 'common/safe_browsing/csd.proto' |
418 ], | 420 ], |
419 'variables': { | 421 'variables': { |
420 'proto_in_dir': 'common/safe_browsing', | 422 'proto_in_dir': 'common/safe_browsing', |
421 'proto_out_dir': 'chrome/common/safe_browsing', | 423 'proto_out_dir': 'chrome/common/safe_browsing', |
422 }, | 424 }, |
423 'includes': [ '../build/protoc.gypi' ], | 425 'includes': [ '../build/protoc.gypi' ], |
424 }, | 426 }, |
425 ], | 427 ], |
426 } | 428 } |
OLD | NEW |