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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Patch Set: Rebase Created 5 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
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 '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 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'browser/metrics/thread_watcher_report_hang.cc', 1867 'browser/metrics/thread_watcher_report_hang.cc',
1868 'browser/metrics/thread_watcher_report_hang.h', 1868 'browser/metrics/thread_watcher_report_hang.h',
1869 'browser/metrics/time_ticks_experiment_win.cc', 1869 'browser/metrics/time_ticks_experiment_win.cc',
1870 'browser/metrics/time_ticks_experiment_win.h', 1870 'browser/metrics/time_ticks_experiment_win.h',
1871 'browser/metrics/variations/chrome_variations_service_client.cc', 1871 'browser/metrics/variations/chrome_variations_service_client.cc',
1872 'browser/metrics/variations/chrome_variations_service_client.h', 1872 'browser/metrics/variations/chrome_variations_service_client.h',
1873 'browser/metrics/variations/generated_resources_map.h', 1873 'browser/metrics/variations/generated_resources_map.h',
1874 'browser/metrics/variations/generated_resources_map_lookup.cc', 1874 'browser/metrics/variations/generated_resources_map_lookup.cc',
1875 'browser/metrics/variations/variations_registry_syncer_win.cc', 1875 'browser/metrics/variations/variations_registry_syncer_win.cc',
1876 'browser/metrics/variations/variations_registry_syncer_win.h', 1876 'browser/metrics/variations/variations_registry_syncer_win.h',
1877 'browser/metrics/variations/variations_seed_store.cc',
1878 'browser/metrics/variations/variations_seed_store.h',
1879 'browser/metrics/variations/variations_service.cc', 1877 'browser/metrics/variations/variations_service.cc',
1880 'browser/metrics/variations/variations_service.h', 1878 'browser/metrics/variations/variations_service.h',
1881 ], 1879 ],
1882 'chrome_browser_nacl_sources': [ 1880 'chrome_browser_nacl_sources': [
1883 'browser/nacl_host/nacl_browser_delegate_impl.cc', 1881 'browser/nacl_host/nacl_browser_delegate_impl.cc',
1884 'browser/nacl_host/nacl_browser_delegate_impl.h', 1882 'browser/nacl_host/nacl_browser_delegate_impl.h',
1885 'browser/nacl_host/nacl_infobar_delegate.cc', 1883 'browser/nacl_host/nacl_infobar_delegate.cc',
1886 'browser/nacl_host/nacl_infobar_delegate.h', 1884 'browser/nacl_host/nacl_infobar_delegate.h',
1887 ], 1885 ],
1888 'chrome_browser_net_sources': [ 1886 'chrome_browser_net_sources': [
(...skipping 2219 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 '../components/components.gyp:omnibox_browser', 4106 '../components/components.gyp:omnibox_browser',
4109 '../components/components.gyp:rlz', 4107 '../components/components.gyp:rlz',
4110 '../components/components.gyp:search_engines', 4108 '../components/components.gyp:search_engines',
4111 '../rlz/rlz.gyp:rlz_lib', 4109 '../rlz/rlz.gyp:rlz_lib',
4112 ], 4110 ],
4113 }, 4111 },
4114 ], 4112 ],
4115 }], 4113 }],
4116 ], 4114 ],
4117 } 4115 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698