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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16129004: Consolidate EulaAcceptedNotifier implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 'browser/metrics/perf_provider_chromeos.h', 1076 'browser/metrics/perf_provider_chromeos.h',
1077 'browser/metrics/thread_watcher.cc', 1077 'browser/metrics/thread_watcher.cc',
1078 'browser/metrics/thread_watcher.h', 1078 'browser/metrics/thread_watcher.h',
1079 'browser/metrics/time_ticks_experiment_win.cc', 1079 'browser/metrics/time_ticks_experiment_win.cc',
1080 'browser/metrics/time_ticks_experiment_win.h', 1080 'browser/metrics/time_ticks_experiment_win.h',
1081 'browser/metrics/tracking_synchronizer.cc', 1081 'browser/metrics/tracking_synchronizer.cc',
1082 'browser/metrics/tracking_synchronizer.h', 1082 'browser/metrics/tracking_synchronizer.h',
1083 'browser/metrics/tracking_synchronizer_observer.h', 1083 'browser/metrics/tracking_synchronizer_observer.h',
1084 'browser/metrics/variations/eula_accepted_notifier.cc', 1084 'browser/metrics/variations/eula_accepted_notifier.cc',
1085 'browser/metrics/variations/eula_accepted_notifier.h', 1085 'browser/metrics/variations/eula_accepted_notifier.h',
1086 'browser/metrics/variations/eula_accepted_notifier_chromeos.cc',
1087 'browser/metrics/variations/eula_accepted_notifier_chromeos.h',
1088 'browser/metrics/variations/eula_accepted_notifier_mobile.cc',
1089 'browser/metrics/variations/eula_accepted_notifier_mobile.h',
1090 'browser/metrics/variations/resource_request_allowed_notifier.cc', 1086 'browser/metrics/variations/resource_request_allowed_notifier.cc',
1091 'browser/metrics/variations/resource_request_allowed_notifier.h', 1087 'browser/metrics/variations/resource_request_allowed_notifier.h',
1092 'browser/metrics/variations/variations_http_header_provider.cc', 1088 'browser/metrics/variations/variations_http_header_provider.cc',
1093 'browser/metrics/variations/variations_http_header_provider.h', 1089 'browser/metrics/variations/variations_http_header_provider.h',
1094 'browser/metrics/variations/variations_registry_syncer_win.cc', 1090 'browser/metrics/variations/variations_registry_syncer_win.cc',
1095 'browser/metrics/variations/variations_registry_syncer_win.h', 1091 'browser/metrics/variations/variations_registry_syncer_win.h',
1096 'browser/metrics/variations/variations_request_scheduler.cc', 1092 'browser/metrics/variations/variations_request_scheduler.cc',
1097 'browser/metrics/variations/variations_request_scheduler.h', 1093 'browser/metrics/variations/variations_request_scheduler.h',
1098 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 1094 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
1099 'browser/metrics/variations/variations_request_scheduler_mobile.h', 1095 'browser/metrics/variations/variations_request_scheduler_mobile.h',
(...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 }], 2813 }],
2818 ['OS=="android" or OS=="ios"', { 2814 ['OS=="android" or OS=="ios"', {
2819 'sources!': [ 2815 'sources!': [
2820 'browser/chrome_browser_field_trials_desktop.cc', 2816 'browser/chrome_browser_field_trials_desktop.cc',
2821 'browser/chrome_browser_field_trials_desktop.h', 2817 'browser/chrome_browser_field_trials_desktop.h',
2822 ], 2818 ],
2823 }, { # OS!="android" and OS!="ios" 2819 }, { # OS!="android" and OS!="ios"
2824 'sources!': [ 2820 'sources!': [
2825 'browser/chrome_browser_field_trials_mobile.cc', 2821 'browser/chrome_browser_field_trials_mobile.cc',
2826 'browser/chrome_browser_field_trials_mobile.h', 2822 'browser/chrome_browser_field_trials_mobile.h',
2827 'browser/metrics/variations/eula_accepted_notifier_mobile.cc',
2828 'browser/metrics/variations/eula_accepted_notifier_mobile.h',
2829 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 2823 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
2830 'browser/metrics/variations/variations_request_scheduler_mobile.h', 2824 'browser/metrics/variations/variations_request_scheduler_mobile.h',
2831 ], 2825 ],
2832 }], 2826 }],
2833 ['OS=="android"', { 2827 ['OS=="android"', {
2834 'dependencies': [ 2828 'dependencies': [
2835 '../components/components.gyp:web_contents_delegate_android', 2829 '../components/components.gyp:web_contents_delegate_android',
2836 'chrome_browser_jni_headers', 2830 'chrome_browser_jni_headers',
2837 ], 2831 ],
2838 'dependencies!': [ 2832 'dependencies!': [
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3248 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3255 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3249 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3256 }, 3250 },
3257 'includes': [ '../build/android/java_cpp_template.gypi' ], 3251 'includes': [ '../build/android/java_cpp_template.gypi' ],
3258 }, 3252 },
3259 ], 3253 ],
3260 }, 3254 },
3261 ], 3255 ],
3262 ], 3256 ],
3263 } 3257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698