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

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: one more asvit nit Created 8 years, 2 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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 'browser/metrics/metrics_log_serializer.h', 1021 'browser/metrics/metrics_log_serializer.h',
1022 'browser/metrics/metrics_reporting_scheduler.cc', 1022 'browser/metrics/metrics_reporting_scheduler.cc',
1023 'browser/metrics/metrics_reporting_scheduler.h', 1023 'browser/metrics/metrics_reporting_scheduler.h',
1024 'browser/metrics/metrics_service.cc', 1024 'browser/metrics/metrics_service.cc',
1025 'browser/metrics/metrics_service.h', 1025 'browser/metrics/metrics_service.h',
1026 'browser/metrics/thread_watcher.cc', 1026 'browser/metrics/thread_watcher.cc',
1027 'browser/metrics/thread_watcher.h', 1027 'browser/metrics/thread_watcher.h',
1028 'browser/metrics/tracking_synchronizer.cc', 1028 'browser/metrics/tracking_synchronizer.cc',
1029 'browser/metrics/tracking_synchronizer.h', 1029 'browser/metrics/tracking_synchronizer.h',
1030 'browser/metrics/tracking_synchronizer_observer.h', 1030 'browser/metrics/tracking_synchronizer_observer.h',
1031 'browser/metrics/variations/resource_request_allowed_notifier.cc',
1032 'browser/metrics/variations/resource_request_allowed_notifier.h',
1031 'browser/metrics/variations/variations_service.cc', 1033 'browser/metrics/variations/variations_service.cc',
1032 'browser/metrics/variations/variations_service.h', 1034 'browser/metrics/variations/variations_service.h',
1033 'browser/native_window_notification_source.h', 1035 'browser/native_window_notification_source.h',
1034 'browser/net/about_protocol_handler.cc', 1036 'browser/net/about_protocol_handler.cc',
1035 'browser/net/about_protocol_handler.h', 1037 'browser/net/about_protocol_handler.h',
1036 'browser/net/async_dns_field_trial.cc', 1038 'browser/net/async_dns_field_trial.cc',
1037 'browser/net/async_dns_field_trial.h', 1039 'browser/net/async_dns_field_trial.h',
1038 'browser/net/chrome_cookie_notification_details.h', 1040 'browser/net/chrome_cookie_notification_details.h',
1039 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1041 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1040 'browser/net/chrome_fraudulent_certificate_reporter.h', 1042 'browser/net/chrome_fraudulent_certificate_reporter.h',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
2836 'includes': [ '../build/jni_generator.gypi' ], 2838 'includes': [ '../build/jni_generator.gypi' ],
2837 'dependencies': [ 2839 'dependencies': [
2838 'android_jar_jni_headers', 2840 'android_jar_jni_headers',
2839 ], 2841 ],
2840 }, 2842 },
2841 ], 2843 ],
2842 }, 2844 },
2843 ], 2845 ],
2844 ], 2846 ],
2845 } 2847 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698