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

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: Includes and Copyright. 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
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 3284 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 '<@(chrome_browser_session_sources)', 3295 '<@(chrome_browser_session_sources)',
3296 '<@(chrome_browser_signin_sources)', 3296 '<@(chrome_browser_signin_sources)',
3297 '<@(chrome_browser_ssl_sources)', 3297 '<@(chrome_browser_ssl_sources)',
3298 '<@(chrome_browser_sync_sources)', 3298 '<@(chrome_browser_sync_sources)',
3299 '<@(chrome_browser_web_resource_sources)', 3299 '<@(chrome_browser_web_resource_sources)',
3300 3300
3301 # These files are generated by GRIT. 3301 # These files are generated by GRIT.
3302 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour ces_map.cc', 3302 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour ces_map.cc',
3303 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3303 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3304 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3304 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3305 '<(grit_out_dir)/grit/policy_resources_map.cc',
3305 '<(grit_out_dir)/grit/settings_resources_map.cc', 3306 '<(grit_out_dir)/grit/settings_resources_map.cc',
3306 '<(grit_out_dir)/grit/theme_resources_map.cc', 3307 '<(grit_out_dir)/grit/theme_resources_map.cc',
3307 ], 3308 ],
3308 'conditions': [ 3309 'conditions': [
3309 ['toolkit_views==1', { 3310 ['toolkit_views==1', {
3310 'dependencies': [ 3311 'dependencies': [
3311 '../ui/gfx/gfx.gyp:gfx_vector_icons', 3312 '../ui/gfx/gfx.gyp:gfx_vector_icons',
3312 '../ui/views/views.gyp:views' 3313 '../ui/views/views.gyp:views'
3313 ], 3314 ],
3314 }], 3315 }],
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
4100 '../components/components.gyp:omnibox_browser', 4101 '../components/components.gyp:omnibox_browser',
4101 '../components/components.gyp:rlz', 4102 '../components/components.gyp:rlz',
4102 '../components/components.gyp:search_engines', 4103 '../components/components.gyp:search_engines',
4103 '../rlz/rlz.gyp:rlz_lib', 4104 '../rlz/rlz.gyp:rlz_lib',
4104 ], 4105 ],
4105 }, 4106 },
4106 ], 4107 ],
4107 }], 4108 }],
4108 ], 4109 ],
4109 } 4110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698