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

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: Description corrected. Created 5 years, 1 month 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/ui/webui/policy_ui_handler.cc ('k') | chrome/chrome_browser_ui.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 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3290 '<@(chrome_browser_session_sources)', 3290 '<@(chrome_browser_session_sources)',
3291 '<@(chrome_browser_signin_sources)', 3291 '<@(chrome_browser_signin_sources)',
3292 '<@(chrome_browser_ssl_sources)', 3292 '<@(chrome_browser_ssl_sources)',
3293 '<@(chrome_browser_sync_sources)', 3293 '<@(chrome_browser_sync_sources)',
3294 '<@(chrome_browser_web_resource_sources)', 3294 '<@(chrome_browser_web_resource_sources)',
3295 3295
3296 # These files are generated by GRIT. 3296 # These files are generated by GRIT.
3297 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour ces_map.cc', 3297 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour ces_map.cc',
3298 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3298 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3299 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3299 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3300 '<(grit_out_dir)/grit/policy_resources_map.cc',
3300 '<(grit_out_dir)/grit/settings_resources_map.cc', 3301 '<(grit_out_dir)/grit/settings_resources_map.cc',
3301 '<(grit_out_dir)/grit/theme_resources_map.cc', 3302 '<(grit_out_dir)/grit/theme_resources_map.cc',
3302 ], 3303 ],
3303 'conditions': [ 3304 'conditions': [
3304 ['toolkit_views==1', { 3305 ['toolkit_views==1', {
3305 'dependencies': [ 3306 'dependencies': [
3306 '../ui/gfx/gfx.gyp:gfx_vector_icons', 3307 '../ui/gfx/gfx.gyp:gfx_vector_icons',
3307 '../ui/views/views.gyp:views' 3308 '../ui/views/views.gyp:views'
3308 ], 3309 ],
3309 }], 3310 }],
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
4095 '../components/components.gyp:omnibox_browser', 4096 '../components/components.gyp:omnibox_browser',
4096 '../components/components.gyp:rlz', 4097 '../components/components.gyp:rlz',
4097 '../components/components.gyp:search_engines', 4098 '../components/components.gyp:search_engines',
4098 '../rlz/rlz.gyp:rlz_lib', 4099 '../rlz/rlz.gyp:rlz_lib',
4099 ], 4100 ],
4100 }, 4101 },
4101 ], 4102 ],
4102 }], 4103 }],
4103 ], 4104 ],
4104 } 4105 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698