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

Side by Side Diff: net/net.gyp

Issue 508473002: Componentize component_updater: Move URLRequestPrepackagedInterceptor from content/ to net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 6 years, 3 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
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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'test/spawned_test_server/local_test_server_win.cc', 960 'test/spawned_test_server/local_test_server_win.cc',
961 'test/spawned_test_server/local_test_server.cc', 961 'test/spawned_test_server/local_test_server.cc',
962 'test/spawned_test_server/local_test_server.h', 962 'test/spawned_test_server/local_test_server.h',
963 'test/spawned_test_server/remote_test_server.cc', 963 'test/spawned_test_server/remote_test_server.cc',
964 'test/spawned_test_server/remote_test_server.h', 964 'test/spawned_test_server/remote_test_server.h',
965 'test/spawned_test_server/spawned_test_server.h', 965 'test/spawned_test_server/spawned_test_server.h',
966 'test/spawned_test_server/spawner_communicator.cc', 966 'test/spawned_test_server/spawner_communicator.cc',
967 'test/spawned_test_server/spawner_communicator.h', 967 'test/spawned_test_server/spawner_communicator.h',
968 'url_request/test_url_fetcher_factory.cc', 968 'url_request/test_url_fetcher_factory.cc',
969 'url_request/test_url_fetcher_factory.h', 969 'url_request/test_url_fetcher_factory.h',
970 'url_request/url_request_prepackaged_interceptor.cc',
971 'url_request/url_request_prepackaged_interceptor.h',
970 'url_request/url_request_test_util.cc', 972 'url_request/url_request_test_util.cc',
971 'url_request/url_request_test_util.h', 973 'url_request/url_request_test_util.h',
972 ], 974 ],
973 'conditions': [ 975 'conditions': [
974 ['OS != "ios"', { 976 ['OS != "ios"', {
975 'dependencies': [ 977 'dependencies': [
976 '../third_party/protobuf/protobuf.gyp:py_proto', 978 '../third_party/protobuf/protobuf.gyp:py_proto',
977 ], 979 ],
978 }], 980 }],
979 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 981 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 'net_unittests.isolate', 1713 'net_unittests.isolate',
1712 ], 1714 ],
1713 'sources': [ 1715 'sources': [
1714 'net_unittests.isolate', 1716 'net_unittests.isolate',
1715 ], 1717 ],
1716 }, 1718 },
1717 ], 1719 ],
1718 }], 1720 }],
1719 ], 1721 ],
1720 } 1722 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698