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

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: disable field trial for mobile devices 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
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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'browser/metrics/metrics_service.cc', 1493 'browser/metrics/metrics_service.cc',
1494 'browser/metrics/metrics_service.h', 1494 'browser/metrics/metrics_service.h',
1495 'browser/metrics/thread_watcher.cc', 1495 'browser/metrics/thread_watcher.cc',
1496 'browser/metrics/thread_watcher.h', 1496 'browser/metrics/thread_watcher.h',
1497 'browser/metrics/tracking_synchronizer.cc', 1497 'browser/metrics/tracking_synchronizer.cc',
1498 'browser/metrics/tracking_synchronizer.h', 1498 'browser/metrics/tracking_synchronizer.h',
1499 'browser/metrics/tracking_synchronizer_observer.h', 1499 'browser/metrics/tracking_synchronizer_observer.h',
1500 'browser/metrics/variations/variations_service.cc', 1500 'browser/metrics/variations/variations_service.cc',
1501 'browser/metrics/variations/variations_service.h', 1501 'browser/metrics/variations/variations_service.h',
1502 'browser/native_window_notification_source.h', 1502 'browser/native_window_notification_source.h',
1503 'browser/net/async_dns_field_trial.cc',
1504 'browser/net/async_dns_field_trial.h',
1503 'browser/net/chrome_cookie_notification_details.h', 1505 'browser/net/chrome_cookie_notification_details.h',
1504 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1506 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1505 'browser/net/chrome_fraudulent_certificate_reporter.h', 1507 'browser/net/chrome_fraudulent_certificate_reporter.h',
1506 'browser/net/chrome_net_log.cc', 1508 'browser/net/chrome_net_log.cc',
1507 'browser/net/chrome_net_log.h', 1509 'browser/net/chrome_net_log.h',
1508 'browser/net/chrome_network_delegate.cc', 1510 'browser/net/chrome_network_delegate.cc',
1509 'browser/net/chrome_network_delegate.h', 1511 'browser/net/chrome_network_delegate.h',
1510 'browser/net/chrome_url_request_context.cc', 1512 'browser/net/chrome_url_request_context.cc',
1511 'browser/net/chrome_url_request_context.h', 1513 'browser/net/chrome_url_request_context.h',
1512 'browser/net/clear_on_exit_policy.cc', 1514 'browser/net/clear_on_exit_policy.cc',
(...skipping 4107 matching lines...) Expand 10 before | Expand all | Expand 10 after
5620 'includes': [ '../build/jni_generator.gypi' ], 5622 'includes': [ '../build/jni_generator.gypi' ],
5621 'dependencies': [ 5623 'dependencies': [
5622 'android_jar_jni_headers', 5624 'android_jar_jni_headers',
5623 ], 5625 ],
5624 }, 5626 },
5625 ], 5627 ],
5626 }, 5628 },
5627 ], 5629 ],
5628 ], 5630 ],
5629 } 5631 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698