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

Side by Side Diff: net/net.gyp

Issue 477253002: Revert of Move sqlite_channel_id_store from chrome/browser/net to net/extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « net/extras/sqlite/sqlite_channel_id_store_unittest.cc ('k') | net/net.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 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 '../crypto/crypto.gyp:crypto', 542 '../crypto/crypto.gyp:crypto',
543 '../crypto/crypto.gyp:crypto_test_support', 543 '../crypto/crypto.gyp:crypto_test_support',
544 '../testing/gmock.gyp:gmock', 544 '../testing/gmock.gyp:gmock',
545 '../testing/gtest.gyp:gtest', 545 '../testing/gtest.gyp:gtest',
546 '../third_party/zlib/zlib.gyp:zlib', 546 '../third_party/zlib/zlib.gyp:zlib',
547 '../url/url.gyp:url_lib', 547 '../url/url.gyp:url_lib',
548 'balsa', 548 'balsa',
549 'http_server', 549 'http_server',
550 'net', 550 'net',
551 'net_derived_sources', 551 'net_derived_sources',
552 'net_extras',
553 'net_test_support', 552 'net_test_support',
554 'quic_tools', 553 'quic_tools',
555 ], 554 ],
556 'sources': [ 555 'sources': [
557 '<@(net_test_sources)', 556 '<@(net_test_sources)',
558 ], 557 ],
559 'conditions': [ 558 'conditions': [
560 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 559 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
561 'dependencies': [ 560 'dependencies': [
562 'epoll_server', 561 'epoll_server',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'action_name': 'net_resources', 1043 'action_name': 'net_resources',
1045 'variables': { 1044 'variables': {
1046 'grit_grd_file': 'base/net_resources.grd', 1045 'grit_grd_file': 'base/net_resources.grd',
1047 }, 1046 },
1048 'includes': [ '../build/grit_action.gypi' ], 1047 'includes': [ '../build/grit_action.gypi' ],
1049 }, 1048 },
1050 ], 1049 ],
1051 'includes': [ '../build/grit_target.gypi' ], 1050 'includes': [ '../build/grit_target.gypi' ],
1052 }, 1051 },
1053 { 1052 {
1054 'target_name': 'net_extras',
1055 'type': 'static_library',
1056 'variables': { 'enable_wexit_time_destructors': 1, },
1057 'dependencies': [
1058 '../base/base.gyp:base',
1059 '../sql/sql.gyp:sql',
1060 'net',
1061 ],
1062 'sources': [
1063 '<@(net_extras_sources)',
1064 ],
1065 },
1066 {
1067 'target_name': 'http_server', 1053 'target_name': 'http_server',
1068 'type': 'static_library', 1054 'type': 'static_library',
1069 'variables': { 'enable_wexit_time_destructors': 1, }, 1055 'variables': { 'enable_wexit_time_destructors': 1, },
1070 'dependencies': [ 1056 'dependencies': [
1071 '../base/base.gyp:base', 1057 '../base/base.gyp:base',
1072 'net', 1058 'net',
1073 ], 1059 ],
1074 'sources': [ 1060 'sources': [
1075 'server/http_connection.cc', 1061 'server/http_connection.cc',
1076 'server/http_connection.h', 1062 'server/http_connection.h',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'net_unittests.isolate', 1710 'net_unittests.isolate',
1725 ], 1711 ],
1726 'sources': [ 1712 'sources': [
1727 'net_unittests.isolate', 1713 'net_unittests.isolate',
1728 ], 1714 ],
1729 }, 1715 },
1730 ], 1716 ],
1731 }], 1717 }],
1732 ], 1718 ],
1733 } 1719 }
OLDNEW
« no previous file with comments | « net/extras/sqlite/sqlite_channel_id_store_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698