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

Side by Side Diff: net/net.gyp

Issue 17447011: Shuffle media-related WebMimeRegistry code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot some diffs Created 7 years, 6 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
« no previous file with comments | « net/base/mime_util.cc ('k') | webkit/glue/DEPS » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 'base/openssl_private_key_store_memory.cc', 1407 'base/openssl_private_key_store_memory.cc',
1408 'cert/cert_database_openssl.cc', 1408 'cert/cert_database_openssl.cc',
1409 'cert/cert_verify_proc_openssl.cc', 1409 'cert/cert_verify_proc_openssl.cc',
1410 'cert/test_root_certs_openssl.cc', 1410 'cert/test_root_certs_openssl.cc',
1411 ], 1411 ],
1412 # The net/android/keystore_openssl.cc source file needs to 1412 # The net/android/keystore_openssl.cc source file needs to
1413 # access an OpenSSL-internal header. 1413 # access an OpenSSL-internal header.
1414 'include_dirs': [ 1414 'include_dirs': [
1415 '../third_party/openssl', 1415 '../third_party/openssl',
1416 ], 1416 ],
1417 }, { # else OS != "android"
1418 'defines': [
1419 # These are the features Android doesn't support.
1420 'ENABLE_MEDIA_CODEC_THEORA',
1421 ],
1422 }, 1417 },
1423 ], 1418 ],
1424 ], 1419 ],
1425 'target_conditions': [ 1420 'target_conditions': [
1426 # These source files are excluded by default platform rules, but they 1421 # These source files are excluded by default platform rules, but they
1427 # are needed in specific cases on other platforms. Re-including them can 1422 # are needed in specific cases on other platforms. Re-including them can
1428 # only be done in target_conditions as it is evaluated after the 1423 # only be done in target_conditions as it is evaluated after the
1429 # platform rules. 1424 # platform rules.
1430 ['OS == "android"', { 1425 ['OS == "android"', {
1431 'sources/': [ 1426 'sources/': [
(...skipping 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after
2942 '--result', '<@(_outputs)', 2937 '--result', '<@(_outputs)',
2943 '--isolate', 'net_unittests.isolate', 2938 '--isolate', 'net_unittests.isolate',
2944 ], 2939 ],
2945 }, 2940 },
2946 ], 2941 ],
2947 }, 2942 },
2948 ], 2943 ],
2949 }], 2944 }],
2950 ], 2945 ],
2951 } 2946 }
OLDNEW
« no previous file with comments | « net/base/mime_util.cc ('k') | webkit/glue/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698