| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'common/content_settings_pattern.cc', | 104 'common/content_settings_pattern.cc', |
| 105 'common/content_settings_pattern.h', | 105 'common/content_settings_pattern.h', |
| 106 'common/content_settings_pattern_parser.cc', | 106 'common/content_settings_pattern_parser.cc', |
| 107 'common/content_settings_pattern_parser.h', | 107 'common/content_settings_pattern_parser.h', |
| 108 'common/content_settings_types.h', | 108 'common/content_settings_types.h', |
| 109 'common/crash_keys.cc', | 109 'common/crash_keys.cc', |
| 110 'common/crash_keys.h', | 110 'common/crash_keys.h', |
| 111 'common/custom_handlers/protocol_handler.cc', | 111 'common/custom_handlers/protocol_handler.cc', |
| 112 'common/custom_handlers/protocol_handler.h', | 112 'common/custom_handlers/protocol_handler.h', |
| 113 'common/descriptors_android.h', | 113 'common/descriptors_android.h', |
| 114 'common/encrypted_media_messages_android.h', | |
| 115 'common/extensions/ad_injection_constants.cc', | 114 'common/extensions/ad_injection_constants.cc', |
| 116 'common/extensions/ad_injection_constants.h', | 115 'common/extensions/ad_injection_constants.h', |
| 117 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', | 116 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', |
| 118 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', | 117 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', |
| 119 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', | 118 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', |
| 120 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', | 119 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', |
| 121 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', | 120 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', |
| 122 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', | 121 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', |
| 123 'common/extensions/api/commands/commands_handler.cc', | 122 'common/extensions/api/commands/commands_handler.cc', |
| 124 'common/extensions/api/commands/commands_handler.h', | 123 'common/extensions/api/commands/commands_handler.h', |
| (...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'common/metrics/proto/user_action_event.proto', | 698 'common/metrics/proto/user_action_event.proto', |
| 700 ], | 699 ], |
| 701 'variables': { | 700 'variables': { |
| 702 'proto_in_dir': 'common/metrics/proto', | 701 'proto_in_dir': 'common/metrics/proto', |
| 703 'proto_out_dir': 'chrome/common/metrics/proto', | 702 'proto_out_dir': 'chrome/common/metrics/proto', |
| 704 }, | 703 }, |
| 705 'includes': [ '../build/protoc.gypi' ], | 704 'includes': [ '../build/protoc.gypi' ], |
| 706 }, | 705 }, |
| 707 ], | 706 ], |
| 708 } | 707 } |
| OLD | NEW |