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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 'common/service_process_util_mac.mm', | 277 'common/service_process_util_mac.mm', |
278 'common/service_process_util_posix.cc', | 278 'common/service_process_util_posix.cc', |
279 'common/service_process_util_posix.h', | 279 'common/service_process_util_posix.h', |
280 'common/service_process_util_win.cc', | 280 'common/service_process_util_win.cc', |
281 'common/spellcheck_common.cc', | 281 'common/spellcheck_common.cc', |
282 'common/spellcheck_common.h', | 282 'common/spellcheck_common.h', |
283 'common/spellcheck_messages.h', | 283 'common/spellcheck_messages.h', |
284 'common/spellcheck_result.h', | 284 'common/spellcheck_result.h', |
285 'common/startup_metric_utils.cc', | 285 'common/startup_metric_utils.cc', |
286 'common/startup_metric_utils.h', | 286 'common/startup_metric_utils.h', |
287 'common/string_ordinal.cc', | |
288 'common/string_ordinal.h', | |
289 'common/switch_utils.cc', | 287 'common/switch_utils.cc', |
290 'common/switch_utils.h', | 288 'common/switch_utils.h', |
291 'common/thumbnail_score.cc', | 289 'common/thumbnail_score.cc', |
292 'common/thumbnail_score.h', | 290 'common/thumbnail_score.h', |
293 'common/thumbnail_support.cc', | 291 'common/thumbnail_support.cc', |
294 'common/thumbnail_support.h', | 292 'common/thumbnail_support.h', |
295 'common/time_format.cc', | 293 'common/time_format.cc', |
296 'common/time_format.h', | 294 'common/time_format.h', |
297 'common/url_constants.cc', | 295 'common/url_constants.cc', |
298 'common/url_constants.h', | 296 'common/url_constants.h', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 'common/metrics/proto/user_action_event.proto', | 556 'common/metrics/proto/user_action_event.proto', |
559 ], | 557 ], |
560 'variables': { | 558 'variables': { |
561 'proto_in_dir': 'common/metrics/proto', | 559 'proto_in_dir': 'common/metrics/proto', |
562 'proto_out_dir': 'chrome/common/metrics/proto', | 560 'proto_out_dir': 'chrome/common/metrics/proto', |
563 }, | 561 }, |
564 'includes': [ '../build/protoc.gypi' ], | 562 'includes': [ '../build/protoc.gypi' ], |
565 }, | 563 }, |
566 ], | 564 ], |
567 } | 565 } |
OLD | NEW |