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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1374773002: Componentize script to generate UI string overrides mapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-resources-index
Patch Set: Rebase and fix //components/variations:unit_tests build with gn 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 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 'browser/metrics/thread_watcher.cc', 1876 'browser/metrics/thread_watcher.cc',
1877 'browser/metrics/thread_watcher.h', 1877 'browser/metrics/thread_watcher.h',
1878 'browser/metrics/thread_watcher_android.cc', 1878 'browser/metrics/thread_watcher_android.cc',
1879 'browser/metrics/thread_watcher_android.h', 1879 'browser/metrics/thread_watcher_android.h',
1880 'browser/metrics/thread_watcher_report_hang.cc', 1880 'browser/metrics/thread_watcher_report_hang.cc',
1881 'browser/metrics/thread_watcher_report_hang.h', 1881 'browser/metrics/thread_watcher_report_hang.h',
1882 'browser/metrics/time_ticks_experiment_win.cc', 1882 'browser/metrics/time_ticks_experiment_win.cc',
1883 'browser/metrics/time_ticks_experiment_win.h', 1883 'browser/metrics/time_ticks_experiment_win.h',
1884 'browser/metrics/variations/chrome_variations_service_client.cc', 1884 'browser/metrics/variations/chrome_variations_service_client.cc',
1885 'browser/metrics/variations/chrome_variations_service_client.h', 1885 'browser/metrics/variations/chrome_variations_service_client.h',
1886 'browser/metrics/variations/generated_resources_map.h',
1887 'browser/metrics/variations/variations_registry_syncer_win.cc', 1886 'browser/metrics/variations/variations_registry_syncer_win.cc',
1888 'browser/metrics/variations/variations_registry_syncer_win.h', 1887 'browser/metrics/variations/variations_registry_syncer_win.h',
1889 ], 1888 ],
1890 'chrome_browser_nacl_sources': [ 1889 'chrome_browser_nacl_sources': [
1891 'browser/nacl_host/nacl_browser_delegate_impl.cc', 1890 'browser/nacl_host/nacl_browser_delegate_impl.cc',
1892 'browser/nacl_host/nacl_browser_delegate_impl.h', 1891 'browser/nacl_host/nacl_browser_delegate_impl.h',
1893 'browser/nacl_host/nacl_infobar_delegate.cc', 1892 'browser/nacl_host/nacl_infobar_delegate.cc',
1894 'browser/nacl_host/nacl_infobar_delegate.h', 1893 'browser/nacl_host/nacl_infobar_delegate.h',
1895 ], 1894 ],
1896 'chrome_browser_net_sources': [ 1895 'chrome_browser_net_sources': [
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3074 'target_name': 'browser', 3073 'target_name': 'browser',
3075 'type': 'static_library', 3074 'type': 'static_library',
3076 'variables': { 'enable_wexit_time_destructors': 1, }, 3075 'variables': { 'enable_wexit_time_destructors': 1, },
3077 'dependencies': [ 3076 'dependencies': [
3078 # NOTE: New dependencies should generally be added in the OS!="ios" 3077 # NOTE: New dependencies should generally be added in the OS!="ios"
3079 # dependencies block below, rather than here. 3078 # dependencies block below, rather than here.
3080 'browser_ui', 3079 'browser_ui',
3081 'chrome_resources.gyp:chrome_extra_resources', 3080 'chrome_resources.gyp:chrome_extra_resources',
3082 'chrome_resources.gyp:chrome_resources', 3081 'chrome_resources.gyp:chrome_resources',
3083 'chrome_resources.gyp:chrome_strings', 3082 'chrome_resources.gyp:chrome_strings',
3084 'chrome_resources.gyp:chrome_strings_map', 3083 'chrome_resources.gyp:chrome_ui_string_overrider_factory',
3084 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory',
3085 'chrome_resources.gyp:platform_locale_settings', 3085 'chrome_resources.gyp:platform_locale_settings',
3086 'chrome_resources.gyp:theme_resources', 3086 'chrome_resources.gyp:theme_resources',
3087 'common', 3087 'common',
3088 'probe_message_proto', 3088 'probe_message_proto',
3089 '../components/components.gyp:autofill_core_browser', 3089 '../components/components.gyp:autofill_core_browser',
3090 '../components/components.gyp:bookmarks_browser', 3090 '../components/components.gyp:bookmarks_browser',
3091 '../components/components.gyp:bookmarks_managed', 3091 '../components/components.gyp:bookmarks_managed',
3092 '../components/components.gyp:captive_portal', 3092 '../components/components.gyp:captive_portal',
3093 '../components/components.gyp:cloud_devices_common', 3093 '../components/components.gyp:cloud_devices_common',
3094 '../components/components.gyp:component_metrics_proto', 3094 '../components/components.gyp:component_metrics_proto',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
3300 '<@(chrome_browser_signin_sources)', 3300 '<@(chrome_browser_signin_sources)',
3301 '<@(chrome_browser_ssl_sources)', 3301 '<@(chrome_browser_ssl_sources)',
3302 '<@(chrome_browser_sync_sources)', 3302 '<@(chrome_browser_sync_sources)',
3303 '<@(chrome_browser_web_resource_sources)', 3303 '<@(chrome_browser_web_resource_sources)',
3304 3304
3305 # These files are generated by GRIT. 3305 # These files are generated by GRIT.
3306 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3306 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3307 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3307 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3308 '<(grit_out_dir)/grit/settings_resources_map.cc', 3308 '<(grit_out_dir)/grit/settings_resources_map.cc',
3309 '<(grit_out_dir)/grit/theme_resources_map.cc', 3309 '<(grit_out_dir)/grit/theme_resources_map.cc',
3310
3311 # This file is generated by
3312 # chrome/browser/metrics/variations/generate_resources_map.py
3313 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc',
3314 ], 3310 ],
3315 'conditions': [ 3311 'conditions': [
3316 ['toolkit_views==1', { 3312 ['toolkit_views==1', {
3317 'dependencies': [ 3313 'dependencies': [
3318 '../ui/gfx/gfx.gyp:gfx_vector_icons', 3314 '../ui/gfx/gfx.gyp:gfx_vector_icons',
3319 '../ui/views/views.gyp:views' 3315 '../ui/views/views.gyp:views'
3320 ], 3316 ],
3321 }], 3317 }],
3322 ], 3318 ],
3323 }, { # OS == "ios" 3319 }, { # OS == "ios"
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 '../components/components.gyp:omnibox_browser', 4099 '../components/components.gyp:omnibox_browser',
4104 '../components/components.gyp:rlz', 4100 '../components/components.gyp:rlz',
4105 '../components/components.gyp:search_engines', 4101 '../components/components.gyp:search_engines',
4106 '../rlz/rlz.gyp:rlz_lib', 4102 '../rlz/rlz.gyp:rlz_lib',
4107 ], 4103 ],
4108 }, 4104 },
4109 ], 4105 ],
4110 }], 4106 }],
4111 ], 4107 ],
4112 } 4108 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/variations/ui_string_overrider_unittest.cc ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698