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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10828373: [net] Add AsyncDns field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/net/async_dns_field_trial.cc ('k') | chrome/common/chrome_switches.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'browser/metrics/thread_watcher.cc', 1505 'browser/metrics/thread_watcher.cc',
1506 'browser/metrics/thread_watcher.h', 1506 'browser/metrics/thread_watcher.h',
1507 'browser/metrics/tracking_synchronizer.cc', 1507 'browser/metrics/tracking_synchronizer.cc',
1508 'browser/metrics/tracking_synchronizer.h', 1508 'browser/metrics/tracking_synchronizer.h',
1509 'browser/metrics/tracking_synchronizer_observer.h', 1509 'browser/metrics/tracking_synchronizer_observer.h',
1510 'browser/metrics/variations/variations_service.cc', 1510 'browser/metrics/variations/variations_service.cc',
1511 'browser/metrics/variations/variations_service.h', 1511 'browser/metrics/variations/variations_service.h',
1512 'browser/native_window_notification_source.h', 1512 'browser/native_window_notification_source.h',
1513 'browser/net/about_protocol_handler.cc', 1513 'browser/net/about_protocol_handler.cc',
1514 'browser/net/about_protocol_handler.h', 1514 'browser/net/about_protocol_handler.h',
1515 'browser/net/async_dns_field_trial.cc',
1516 'browser/net/async_dns_field_trial.h',
1515 'browser/net/chrome_cookie_notification_details.h', 1517 'browser/net/chrome_cookie_notification_details.h',
1516 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1518 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1517 'browser/net/chrome_fraudulent_certificate_reporter.h', 1519 'browser/net/chrome_fraudulent_certificate_reporter.h',
1518 'browser/net/chrome_net_log.cc', 1520 'browser/net/chrome_net_log.cc',
1519 'browser/net/chrome_net_log.h', 1521 'browser/net/chrome_net_log.h',
1520 'browser/net/chrome_network_delegate.cc', 1522 'browser/net/chrome_network_delegate.cc',
1521 'browser/net/chrome_network_delegate.h', 1523 'browser/net/chrome_network_delegate.h',
1522 'browser/net/chrome_url_request_context.cc', 1524 'browser/net/chrome_url_request_context.cc',
1523 'browser/net/chrome_url_request_context.h', 1525 'browser/net/chrome_url_request_context.h',
1524 'browser/net/clear_on_exit_policy.cc', 1526 'browser/net/clear_on_exit_policy.cc',
(...skipping 4112 matching lines...) Expand 10 before | Expand all | Expand 10 after
5637 'includes': [ '../build/jni_generator.gypi' ], 5639 'includes': [ '../build/jni_generator.gypi' ],
5638 'dependencies': [ 5640 'dependencies': [
5639 'android_jar_jni_headers', 5641 'android_jar_jni_headers',
5640 ], 5642 ],
5641 }, 5643 },
5642 ], 5644 ],
5643 }, 5645 },
5644 ], 5646 ],
5645 ], 5647 ],
5646 } 5648 }
OLDNEW
« no previous file with comments | « chrome/browser/net/async_dns_field_trial.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698