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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1395073002: Policy Ui sends correct translations for risk tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Translation descriptions added. 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 3299 matching lines...) Expand 10 before | Expand all | Expand 10 after
3310 '<@(chrome_browser_session_sources)', 3310 '<@(chrome_browser_session_sources)',
3311 '<@(chrome_browser_signin_sources)', 3311 '<@(chrome_browser_signin_sources)',
3312 '<@(chrome_browser_ssl_sources)', 3312 '<@(chrome_browser_ssl_sources)',
3313 '<@(chrome_browser_sync_sources)', 3313 '<@(chrome_browser_sync_sources)',
3314 '<@(chrome_browser_web_resource_sources)', 3314 '<@(chrome_browser_web_resource_sources)',
3315 3315
3316 # These files are generated by GRIT. 3316 # These files are generated by GRIT.
3317 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour ces_map.cc', 3317 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour ces_map.cc',
3318 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3318 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3319 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3319 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3320 '<(grit_out_dir)/grit/policy_resources_map.cc',
3320 '<(grit_out_dir)/grit/settings_resources_map.cc', 3321 '<(grit_out_dir)/grit/settings_resources_map.cc',
3321 '<(grit_out_dir)/grit/theme_resources_map.cc', 3322 '<(grit_out_dir)/grit/theme_resources_map.cc',
3322 ], 3323 ],
3323 'conditions': [ 3324 'conditions': [
3324 ['toolkit_views==1', { 3325 ['toolkit_views==1', {
3325 'dependencies': [ 3326 'dependencies': [
3326 '../ui/gfx/gfx.gyp:gfx_vector_icons', 3327 '../ui/gfx/gfx.gyp:gfx_vector_icons',
3327 '../ui/views/views.gyp:views' 3328 '../ui/views/views.gyp:views'
3328 ], 3329 ],
3329 }], 3330 }],
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
4129 '../components/components.gyp:omnibox_browser', 4130 '../components/components.gyp:omnibox_browser',
4130 '../components/components.gyp:rlz', 4131 '../components/components.gyp:rlz',
4131 '../components/components.gyp:search_engines', 4132 '../components/components.gyp:search_engines',
4132 '../rlz/rlz.gyp:rlz_lib', 4133 '../rlz/rlz.gyp:rlz_lib',
4133 ], 4134 ],
4134 }, 4135 },
4135 ], 4136 ],
4136 }], 4137 }],
4137 ], 4138 ],
4138 } 4139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698