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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 366373002: [Variations] Bring variations_http_header_provider to variations component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix BUILD.gn Created 6 years, 5 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'browser/metrics/thread_watcher.cc', 746 'browser/metrics/thread_watcher.cc',
747 'browser/metrics/thread_watcher.h', 747 'browser/metrics/thread_watcher.h',
748 'browser/metrics/thread_watcher_android.cc', 748 'browser/metrics/thread_watcher_android.cc',
749 'browser/metrics/thread_watcher_android.h', 749 'browser/metrics/thread_watcher_android.h',
750 'browser/metrics/time_ticks_experiment_win.cc', 750 'browser/metrics/time_ticks_experiment_win.cc',
751 'browser/metrics/time_ticks_experiment_win.h', 751 'browser/metrics/time_ticks_experiment_win.h',
752 'browser/metrics/tracking_synchronizer.cc', 752 'browser/metrics/tracking_synchronizer.cc',
753 'browser/metrics/tracking_synchronizer.h', 753 'browser/metrics/tracking_synchronizer.h',
754 'browser/metrics/tracking_synchronizer_observer.h', 754 'browser/metrics/tracking_synchronizer_observer.h',
755 'browser/metrics/variations/generated_resources_map.h', 755 'browser/metrics/variations/generated_resources_map.h',
756 'browser/metrics/variations/variations_http_header_provider.cc',
757 'browser/metrics/variations/variations_http_header_provider.h',
758 'browser/metrics/variations/variations_registry_syncer_win.cc', 756 'browser/metrics/variations/variations_registry_syncer_win.cc',
759 'browser/metrics/variations/variations_registry_syncer_win.h', 757 'browser/metrics/variations/variations_registry_syncer_win.h',
760 'browser/metrics/variations/variations_request_scheduler.cc', 758 'browser/metrics/variations/variations_request_scheduler.cc',
761 'browser/metrics/variations/variations_request_scheduler.h', 759 'browser/metrics/variations/variations_request_scheduler.h',
762 'browser/metrics/variations/variations_service.cc', 760 'browser/metrics/variations/variations_service.cc',
763 'browser/metrics/variations/variations_service.h', 761 'browser/metrics/variations/variations_service.h',
764 'browser/metrics/variations/variations_seed_store.cc', 762 'browser/metrics/variations/variations_seed_store.cc',
765 'browser/metrics/variations/variations_seed_store.h', 763 'browser/metrics/variations/variations_seed_store.h',
766 'browser/native_window_notification_source.h', 764 'browser/native_window_notification_source.h',
767 'browser/net/about_protocol_handler.cc', 765 'browser/net/about_protocol_handler.cc',
(...skipping 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after
2828 'chrome_resources.gyp:chrome_resources', 2826 'chrome_resources.gyp:chrome_resources',
2829 'chrome_resources.gyp:chrome_strings', 2827 'chrome_resources.gyp:chrome_strings',
2830 'chrome_resources.gyp:chrome_strings_map', 2828 'chrome_resources.gyp:chrome_strings_map',
2831 'chrome_resources.gyp:platform_locale_settings', 2829 'chrome_resources.gyp:platform_locale_settings',
2832 'chrome_resources.gyp:theme_resources', 2830 'chrome_resources.gyp:theme_resources',
2833 'common', 2831 'common',
2834 'common_net', 2832 'common_net',
2835 'in_memory_url_index_cache_proto', 2833 'in_memory_url_index_cache_proto',
2836 'probe_message_proto', 2834 'probe_message_proto',
2837 'suggestions_proto', 2835 'suggestions_proto',
2838 'variations_proto',
2839 '../components/components.gyp:autocomplete', 2836 '../components/components.gyp:autocomplete',
2840 '../components/components.gyp:autofill_core_browser', 2837 '../components/components.gyp:autofill_core_browser',
2841 '../components/components.gyp:bookmarks_browser', 2838 '../components/components.gyp:bookmarks_browser',
2842 '../components/components.gyp:captive_portal', 2839 '../components/components.gyp:captive_portal',
2843 '../components/components.gyp:cloud_devices_common', 2840 '../components/components.gyp:cloud_devices_common',
2844 '../components/components.gyp:component_metrics_proto', 2841 '../components/components.gyp:component_metrics_proto',
2845 '../components/components.gyp:component_updater', 2842 '../components/components.gyp:component_updater',
2846 '../components/components.gyp:data_reduction_proxy_browser', 2843 '../components/components.gyp:data_reduction_proxy_browser',
2847 '../components/components.gyp:domain_reliability', 2844 '../components/components.gyp:domain_reliability',
2848 '../components/components.gyp:favicon_base', 2845 '../components/components.gyp:favicon_base',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
3399 [ 'OS=="win" or OS=="mac"', { 3396 [ 'OS=="win" or OS=="mac"', {
3400 'sources': [ 3397 'sources': [
3401 '<@(chrome_browser_win_mac_wifi_bootstrapping_sources)', 3398 '<@(chrome_browser_win_mac_wifi_bootstrapping_sources)',
3402 ] 3399 ]
3403 }] 3400 }]
3404 ] 3401 ]
3405 }], 3402 }],
3406 ], 3403 ],
3407 }, 3404 },
3408 { 3405 {
3409 # Protobuf compiler / generator for UMA (User Metrics Analysis).
3410
3411 # GN version: //chrome/browser/metrics/variations/proto:proto
3412 'target_name': 'variations_proto',
3413 'type': 'static_library',
3414 'sources': [
3415 'browser/metrics/variations/proto/chrome_experiments.proto',
3416 ],
3417 'variables': {
3418 'proto_in_dir': 'browser/metrics/variations/proto',
3419 'proto_out_dir': 'chrome/browser/metrics/variations/proto',
3420 },
3421 'includes': [ '../build/protoc.gypi' ],
3422 },
3423 {
3424 # Protobuf compiler / generator for the fraudulent certificate reporting 3406 # Protobuf compiler / generator for the fraudulent certificate reporting
3425 # protocol buffer. 3407 # protocol buffer.
3426 # GN version: //chrome/browser/net:cert_logger_proto 3408 # GN version: //chrome/browser/net:cert_logger_proto
3427 'target_name': 'cert_logger_proto', 3409 'target_name': 'cert_logger_proto',
3428 'type': 'static_library', 3410 'type': 'static_library',
3429 'sources': [ 'browser/net/cert_logger.proto', ], 3411 'sources': [ 'browser/net/cert_logger.proto', ],
3430 'variables': { 3412 'variables': {
3431 'proto_in_dir': 'browser/net', 3413 'proto_in_dir': 'browser/net',
3432 'proto_out_dir': 'chrome/browser/net', 3414 'proto_out_dir': 'chrome/browser/net',
3433 }, 3415 },
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 'package_name': 'org/chromium/chrome/browser', 3589 'package_name': 'org/chromium/chrome/browser',
3608 'template_deps': ['browser/android/tab_load_status.h'], 3590 'template_deps': ['browser/android/tab_load_status.h'],
3609 }, 3591 },
3610 'includes': [ '../build/android/java_cpp_template.gypi' ], 3592 'includes': [ '../build/android/java_cpp_template.gypi' ],
3611 }, 3593 },
3612 ], 3594 ],
3613 }, 3595 },
3614 ], 3596 ],
3615 ], 3597 ],
3616 } 3598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698