OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'common/service_process_util.h', | 260 'common/service_process_util.h', |
261 'common/service_process_util_linux.cc', | 261 'common/service_process_util_linux.cc', |
262 'common/service_process_util_mac.mm', | 262 'common/service_process_util_mac.mm', |
263 'common/service_process_util_posix.cc', | 263 'common/service_process_util_posix.cc', |
264 'common/service_process_util_posix.h', | 264 'common/service_process_util_posix.h', |
265 'common/service_process_util_win.cc', | 265 'common/service_process_util_win.cc', |
266 'common/spellcheck_common.cc', | 266 'common/spellcheck_common.cc', |
267 'common/spellcheck_common.h', | 267 'common/spellcheck_common.h', |
268 'common/spellcheck_messages.h', | 268 'common/spellcheck_messages.h', |
269 'common/spellcheck_result.h', | 269 'common/spellcheck_result.h', |
| 270 'common/startup_metric_utils.cc', |
| 271 'common/startup_metric_utils.h', |
270 'common/string_ordinal.cc', | 272 'common/string_ordinal.cc', |
271 'common/string_ordinal.h', | 273 'common/string_ordinal.h', |
272 'common/switch_utils.cc', | 274 'common/switch_utils.cc', |
273 'common/switch_utils.h', | 275 'common/switch_utils.h', |
274 'common/thumbnail_score.cc', | 276 'common/thumbnail_score.cc', |
275 'common/thumbnail_score.h', | 277 'common/thumbnail_score.h', |
276 'common/thumbnail_support.cc', | 278 'common/thumbnail_support.cc', |
277 'common/thumbnail_support.h', | 279 'common/thumbnail_support.h', |
278 'common/time_format.cc', | 280 'common/time_format.cc', |
279 'common/time_format.h', | 281 'common/time_format.h', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'common/metrics/proto/user_action_event.proto', | 539 'common/metrics/proto/user_action_event.proto', |
538 ], | 540 ], |
539 'variables': { | 541 'variables': { |
540 'proto_in_dir': 'common/metrics/proto', | 542 'proto_in_dir': 'common/metrics/proto', |
541 'proto_out_dir': 'chrome/common/metrics/proto', | 543 'proto_out_dir': 'chrome/common/metrics/proto', |
542 }, | 544 }, |
543 'includes': [ '../build/protoc.gypi' ], | 545 'includes': [ '../build/protoc.gypi' ], |
544 }, | 546 }, |
545 ], | 547 ], |
546 } | 548 } |
OLD | NEW |