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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1262683006: Componentize variations_url_constants.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 'browser/metrics/variations/generated_resources_map.h', 1856 'browser/metrics/variations/generated_resources_map.h',
1857 'browser/metrics/variations/generated_resources_map_lookup.cc', 1857 'browser/metrics/variations/generated_resources_map_lookup.cc',
1858 'browser/metrics/variations/variations_registry_syncer_win.cc', 1858 'browser/metrics/variations/variations_registry_syncer_win.cc',
1859 'browser/metrics/variations/variations_registry_syncer_win.h', 1859 'browser/metrics/variations/variations_registry_syncer_win.h',
1860 'browser/metrics/variations/variations_request_scheduler.cc', 1860 'browser/metrics/variations/variations_request_scheduler.cc',
1861 'browser/metrics/variations/variations_request_scheduler.h', 1861 'browser/metrics/variations/variations_request_scheduler.h',
1862 'browser/metrics/variations/variations_seed_store.cc', 1862 'browser/metrics/variations/variations_seed_store.cc',
1863 'browser/metrics/variations/variations_seed_store.h', 1863 'browser/metrics/variations/variations_seed_store.h',
1864 'browser/metrics/variations/variations_service.cc', 1864 'browser/metrics/variations/variations_service.cc',
1865 'browser/metrics/variations/variations_service.h', 1865 'browser/metrics/variations/variations_service.h',
1866 'browser/metrics/variations/variations_url_constants.cc',
1867 'browser/metrics/variations/variations_url_constants.h',
1868 ], 1866 ],
1869 'chrome_browser_nacl_sources': [ 1867 'chrome_browser_nacl_sources': [
1870 'browser/nacl_host/nacl_browser_delegate_impl.cc', 1868 'browser/nacl_host/nacl_browser_delegate_impl.cc',
1871 'browser/nacl_host/nacl_browser_delegate_impl.h', 1869 'browser/nacl_host/nacl_browser_delegate_impl.h',
1872 'browser/nacl_host/nacl_infobar_delegate.cc', 1870 'browser/nacl_host/nacl_infobar_delegate.cc',
1873 'browser/nacl_host/nacl_infobar_delegate.h', 1871 'browser/nacl_host/nacl_infobar_delegate.h',
1874 ], 1872 ],
1875 'chrome_browser_net_sources': [ 1873 'chrome_browser_net_sources': [
1876 'browser/net/about_protocol_handler.cc', 1874 'browser/net/about_protocol_handler.cc',
1877 'browser/net/about_protocol_handler.h', 1875 'browser/net/about_protocol_handler.h',
(...skipping 2236 matching lines...) Expand 10 before | Expand all | Expand 10 after
4114 '../components/components.gyp:omnibox_browser', 4112 '../components/components.gyp:omnibox_browser',
4115 '../components/components.gyp:rlz', 4113 '../components/components.gyp:rlz',
4116 '../components/components.gyp:search_engines', 4114 '../components/components.gyp:search_engines',
4117 '../rlz/rlz.gyp:rlz_lib', 4115 '../rlz/rlz.gyp:rlz_lib',
4118 ], 4116 ],
4119 }, 4117 },
4120 ], 4118 ],
4121 }], 4119 }],
4122 ], 4120 ],
4123 } 4121 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/variations/variations_url_constants.cc ('k') | components/variations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698