| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'common/content_settings_pattern.cc', | 105 'common/content_settings_pattern.cc', |
| 106 'common/content_settings_pattern.h', | 106 'common/content_settings_pattern.h', |
| 107 'common/content_settings_pattern_parser.cc', | 107 'common/content_settings_pattern_parser.cc', |
| 108 'common/content_settings_pattern_parser.h', | 108 'common/content_settings_pattern_parser.h', |
| 109 'common/content_settings_types.h', | 109 'common/content_settings_types.h', |
| 110 'common/crash_keys.cc', | 110 'common/crash_keys.cc', |
| 111 'common/crash_keys.h', | 111 'common/crash_keys.h', |
| 112 'common/custom_handlers/protocol_handler.cc', | 112 'common/custom_handlers/protocol_handler.cc', |
| 113 'common/custom_handlers/protocol_handler.h', | 113 'common/custom_handlers/protocol_handler.h', |
| 114 'common/descriptors_android.h', | 114 'common/descriptors_android.h', |
| 115 'common/dump_without_crashing.cc', | |
| 116 'common/dump_without_crashing.h', | |
| 117 'common/encrypted_media_messages_android.h', | 115 'common/encrypted_media_messages_android.h', |
| 118 'common/extensions/api/commands/commands_handler.cc', | 116 'common/extensions/api/commands/commands_handler.cc', |
| 119 'common/extensions/api/commands/commands_handler.h', | 117 'common/extensions/api/commands/commands_handler.h', |
| 120 'common/extensions/api/extension_action/action_info.cc', | 118 'common/extensions/api/extension_action/action_info.cc', |
| 121 'common/extensions/api/extension_action/action_info.h', | 119 'common/extensions/api/extension_action/action_info.h', |
| 122 'common/extensions/api/extension_action/browser_action_handler.cc', | 120 'common/extensions/api/extension_action/browser_action_handler.cc', |
| 123 'common/extensions/api/extension_action/browser_action_handler.h', | 121 'common/extensions/api/extension_action/browser_action_handler.h', |
| 124 'common/extensions/api/extension_action/page_action_handler.cc', | 122 'common/extensions/api/extension_action/page_action_handler.cc', |
| 125 'common/extensions/api/extension_action/page_action_handler.h', | 123 'common/extensions/api/extension_action/page_action_handler.h', |
| 126 'common/extensions/api/extension_action/script_badge_handler.cc', | 124 'common/extensions/api/extension_action/script_badge_handler.cc', |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'common/metrics/proto/user_action_event.proto', | 757 'common/metrics/proto/user_action_event.proto', |
| 760 ], | 758 ], |
| 761 'variables': { | 759 'variables': { |
| 762 'proto_in_dir': 'common/metrics/proto', | 760 'proto_in_dir': 'common/metrics/proto', |
| 763 'proto_out_dir': 'chrome/common/metrics/proto', | 761 'proto_out_dir': 'chrome/common/metrics/proto', |
| 764 }, | 762 }, |
| 765 'includes': [ '../build/protoc.gypi' ], | 763 'includes': [ '../build/protoc.gypi' ], |
| 766 }, | 764 }, |
| 767 ], | 765 ], |
| 768 } | 766 } |
| OLD | NEW |