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

Side by Side Diff: chrome/chrome_common.gypi

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybot fixes: 1) hide gyp target from ios 2) UintToString --> SizeTToString Created 6 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 }, 580 },
581 ], 581 ],
582 }, 582 },
583 { 583 {
584 # GN version: //chrome/common/net 584 # GN version: //chrome/common/net
585 'target_name': 'common_net', 585 'target_name': 'common_net',
586 'type': 'static_library', 586 'type': 'static_library',
587 'sources': [ 587 'sources': [
588 'common/net/net_resource_provider.cc', 588 'common/net/net_resource_provider.cc',
589 'common/net/net_resource_provider.h', 589 'common/net/net_resource_provider.h',
590 'common/net/predictor_common.h',
591 'common/net/url_util.cc', 590 'common/net/url_util.cc',
592 'common/net/url_util.h', 591 'common/net/url_util.h',
593 'common/net/x509_certificate_model.cc', 592 'common/net/x509_certificate_model.cc',
594 'common/net/x509_certificate_model_nss.cc', 593 'common/net/x509_certificate_model_nss.cc',
595 'common/net/x509_certificate_model_openssl.cc', 594 'common/net/x509_certificate_model_openssl.cc',
596 'common/net/x509_certificate_model.h', 595 'common/net/x509_certificate_model.h',
597 ], 596 ],
598 'dependencies': [ 597 'dependencies': [
599 '<(DEPTH)/base/base.gyp:base', 598 '<(DEPTH)/base/base.gyp:base',
600 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 599 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
601 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 600 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
601 '<(DEPTH)/components/components.gyp:dns_prefetch_common',
602 '<(DEPTH)/components/components.gyp:error_page_common', 602 '<(DEPTH)/components/components.gyp:error_page_common',
603 '<(DEPTH)/crypto/crypto.gyp:crypto', 603 '<(DEPTH)/crypto/crypto.gyp:crypto',
604 '<(DEPTH)/net/net.gyp:net_resources', 604 '<(DEPTH)/net/net.gyp:net_resources',
605 '<(DEPTH)/net/net.gyp:net', 605 '<(DEPTH)/net/net.gyp:net',
606 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 606 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
607 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 607 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
608 ], 608 ],
609 'conditions': [ 609 'conditions': [
610 ['OS != "ios"', { 610 ['OS != "ios"', {
611 'dependencies': [ 611 'dependencies': [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'common/safe_browsing/csd.proto' 674 'common/safe_browsing/csd.proto'
675 ], 675 ],
676 'variables': { 676 'variables': {
677 'proto_in_dir': 'common/safe_browsing', 677 'proto_in_dir': 'common/safe_browsing',
678 'proto_out_dir': 'chrome/common/safe_browsing', 678 'proto_out_dir': 'chrome/common/safe_browsing',
679 }, 679 },
680 'includes': [ '../build/protoc.gypi' ], 680 'includes': [ '../build/protoc.gypi' ],
681 }, 681 },
682 ], 682 ],
683 } 683 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698