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

Side by Side Diff: net/net.gyp

Issue 378823002: Move http_server_properties_manager from chrome/browser/net to net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix renames in comments. Created 6 years, 5 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/http/http_server_properties_manager_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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ], 80 ],
81 }, 81 },
82 }, 82 },
83 { 83 {
84 'target_name': 'net', 84 'target_name': 'net',
85 'type': '<(component)', 85 'type': '<(component)',
86 'variables': { 'enable_wexit_time_destructors': 1, }, 86 'variables': { 'enable_wexit_time_destructors': 1, },
87 'dependencies': [ 87 'dependencies': [
88 '../base/base.gyp:base', 88 '../base/base.gyp:base',
89 '../base/base.gyp:base_i18n', 89 '../base/base.gyp:base_i18n',
90 '../base/base.gyp:base_prefs',
90 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 91 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
91 '../crypto/crypto.gyp:crypto', 92 '../crypto/crypto.gyp:crypto',
92 '../sdch/sdch.gyp:sdch', 93 '../sdch/sdch.gyp:sdch',
93 '../third_party/icu/icu.gyp:icui18n', 94 '../third_party/icu/icu.gyp:icui18n',
94 '../third_party/icu/icu.gyp:icuuc', 95 '../third_party/icu/icu.gyp:icuuc',
95 '../third_party/zlib/zlib.gyp:zlib', 96 '../third_party/zlib/zlib.gyp:zlib',
96 '../url/url.gyp:url_lib', 97 '../url/url.gyp:url_lib',
97 'net_derived_sources', 98 'net_derived_sources',
98 'net_resources', 99 'net_resources',
99 ], 100 ],
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 ], 529 ],
529 }], 530 }],
530 ], 531 ],
531 }, 532 },
532 { 533 {
533 'target_name': 'net_unittests', 534 'target_name': 'net_unittests',
534 'type': '<(gtest_target_type)', 535 'type': '<(gtest_target_type)',
535 'dependencies': [ 536 'dependencies': [
536 '../base/base.gyp:base', 537 '../base/base.gyp:base',
537 '../base/base.gyp:base_i18n', 538 '../base/base.gyp:base_i18n',
539 '../base/base.gyp:base_prefs_test_support',
538 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 540 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
539 '../crypto/crypto.gyp:crypto', 541 '../crypto/crypto.gyp:crypto',
540 '../testing/gmock.gyp:gmock', 542 '../testing/gmock.gyp:gmock',
541 '../testing/gtest.gyp:gtest', 543 '../testing/gtest.gyp:gtest',
542 '../third_party/zlib/zlib.gyp:zlib', 544 '../third_party/zlib/zlib.gyp:zlib',
543 '../url/url.gyp:url_lib', 545 '../url/url.gyp:url_lib',
544 'balsa', 546 'balsa',
545 'http_server', 547 'http_server',
546 'net', 548 'net',
547 'net_derived_sources', 549 'net_derived_sources',
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 'net_unittests.isolate', 1701 'net_unittests.isolate',
1700 ], 1702 ],
1701 'sources': [ 1703 'sources': [
1702 'net_unittests.isolate', 1704 'net_unittests.isolate',
1703 ], 1705 ],
1704 }, 1706 },
1705 ], 1707 ],
1706 }], 1708 }],
1707 ], 1709 ],
1708 } 1710 }
OLDNEW
« no previous file with comments | « net/http/http_server_properties_manager_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698