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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10917120: Activate the VariationsService for ChromeOS and ensure that it does not ping the server until the E… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: asvit nit 2 Created 8 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 (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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'browser/metrics/metrics_log_serializer.h', 974 'browser/metrics/metrics_log_serializer.h',
975 'browser/metrics/metrics_reporting_scheduler.cc', 975 'browser/metrics/metrics_reporting_scheduler.cc',
976 'browser/metrics/metrics_reporting_scheduler.h', 976 'browser/metrics/metrics_reporting_scheduler.h',
977 'browser/metrics/metrics_service.cc', 977 'browser/metrics/metrics_service.cc',
978 'browser/metrics/metrics_service.h', 978 'browser/metrics/metrics_service.h',
979 'browser/metrics/thread_watcher.cc', 979 'browser/metrics/thread_watcher.cc',
980 'browser/metrics/thread_watcher.h', 980 'browser/metrics/thread_watcher.h',
981 'browser/metrics/tracking_synchronizer.cc', 981 'browser/metrics/tracking_synchronizer.cc',
982 'browser/metrics/tracking_synchronizer.h', 982 'browser/metrics/tracking_synchronizer.h',
983 'browser/metrics/tracking_synchronizer_observer.h', 983 'browser/metrics/tracking_synchronizer_observer.h',
984 'browser/metrics/variations/resource_request_allowed_notifier.cc',
985 'browser/metrics/variations/resource_request_allowed_notifier.h',
984 'browser/metrics/variations/variations_service.cc', 986 'browser/metrics/variations/variations_service.cc',
985 'browser/metrics/variations/variations_service.h', 987 'browser/metrics/variations/variations_service.h',
986 'browser/native_window_notification_source.h', 988 'browser/native_window_notification_source.h',
987 'browser/net/about_protocol_handler.cc', 989 'browser/net/about_protocol_handler.cc',
988 'browser/net/about_protocol_handler.h', 990 'browser/net/about_protocol_handler.h',
989 'browser/net/async_dns_field_trial.cc', 991 'browser/net/async_dns_field_trial.cc',
990 'browser/net/async_dns_field_trial.h', 992 'browser/net/async_dns_field_trial.h',
991 'browser/net/chrome_cookie_notification_details.h', 993 'browser/net/chrome_cookie_notification_details.h',
992 'browser/net/chrome_fraudulent_certificate_reporter.cc', 994 'browser/net/chrome_fraudulent_certificate_reporter.cc',
993 'browser/net/chrome_fraudulent_certificate_reporter.h', 995 'browser/net/chrome_fraudulent_certificate_reporter.h',
(...skipping 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 'includes': [ '../build/jni_generator.gypi' ], 2775 'includes': [ '../build/jni_generator.gypi' ],
2774 'dependencies': [ 2776 'dependencies': [
2775 'android_jar_jni_headers', 2777 'android_jar_jni_headers',
2776 ], 2778 ],
2777 }, 2779 },
2778 ], 2780 ],
2779 }, 2781 },
2780 ], 2782 ],
2781 ], 2783 ],
2782 } 2784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698