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

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: Added build and resource files. 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 3298 matching lines...) Expand 10 before | Expand all | Expand 10 after
3309 '<@(chrome_browser_services_sources)', 3309 '<@(chrome_browser_services_sources)',
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)/ui/resources/grit/ui_resources_map.cc', 3317 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3318 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3318 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3319 '<(grit_out_dir)/grit/policy_resources_map.cc',
3319 '<(grit_out_dir)/grit/settings_resources_map.cc', 3320 '<(grit_out_dir)/grit/settings_resources_map.cc',
3320 '<(grit_out_dir)/grit/theme_resources_map.cc', 3321 '<(grit_out_dir)/grit/theme_resources_map.cc',
3321 ], 3322 ],
3322 'conditions': [ 3323 'conditions': [
3323 ['toolkit_views==1', { 3324 ['toolkit_views==1', {
3324 'dependencies': [ 3325 'dependencies': [
3325 '../ui/gfx/gfx.gyp:gfx_vector_icons', 3326 '../ui/gfx/gfx.gyp:gfx_vector_icons',
3326 '../ui/views/views.gyp:views' 3327 '../ui/views/views.gyp:views'
3327 ], 3328 ],
3328 }], 3329 }],
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
4123 '../components/components.gyp:omnibox_browser', 4124 '../components/components.gyp:omnibox_browser',
4124 '../components/components.gyp:rlz', 4125 '../components/components.gyp:rlz',
4125 '../components/components.gyp:search_engines', 4126 '../components/components.gyp:search_engines',
4126 '../rlz/rlz.gyp:rlz_lib', 4127 '../rlz/rlz.gyp:rlz_lib',
4127 ], 4128 ],
4128 }, 4129 },
4129 ], 4130 ],
4130 }], 4131 }],
4131 ], 4132 ],
4132 } 4133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698