Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Side by Side Diff: chrome/chrome_common.gypi

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the empty library problem in macos build. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/api/bluetooth/bluetooth_manifest_data.cc', 114 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc',
116 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', 115 'common/extensions/api/bluetooth/bluetooth_manifest_data.h',
117 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', 116 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc',
118 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', 117 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h',
119 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', 118 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc',
120 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', 119 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h',
121 'common/extensions/api/commands/commands_handler.cc', 120 'common/extensions/api/commands/commands_handler.cc',
122 'common/extensions/api/commands/commands_handler.h', 121 'common/extensions/api/commands/commands_handler.h',
123 'common/extensions/api/extension_action/action_info.cc', 122 'common/extensions/api/extension_action/action_info.cc',
124 'common/extensions/api/extension_action/action_info.h', 123 'common/extensions/api/extension_action/action_info.h',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'common/metrics/proto/permuted_entropy_cache.proto', 684 'common/metrics/proto/permuted_entropy_cache.proto',
686 ], 685 ],
687 'variables': { 686 'variables': {
688 'proto_in_dir': 'common/metrics/proto', 687 'proto_in_dir': 'common/metrics/proto',
689 'proto_out_dir': 'chrome/common/metrics/proto', 688 'proto_out_dir': 'chrome/common/metrics/proto',
690 }, 689 },
691 'includes': [ '../build/protoc.gypi' ], 690 'includes': [ '../build/protoc.gypi' ],
692 }, 691 },
693 ], 692 ],
694 } 693 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698