| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'common/content_settings_pattern_parser.cc', | 173 'common/content_settings_pattern_parser.cc', |
| 174 'common/content_settings_pattern_parser.h', | 174 'common/content_settings_pattern_parser.h', |
| 175 'common/content_settings_types.h', | 175 'common/content_settings_types.h', |
| 176 'common/crash_keys.cc', | 176 'common/crash_keys.cc', |
| 177 'common/crash_keys.h', | 177 'common/crash_keys.h', |
| 178 'common/custom_handlers/protocol_handler.cc', | 178 'common/custom_handlers/protocol_handler.cc', |
| 179 'common/custom_handlers/protocol_handler.h', | 179 'common/custom_handlers/protocol_handler.h', |
| 180 'common/descriptors_android.h', | 180 'common/descriptors_android.h', |
| 181 'common/dump_without_crashing.cc', | 181 'common/dump_without_crashing.cc', |
| 182 'common/dump_without_crashing.h', | 182 'common/dump_without_crashing.h', |
| 183 'common/encrypted_media_messages_android.h', |
| 183 'common/extensions/api/commands/commands_handler.cc', | 184 'common/extensions/api/commands/commands_handler.cc', |
| 184 'common/extensions/api/commands/commands_handler.h', | 185 'common/extensions/api/commands/commands_handler.h', |
| 185 'common/extensions/api/extension_action/action_info.cc', | 186 'common/extensions/api/extension_action/action_info.cc', |
| 186 'common/extensions/api/extension_action/action_info.h', | 187 'common/extensions/api/extension_action/action_info.h', |
| 187 'common/extensions/api/extension_action/browser_action_handler.cc', | 188 'common/extensions/api/extension_action/browser_action_handler.cc', |
| 188 'common/extensions/api/extension_action/browser_action_handler.h', | 189 'common/extensions/api/extension_action/browser_action_handler.h', |
| 189 'common/extensions/api/extension_action/page_action_handler.cc', | 190 'common/extensions/api/extension_action/page_action_handler.cc', |
| 190 'common/extensions/api/extension_action/page_action_handler.h', | 191 'common/extensions/api/extension_action/page_action_handler.h', |
| 191 'common/extensions/api/extension_action/script_badge_handler.cc', | 192 'common/extensions/api/extension_action/script_badge_handler.cc', |
| 192 'common/extensions/api/extension_action/script_badge_handler.h', | 193 'common/extensions/api/extension_action/script_badge_handler.h', |
| (...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'common/metrics/proto/user_action_event.proto', | 867 'common/metrics/proto/user_action_event.proto', |
| 867 ], | 868 ], |
| 868 'variables': { | 869 'variables': { |
| 869 'proto_in_dir': 'common/metrics/proto', | 870 'proto_in_dir': 'common/metrics/proto', |
| 870 'proto_out_dir': 'chrome/common/metrics/proto', | 871 'proto_out_dir': 'chrome/common/metrics/proto', |
| 871 }, | 872 }, |
| 872 'includes': [ '../build/protoc.gypi' ], | 873 'includes': [ '../build/protoc.gypi' ], |
| 873 }, | 874 }, |
| 874 ], | 875 ], |
| 875 } | 876 } |
| OLD | NEW |