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

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: properly add infobar_test 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'browser/metrics/thread_watcher.cc', 760 'browser/metrics/thread_watcher.cc',
761 'browser/metrics/thread_watcher.h', 761 'browser/metrics/thread_watcher.h',
762 'browser/metrics/thread_watcher_android.cc', 762 'browser/metrics/thread_watcher_android.cc',
763 'browser/metrics/thread_watcher_android.h', 763 'browser/metrics/thread_watcher_android.h',
764 'browser/metrics/time_ticks_experiment_win.cc', 764 'browser/metrics/time_ticks_experiment_win.cc',
765 'browser/metrics/time_ticks_experiment_win.h', 765 'browser/metrics/time_ticks_experiment_win.h',
766 'browser/metrics/tracking_synchronizer.cc', 766 'browser/metrics/tracking_synchronizer.cc',
767 'browser/metrics/tracking_synchronizer.h', 767 'browser/metrics/tracking_synchronizer.h',
768 'browser/metrics/tracking_synchronizer_observer.h', 768 'browser/metrics/tracking_synchronizer_observer.h',
769 'browser/metrics/variations/generated_resources_map.h', 769 'browser/metrics/variations/generated_resources_map.h',
770 'browser/metrics/variations/variations_http_header_provider.cc',
771 'browser/metrics/variations/variations_http_header_provider.h',
772 'browser/metrics/variations/variations_registry_syncer_win.cc', 770 'browser/metrics/variations/variations_registry_syncer_win.cc',
773 'browser/metrics/variations/variations_registry_syncer_win.h', 771 'browser/metrics/variations/variations_registry_syncer_win.h',
774 'browser/metrics/variations/variations_request_scheduler.cc', 772 'browser/metrics/variations/variations_request_scheduler.cc',
775 'browser/metrics/variations/variations_request_scheduler.h', 773 'browser/metrics/variations/variations_request_scheduler.h',
776 'browser/metrics/variations/variations_service.cc', 774 'browser/metrics/variations/variations_service.cc',
777 'browser/metrics/variations/variations_service.h', 775 'browser/metrics/variations/variations_service.h',
778 'browser/metrics/variations/variations_seed_store.cc', 776 'browser/metrics/variations/variations_seed_store.cc',
779 'browser/metrics/variations/variations_seed_store.h', 777 'browser/metrics/variations/variations_seed_store.h',
780 'browser/native_window_notification_source.h', 778 'browser/native_window_notification_source.h',
781 'browser/net/about_protocol_handler.cc', 779 'browser/net/about_protocol_handler.cc',
(...skipping 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2823 'chrome_resources.gyp:chrome_resources', 2821 'chrome_resources.gyp:chrome_resources',
2824 'chrome_resources.gyp:chrome_strings', 2822 'chrome_resources.gyp:chrome_strings',
2825 'chrome_resources.gyp:chrome_strings_map', 2823 'chrome_resources.gyp:chrome_strings_map',
2826 'chrome_resources.gyp:platform_locale_settings', 2824 'chrome_resources.gyp:platform_locale_settings',
2827 'chrome_resources.gyp:theme_resources', 2825 'chrome_resources.gyp:theme_resources',
2828 'common', 2826 'common',
2829 'common_net', 2827 'common_net',
2830 'in_memory_url_index_cache_proto', 2828 'in_memory_url_index_cache_proto',
2831 'probe_message_proto', 2829 'probe_message_proto',
2832 'suggestions_proto', 2830 'suggestions_proto',
2833 'variations_proto',
2834 '../components/components.gyp:autocomplete', 2831 '../components/components.gyp:autocomplete',
2835 '../components/components.gyp:autofill_core_browser', 2832 '../components/components.gyp:autofill_core_browser',
2836 '../components/components.gyp:bookmarks_browser', 2833 '../components/components.gyp:bookmarks_browser',
2837 '../components/components.gyp:captive_portal', 2834 '../components/components.gyp:captive_portal',
2838 '../components/components.gyp:cloud_devices_common', 2835 '../components/components.gyp:cloud_devices_common',
2839 '../components/components.gyp:component_metrics_proto', 2836 '../components/components.gyp:component_metrics_proto',
2840 '../components/components.gyp:data_reduction_proxy_browser', 2837 '../components/components.gyp:data_reduction_proxy_browser',
2841 '../components/components.gyp:domain_reliability', 2838 '../components/components.gyp:domain_reliability',
2842 '../components/components.gyp:favicon_base', 2839 '../components/components.gyp:favicon_base',
2843 '../components/components.gyp:favicon_core', 2840 '../components/components.gyp:favicon_core',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 [ 'OS=="win" or OS=="mac"', { 3386 [ 'OS=="win" or OS=="mac"', {
3390 'sources': [ 3387 'sources': [
3391 '<@(chrome_browser_win_mac_wifi_bootstrapping_sources)', 3388 '<@(chrome_browser_win_mac_wifi_bootstrapping_sources)',
3392 ] 3389 ]
3393 }] 3390 }]
3394 ] 3391 ]
3395 }], 3392 }],
3396 ], 3393 ],
3397 }, 3394 },
3398 { 3395 {
3399 # Protobuf compiler / generator for UMA (User Metrics Analysis).
3400
3401 # GN version: //chrome/browser/metrics/variations/proto:proto
3402 'target_name': 'variations_proto',
3403 'type': 'static_library',
3404 'sources': [
3405 'browser/metrics/variations/proto/chrome_experiments.proto',
3406 ],
3407 'variables': {
3408 'proto_in_dir': 'browser/metrics/variations/proto',
3409 'proto_out_dir': 'chrome/browser/metrics/variations/proto',
3410 },
3411 'includes': [ '../build/protoc.gypi' ],
3412 },
3413 {
3414 # Protobuf compiler / generator for the fraudulent certificate reporting 3396 # Protobuf compiler / generator for the fraudulent certificate reporting
3415 # protocol buffer. 3397 # protocol buffer.
3416 'target_name': 'cert_logger_proto', 3398 'target_name': 'cert_logger_proto',
3417 'type': 'static_library', 3399 'type': 'static_library',
3418 'sources': [ 'browser/net/cert_logger.proto', ], 3400 'sources': [ 'browser/net/cert_logger.proto', ],
3419 'variables': { 3401 'variables': {
3420 'proto_in_dir': 'browser/net', 3402 'proto_in_dir': 'browser/net',
3421 'proto_out_dir': 'chrome/browser/net', 3403 'proto_out_dir': 'chrome/browser/net',
3422 }, 3404 },
3423 'includes': [ '../build/protoc.gypi', ], 3405 'includes': [ '../build/protoc.gypi', ],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
3593 'package_name': 'org/chromium/chrome/browser', 3575 'package_name': 'org/chromium/chrome/browser',
3594 'template_deps': ['browser/android/tab_load_status.h'], 3576 'template_deps': ['browser/android/tab_load_status.h'],
3595 }, 3577 },
3596 'includes': [ '../build/android/java_cpp_template.gypi' ], 3578 'includes': [ '../build/android/java_cpp_template.gypi' ],
3597 }, 3579 },
3598 ], 3580 ],
3599 }, 3581 },
3600 ], 3582 ],
3601 ], 3583 ],
3602 } 3584 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698