| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'common/auto_start_linux.cc', | 60 'common/auto_start_linux.cc', |
| 61 'common/auto_start_linux.h', | 61 'common/auto_start_linux.h', |
| 62 'common/autocomplete_match_type.cc', | 62 'common/autocomplete_match_type.cc', |
| 63 'common/autocomplete_match_type.h', | 63 'common/autocomplete_match_type.h', |
| 64 'common/automation_constants.cc', | 64 'common/automation_constants.cc', |
| 65 'common/automation_constants.h', | 65 'common/automation_constants.h', |
| 66 'common/automation_messages.h', | 66 'common/automation_messages.h', |
| 67 'common/automation_messages_internal.h', | 67 'common/automation_messages_internal.h', |
| 68 'common/badge_util.cc', | 68 'common/badge_util.cc', |
| 69 'common/badge_util.h', | 69 'common/badge_util.h', |
| 70 'common/cancelable_task_tracker.cc', | |
| 71 'common/cancelable_task_tracker.h', | |
| 72 'common/child_process_logging.h', | 70 'common/child_process_logging.h', |
| 73 'common/child_process_logging_win.cc', | 71 'common/child_process_logging_win.cc', |
| 74 'common/chrome_content_client.cc', | 72 'common/chrome_content_client.cc', |
| 75 'common/chrome_content_client.h', | 73 'common/chrome_content_client.h', |
| 76 'common/chrome_content_client_constants.cc', | 74 'common/chrome_content_client_constants.cc', |
| 77 'common/chrome_content_client_ios.mm', | 75 'common/chrome_content_client_ios.mm', |
| 78 'common/chrome_result_codes.h', | 76 'common/chrome_result_codes.h', |
| 79 'common/chrome_utility_messages.h', | 77 'common/chrome_utility_messages.h', |
| 80 'common/chrome_version_info.cc', | 78 'common/chrome_version_info.cc', |
| 81 'common/chrome_version_info_android.cc', | 79 'common/chrome_version_info_android.cc', |
| (...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'common/metrics/proto/user_action_event.proto', | 745 'common/metrics/proto/user_action_event.proto', |
| 748 ], | 746 ], |
| 749 'variables': { | 747 'variables': { |
| 750 'proto_in_dir': 'common/metrics/proto', | 748 'proto_in_dir': 'common/metrics/proto', |
| 751 'proto_out_dir': 'chrome/common/metrics/proto', | 749 'proto_out_dir': 'chrome/common/metrics/proto', |
| 752 }, | 750 }, |
| 753 'includes': [ '../build/protoc.gypi' ], | 751 'includes': [ '../build/protoc.gypi' ], |
| 754 }, | 752 }, |
| 755 ], | 753 ], |
| 756 } | 754 } |
| OLD | NEW |