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

Side by Side Diff: content/content_tests.gypi

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make chromeos crypto dep explicit. Created 7 years, 4 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 | Annotate | Revision Log
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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 ], 972 ],
973 'sources!': [ 973 'sources!': [
974 'browser/plugin_service_impl_browsertest.cc', 974 'browser/plugin_service_impl_browsertest.cc',
975 'browser/plugin_data_remover_impl_browsertest.cc', 975 'browser/plugin_data_remover_impl_browsertest.cc',
976 ], 976 ],
977 }], 977 }],
978 ['enable_pepper_cdms==1', { 978 ['enable_pepper_cdms==1', {
979 'dependencies': [ 979 'dependencies': [
980 # Runtime dependencies. 980 # Runtime dependencies.
981 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 981 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
982 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 982 '../media/media.gyp:clearkeycdmadapter',
983 ], 983 ],
984 }], 984 }],
985 ['input_speech==0', { 985 ['input_speech==0', {
986 'sources/': [ 986 'sources/': [
987 ['exclude', '^browser/speech/'], 987 ['exclude', '^browser/speech/'],
988 ] 988 ]
989 }], 989 }],
990 ], 990 ],
991 }, 991 },
992 { 992 {
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1393 }, 1393 },
1394 ], 1394 ],
1395 }], 1395 }],
1396 ], 1396 ],
1397 }, 1397 },
1398 ], 1398 ],
1399 }], 1399 }],
1400 ], 1400 ],
1401 } 1401 }
OLDNEW
« no previous file with comments | « chromeos/chromeos.gyp ('k') | content/renderer/media/crypto/content_decryption_module_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698