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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1363243004: Allow embedders to share code to override UI strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 'browser/metrics/thread_watcher.h', 1879 'browser/metrics/thread_watcher.h',
1880 'browser/metrics/thread_watcher_android.cc', 1880 'browser/metrics/thread_watcher_android.cc',
1881 'browser/metrics/thread_watcher_android.h', 1881 'browser/metrics/thread_watcher_android.h',
1882 'browser/metrics/thread_watcher_report_hang.cc', 1882 'browser/metrics/thread_watcher_report_hang.cc',
1883 'browser/metrics/thread_watcher_report_hang.h', 1883 'browser/metrics/thread_watcher_report_hang.h',
1884 'browser/metrics/time_ticks_experiment_win.cc', 1884 'browser/metrics/time_ticks_experiment_win.cc',
1885 'browser/metrics/time_ticks_experiment_win.h', 1885 'browser/metrics/time_ticks_experiment_win.h',
1886 'browser/metrics/variations/chrome_variations_service_client.cc', 1886 'browser/metrics/variations/chrome_variations_service_client.cc',
1887 'browser/metrics/variations/chrome_variations_service_client.h', 1887 'browser/metrics/variations/chrome_variations_service_client.h',
1888 'browser/metrics/variations/generated_resources_map.h', 1888 'browser/metrics/variations/generated_resources_map.h',
1889 'browser/metrics/variations/generated_resources_map_lookup.cc',
1890 'browser/metrics/variations/variations_registry_syncer_win.cc', 1889 'browser/metrics/variations/variations_registry_syncer_win.cc',
1891 'browser/metrics/variations/variations_registry_syncer_win.h', 1890 'browser/metrics/variations/variations_registry_syncer_win.h',
1892 ], 1891 ],
1893 'chrome_browser_nacl_sources': [ 1892 'chrome_browser_nacl_sources': [
1894 'browser/nacl_host/nacl_browser_delegate_impl.cc', 1893 'browser/nacl_host/nacl_browser_delegate_impl.cc',
1895 'browser/nacl_host/nacl_browser_delegate_impl.h', 1894 'browser/nacl_host/nacl_browser_delegate_impl.h',
1896 'browser/nacl_host/nacl_infobar_delegate.cc', 1895 'browser/nacl_host/nacl_infobar_delegate.cc',
1897 'browser/nacl_host/nacl_infobar_delegate.h', 1896 'browser/nacl_host/nacl_infobar_delegate.h',
1898 ], 1897 ],
1899 'chrome_browser_net_sources': [ 1898 'chrome_browser_net_sources': [
(...skipping 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 '../components/components.gyp:omnibox_browser', 4104 '../components/components.gyp:omnibox_browser',
4106 '../components/components.gyp:rlz', 4105 '../components/components.gyp:rlz',
4107 '../components/components.gyp:search_engines', 4106 '../components/components.gyp:search_engines',
4108 '../rlz/rlz.gyp:rlz_lib', 4107 '../rlz/rlz.gyp:rlz_lib',
4109 ], 4108 ],
4110 }, 4109 },
4111 ], 4110 ],
4112 }], 4111 }],
4113 ], 4112 ],
4114 } 4113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698