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