| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'common/spellcheck_messages.h', | 400 'common/spellcheck_messages.h', |
| 401 'common/spellcheck_result.h', | 401 'common/spellcheck_result.h', |
| 402 'common/startup_metric_utils.cc', | 402 'common/startup_metric_utils.cc', |
| 403 'common/startup_metric_utils.h', | 403 'common/startup_metric_utils.h', |
| 404 'common/switch_utils.cc', | 404 'common/switch_utils.cc', |
| 405 'common/switch_utils.h', | 405 'common/switch_utils.h', |
| 406 'common/thumbnail_score.cc', | 406 'common/thumbnail_score.cc', |
| 407 'common/thumbnail_score.h', | 407 'common/thumbnail_score.h', |
| 408 'common/time_format.cc', | 408 'common/time_format.cc', |
| 409 'common/time_format.h', | 409 'common/time_format.h', |
| 410 'common/tts_messages.h', |
| 411 'common/tts_utterance_request.cc', |
| 412 'common/tts_utterance_request.h', |
| 410 'common/url_constants.cc', | 413 'common/url_constants.cc', |
| 411 'common/url_constants.h', | 414 'common/url_constants.h', |
| 412 'common/validation_message_messages.h', | 415 'common/validation_message_messages.h', |
| 413 'common/web_apps.cc', | 416 'common/web_apps.cc', |
| 414 'common/web_apps.h', | 417 'common/web_apps.h', |
| 415 'common/web_resource/web_resource_unpacker.cc', | 418 'common/web_resource/web_resource_unpacker.cc', |
| 416 'common/web_resource/web_resource_unpacker.h', | 419 'common/web_resource/web_resource_unpacker.h', |
| 417 'common/worker_thread_ticker.cc', | 420 'common/worker_thread_ticker.cc', |
| 418 'common/worker_thread_ticker.h', | 421 'common/worker_thread_ticker.h', |
| 419 ], | 422 ], |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 'common/metrics/proto/user_action_event.proto', | 743 'common/metrics/proto/user_action_event.proto', |
| 741 ], | 744 ], |
| 742 'variables': { | 745 'variables': { |
| 743 'proto_in_dir': 'common/metrics/proto', | 746 'proto_in_dir': 'common/metrics/proto', |
| 744 'proto_out_dir': 'chrome/common/metrics/proto', | 747 'proto_out_dir': 'chrome/common/metrics/proto', |
| 745 }, | 748 }, |
| 746 'includes': [ '../build/protoc.gypi' ], | 749 'includes': [ '../build/protoc.gypi' ], |
| 747 }, | 750 }, |
| 748 ], | 751 ], |
| 749 } | 752 } |
| OLD | NEW |