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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'common/content_settings_pattern.cc', | 103 'common/content_settings_pattern.cc', |
104 'common/content_settings_pattern.h', | 104 'common/content_settings_pattern.h', |
105 'common/content_settings_pattern_parser.cc', | 105 'common/content_settings_pattern_parser.cc', |
106 'common/content_settings_pattern_parser.h', | 106 'common/content_settings_pattern_parser.h', |
107 'common/content_settings_types.h', | 107 'common/content_settings_types.h', |
108 'common/crash_keys.cc', | 108 'common/crash_keys.cc', |
109 'common/crash_keys.h', | 109 'common/crash_keys.h', |
110 'common/custom_handlers/protocol_handler.cc', | 110 'common/custom_handlers/protocol_handler.cc', |
111 'common/custom_handlers/protocol_handler.h', | 111 'common/custom_handlers/protocol_handler.h', |
112 'common/descriptors_android.h', | 112 'common/descriptors_android.h', |
113 'common/encrypted_media_messages_android.h', | |
114 'common/extensions/ad_injection_constants.cc', | 113 'common/extensions/ad_injection_constants.cc', |
115 'common/extensions/ad_injection_constants.h', | 114 'common/extensions/ad_injection_constants.h', |
116 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', | 115 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', |
117 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', | 116 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', |
118 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', | 117 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', |
119 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', | 118 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', |
120 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', | 119 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', |
121 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', | 120 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', |
122 'common/extensions/api/commands/commands_handler.cc', | 121 'common/extensions/api/commands/commands_handler.cc', |
123 'common/extensions/api/commands/commands_handler.h', | 122 'common/extensions/api/commands/commands_handler.h', |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 'common/metrics/proto/user_action_event.proto', | 687 'common/metrics/proto/user_action_event.proto', |
689 ], | 688 ], |
690 'variables': { | 689 'variables': { |
691 'proto_in_dir': 'common/metrics/proto', | 690 'proto_in_dir': 'common/metrics/proto', |
692 'proto_out_dir': 'chrome/common/metrics/proto', | 691 'proto_out_dir': 'chrome/common/metrics/proto', |
693 }, | 692 }, |
694 'includes': [ '../build/protoc.gypi' ], | 693 'includes': [ '../build/protoc.gypi' ], |
695 }, | 694 }, |
696 ], | 695 ], |
697 } | 696 } |
OLD | NEW |