| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'common/content_settings_pattern.cc', | 122 'common/content_settings_pattern.cc', |
| 123 'common/content_settings_pattern.h', | 123 'common/content_settings_pattern.h', |
| 124 'common/content_settings_pattern_parser.cc', | 124 'common/content_settings_pattern_parser.cc', |
| 125 'common/content_settings_pattern_parser.h', | 125 'common/content_settings_pattern_parser.h', |
| 126 'common/content_settings_types.h', | 126 'common/content_settings_types.h', |
| 127 'common/crash_keys.cc', | 127 'common/crash_keys.cc', |
| 128 'common/crash_keys.h', | 128 'common/crash_keys.h', |
| 129 'common/custom_handlers/protocol_handler.cc', | 129 'common/custom_handlers/protocol_handler.cc', |
| 130 'common/custom_handlers/protocol_handler.h', | 130 'common/custom_handlers/protocol_handler.h', |
| 131 'common/descriptors_android.h', | 131 'common/descriptors_android.h', |
| 132 'common/dump_without_crashing.cc', |
| 133 'common/dump_without_crashing.h', |
| 132 'common/extensions/api/commands/commands_handler.cc', | 134 'common/extensions/api/commands/commands_handler.cc', |
| 133 'common/extensions/api/commands/commands_handler.h', | 135 'common/extensions/api/commands/commands_handler.h', |
| 134 'common/extensions/api/extension_action/browser_action_handler.cc', | 136 'common/extensions/api/extension_action/browser_action_handler.cc', |
| 135 'common/extensions/api/extension_action/browser_action_handler.h', | 137 'common/extensions/api/extension_action/browser_action_handler.h', |
| 136 'common/extensions/api/extension_action/script_badge_handler.cc', | 138 'common/extensions/api/extension_action/script_badge_handler.cc', |
| 137 'common/extensions/api/extension_action/script_badge_handler.h', | 139 'common/extensions/api/extension_action/script_badge_handler.h', |
| 138 'common/extensions/api/extension_action/action_info.cc', | 140 'common/extensions/api/extension_action/action_info.cc', |
| 139 'common/extensions/api/extension_action/action_info.h', | 141 'common/extensions/api/extension_action/action_info.h', |
| 140 'common/extensions/api/extension_api.cc', | 142 'common/extensions/api/extension_api.cc', |
| 141 'common/extensions/api/extension_api.h', | 143 'common/extensions/api/extension_api.h', |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'common/metrics/proto/user_action_event.proto', | 681 'common/metrics/proto/user_action_event.proto', |
| 680 ], | 682 ], |
| 681 'variables': { | 683 'variables': { |
| 682 'proto_in_dir': 'common/metrics/proto', | 684 'proto_in_dir': 'common/metrics/proto', |
| 683 'proto_out_dir': 'chrome/common/metrics/proto', | 685 'proto_out_dir': 'chrome/common/metrics/proto', |
| 684 }, | 686 }, |
| 685 'includes': [ '../build/protoc.gypi' ], | 687 'includes': [ '../build/protoc.gypi' ], |
| 686 }, | 688 }, |
| 687 ], | 689 ], |
| 688 } | 690 } |
| OLD | NEW |