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

Side by Side Diff: chrome/chrome_common.gypi

Issue 4216001: Initial support for built-in DNS resolver/cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing files Created 10 years, 1 month 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ], 432 ],
433 }, 433 },
434 { 434 {
435 'target_name': 'common_net', 435 'target_name': 'common_net',
436 'type': '<(library)', 436 'type': '<(library)',
437 'sources': [ 437 'sources': [
438 'common/net/http_return.h', 438 'common/net/http_return.h',
439 'common/net/net_resource_provider.cc', 439 'common/net/net_resource_provider.cc',
440 'common/net/net_resource_provider.h', 440 'common/net/net_resource_provider.h',
441 'common/net/predictor_common.h', 441 'common/net/predictor_common.h',
442 'common/net/raw_host_resolver_proc.cc',
443 'common/net/raw_host_resolver_proc.h',
442 'common/net/socket_stream.h', 444 'common/net/socket_stream.h',
443 'common/net/url_fetcher.cc', 445 'common/net/url_fetcher.cc',
444 'common/net/url_fetcher.h', 446 'common/net/url_fetcher.h',
445 'common/net/url_fetcher_protect.cc', 447 'common/net/url_fetcher_protect.cc',
446 'common/net/url_fetcher_protect.h', 448 'common/net/url_fetcher_protect.h',
447 'common/net/url_request_context_getter.cc', 449 'common/net/url_request_context_getter.cc',
448 'common/net/url_request_context_getter.h', 450 'common/net/url_request_context_getter.h',
449 'common/net/url_request_intercept_job.cc', 451 'common/net/url_request_intercept_job.cc',
450 'common/net/url_request_intercept_job.h', 452 'common/net/url_request_intercept_job.h',
451 'common/net/gaia/gaia_auth_consumer.h', 453 'common/net/gaia/gaia_auth_consumer.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'configurations': { 555 'configurations': {
554 'Common_Base': { 556 'Common_Base': {
555 'msvs_target_platform': 'x64', 557 'msvs_target_platform': 'x64',
556 }, 558 },
557 }, 559 },
558 }, 560 },
559 ], 561 ],
560 }], 562 }],
561 ], 563 ],
562 } 564 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698