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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 886523003: Add a Rappor option in the settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'browser/install_verification/win/module_verification_test.cc', 126 'browser/install_verification/win/module_verification_test.cc',
127 'browser/install_verification/win/module_verification_test.h', 127 'browser/install_verification/win/module_verification_test.h',
128 'browser/internal_auth_unittest.cc', 128 'browser/internal_auth_unittest.cc',
129 'browser/invalidation/invalidator_storage_unittest.cc', 129 'browser/invalidation/invalidator_storage_unittest.cc',
130 'browser/io_thread_unittest.cc', 130 'browser/io_thread_unittest.cc',
131 'browser/logging_chrome_unittest.cc', 131 'browser/logging_chrome_unittest.cc',
132 'browser/mac/keystone_glue_unittest.mm', 132 'browser/mac/keystone_glue_unittest.mm',
133 'browser/media/native_desktop_media_list_unittest.cc', 133 'browser/media/native_desktop_media_list_unittest.cc',
134 'browser/metrics/chrome_metrics_service_accessor_unittest.cc', 134 'browser/metrics/chrome_metrics_service_accessor_unittest.cc',
135 'browser/metrics/cloned_install_detector_unittest.cc', 135 'browser/metrics/cloned_install_detector_unittest.cc',
136 'browser/metrics/metrics_services_manager_unittest.cc',
136 'browser/metrics/rappor/sampling_unittest.cc', 137 'browser/metrics/rappor/sampling_unittest.cc',
137 'browser/metrics/signin_status_metrics_provider_chromeos_unittest.cc', 138 'browser/metrics/signin_status_metrics_provider_chromeos_unittest.cc',
138 'browser/metrics/signin_status_metrics_provider_unittest.cc', 139 'browser/metrics/signin_status_metrics_provider_unittest.cc',
139 'browser/metrics/thread_watcher_android_unittest.cc', 140 'browser/metrics/thread_watcher_android_unittest.cc',
140 'browser/metrics/thread_watcher_unittest.cc', 141 'browser/metrics/thread_watcher_unittest.cc',
141 'browser/metrics/time_ticks_experiment_unittest.cc', 142 'browser/metrics/time_ticks_experiment_unittest.cc',
142 'browser/metrics/variations/generated_resources_map_lookup_unittest.cc', 143 'browser/metrics/variations/generated_resources_map_lookup_unittest.cc',
143 'browser/metrics/variations/variations_request_scheduler_mobile_unittest.c c', 144 'browser/metrics/variations/variations_request_scheduler_mobile_unittest.c c',
144 'browser/metrics/variations/variations_request_scheduler_unittest.cc', 145 'browser/metrics/variations/variations_request_scheduler_unittest.cc',
145 'browser/metrics/variations/variations_seed_store_unittest.cc', 146 'browser/metrics/variations/variations_seed_store_unittest.cc',
(...skipping 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after
2733 'dependencies': [ 2734 'dependencies': [
2734 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2735 ], 2736 ],
2736 }], 2737 }],
2737 ], 2738 ],
2738 }, 2739 },
2739 ], 2740 ],
2740 }], 2741 }],
2741 ], # 'conditions' 2742 ], # 'conditions'
2742 } 2743 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698