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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11821019: Move the Chrome Variations HTTP header helper file into c/b/metrics/variations, and fix up lock beh… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TODO Created 7 years, 11 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/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'browser/chrome_browser_main_mac.h', 423 'browser/chrome_browser_main_mac.h',
424 'browser/chrome_browser_main_mac.mm', 424 'browser/chrome_browser_main_mac.mm',
425 'browser/chrome_browser_main_posix.cc', 425 'browser/chrome_browser_main_posix.cc',
426 'browser/chrome_browser_main_posix.h', 426 'browser/chrome_browser_main_posix.h',
427 'browser/chrome_browser_main_win.cc', 427 'browser/chrome_browser_main_win.cc',
428 'browser/chrome_browser_main_win.h', 428 'browser/chrome_browser_main_win.h',
429 'browser/chrome_browser_main_x11.cc', 429 'browser/chrome_browser_main_x11.cc',
430 'browser/chrome_browser_main_x11.h', 430 'browser/chrome_browser_main_x11.h',
431 'browser/chrome_content_browser_client.cc', 431 'browser/chrome_content_browser_client.cc',
432 'browser/chrome_content_browser_client.h', 432 'browser/chrome_content_browser_client.h',
433 'browser/chrome_metrics_helper.cc',
434 'browser/chrome_metrics_helper.h',
435 'browser/chrome_page_zoom.cc', 433 'browser/chrome_page_zoom.cc',
436 'browser/chrome_page_zoom.h', 434 'browser/chrome_page_zoom.h',
437 'browser/chrome_page_zoom_constants.cc', 435 'browser/chrome_page_zoom_constants.cc',
438 'browser/chrome_page_zoom_constants.h', 436 'browser/chrome_page_zoom_constants.h',
439 'browser/chrome_quota_permission_context.cc', 437 'browser/chrome_quota_permission_context.cc',
440 'browser/chrome_quota_permission_context.h', 438 'browser/chrome_quota_permission_context.h',
441 'browser/chrome_to_mobile_service.cc', 439 'browser/chrome_to_mobile_service.cc',
442 'browser/chrome_to_mobile_service.h', 440 'browser/chrome_to_mobile_service.h',
443 'browser/chrome_to_mobile_service_factory.cc', 441 'browser/chrome_to_mobile_service_factory.cc',
444 'browser/chrome_to_mobile_service_factory.h', 442 'browser/chrome_to_mobile_service_factory.h',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'browser/metrics/metrics_reporting_scheduler.h', 1066 'browser/metrics/metrics_reporting_scheduler.h',
1069 'browser/metrics/metrics_service.cc', 1067 'browser/metrics/metrics_service.cc',
1070 'browser/metrics/metrics_service.h', 1068 'browser/metrics/metrics_service.h',
1071 'browser/metrics/thread_watcher.cc', 1069 'browser/metrics/thread_watcher.cc',
1072 'browser/metrics/thread_watcher.h', 1070 'browser/metrics/thread_watcher.h',
1073 'browser/metrics/tracking_synchronizer.cc', 1071 'browser/metrics/tracking_synchronizer.cc',
1074 'browser/metrics/tracking_synchronizer.h', 1072 'browser/metrics/tracking_synchronizer.h',
1075 'browser/metrics/tracking_synchronizer_observer.h', 1073 'browser/metrics/tracking_synchronizer_observer.h',
1076 'browser/metrics/variations/resource_request_allowed_notifier.cc', 1074 'browser/metrics/variations/resource_request_allowed_notifier.cc',
1077 'browser/metrics/variations/resource_request_allowed_notifier.h', 1075 'browser/metrics/variations/resource_request_allowed_notifier.h',
1076 'browser/metrics/variations/variations_http_header_provider.cc',
1077 'browser/metrics/variations/variations_http_header_provider.h',
1078 'browser/metrics/variations/variations_service.cc', 1078 'browser/metrics/variations/variations_service.cc',
1079 'browser/metrics/variations/variations_service.h', 1079 'browser/metrics/variations/variations_service.h',
1080 'browser/native_window_notification_source.h', 1080 'browser/native_window_notification_source.h',
1081 'browser/net/about_protocol_handler.cc', 1081 'browser/net/about_protocol_handler.cc',
1082 'browser/net/about_protocol_handler.h', 1082 'browser/net/about_protocol_handler.h',
1083 'browser/net/async_dns_field_trial.cc', 1083 'browser/net/async_dns_field_trial.cc',
1084 'browser/net/async_dns_field_trial.h', 1084 'browser/net/async_dns_field_trial.h',
1085 'browser/net/basic_http_user_agent_settings.cc', 1085 'browser/net/basic_http_user_agent_settings.cc',
1086 'browser/net/basic_http_user_agent_settings.h', 1086 'browser/net/basic_http_user_agent_settings.h',
1087 'browser/net/chrome_cookie_notification_details.h', 1087 'browser/net/chrome_cookie_notification_details.h',
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3115 'variables': { 3115 'variables': {
3116 'jni_gen_dir': 'chrome', 3116 'jni_gen_dir': 'chrome',
3117 }, 3117 },
3118 'includes': [ '../build/jni_generator.gypi' ], 3118 'includes': [ '../build/jni_generator.gypi' ],
3119 }, 3119 },
3120 ], 3120 ],
3121 }, 3121 },
3122 ], 3122 ],
3123 ], 3123 ],
3124 } 3124 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698