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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 328793002: Add wifi AP info to system profile metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'browser/metrics/variations/generated_resources_map.h', 759 'browser/metrics/variations/generated_resources_map.h',
760 'browser/metrics/variations/generated_resources_map_lookup.cc', 760 'browser/metrics/variations/generated_resources_map_lookup.cc',
761 'browser/metrics/variations/variations_registry_syncer_win.cc', 761 'browser/metrics/variations/variations_registry_syncer_win.cc',
762 'browser/metrics/variations/variations_registry_syncer_win.h', 762 'browser/metrics/variations/variations_registry_syncer_win.h',
763 'browser/metrics/variations/variations_request_scheduler.cc', 763 'browser/metrics/variations/variations_request_scheduler.cc',
764 'browser/metrics/variations/variations_request_scheduler.h', 764 'browser/metrics/variations/variations_request_scheduler.h',
765 'browser/metrics/variations/variations_seed_store.cc', 765 'browser/metrics/variations/variations_seed_store.cc',
766 'browser/metrics/variations/variations_seed_store.h', 766 'browser/metrics/variations/variations_seed_store.h',
767 'browser/metrics/variations/variations_service.cc', 767 'browser/metrics/variations/variations_service.cc',
768 'browser/metrics/variations/variations_service.h', 768 'browser/metrics/variations/variations_service.h',
769 'browser/metrics/wifi_access_point_info_provider.h',
770 'browser/metrics/wifi_access_point_info_provider.cc',
771 'browser/metrics/wifi_access_point_info_provider_chromeos.h',
772 'browser/metrics/wifi_access_point_info_provider_chromeos.cc',
769 'browser/native_window_notification_source.h', 773 'browser/native_window_notification_source.h',
770 'browser/net/about_protocol_handler.cc', 774 'browser/net/about_protocol_handler.cc',
771 'browser/net/about_protocol_handler.h', 775 'browser/net/about_protocol_handler.h',
772 'browser/net/async_dns_field_trial.cc', 776 'browser/net/async_dns_field_trial.cc',
773 'browser/net/async_dns_field_trial.h', 777 'browser/net/async_dns_field_trial.h',
774 'browser/net/chrome_cookie_notification_details.h', 778 'browser/net/chrome_cookie_notification_details.h',
775 'browser/net/chrome_extensions_network_delegate.cc', 779 'browser/net/chrome_extensions_network_delegate.cc',
776 'browser/net/chrome_extensions_network_delegate.h', 780 'browser/net/chrome_extensions_network_delegate.h',
777 'browser/net/chrome_fraudulent_certificate_reporter.cc', 781 'browser/net/chrome_fraudulent_certificate_reporter.cc',
778 'browser/net/chrome_fraudulent_certificate_reporter.h', 782 'browser/net/chrome_fraudulent_certificate_reporter.h',
(...skipping 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 'package_name': 'org/chromium/chrome/browser', 3611 'package_name': 'org/chromium/chrome/browser',
3608 'template_deps': ['browser/android/tab_load_status.h'], 3612 'template_deps': ['browser/android/tab_load_status.h'],
3609 }, 3613 },
3610 'includes': [ '../build/android/java_cpp_template.gypi' ], 3614 'includes': [ '../build/android/java_cpp_template.gypi' ],
3611 }, 3615 },
3612 ], 3616 ],
3613 }, 3617 },
3614 ], 3618 ],
3615 ], 3619 ],
3616 } 3620 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/wifi_access_point_info_provider_chromeos.cc ('k') | components/metrics/proto/system_profile.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698