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

Side by Side Diff: chrome/chrome_browser_ui.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/chrome_browser.gypi ('k') | chrome/chrome_repack_resources.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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2704 matching lines...) Expand 10 before | Expand all | Expand 10 after
2715 ], 2715 ],
2716 'chrome_browser_ui_plugin_sources': [ 2716 'chrome_browser_ui_plugin_sources': [
2717 'browser/ui/hung_plugin_tab_helper.cc', 2717 'browser/ui/hung_plugin_tab_helper.cc',
2718 'browser/ui/hung_plugin_tab_helper.h', 2718 'browser/ui/hung_plugin_tab_helper.h',
2719 'browser/ui/webui/flash_ui.cc', 2719 'browser/ui/webui/flash_ui.cc',
2720 'browser/ui/webui/flash_ui.h', 2720 'browser/ui/webui/flash_ui.h',
2721 'browser/ui/webui/plugins_ui.cc', 2721 'browser/ui/webui/plugins_ui.cc',
2722 'browser/ui/webui/plugins_ui.h', 2722 'browser/ui/webui/plugins_ui.h',
2723 ], 2723 ],
2724 'chrome_browser_ui_policy_sources': [ 2724 'chrome_browser_ui_policy_sources': [
2725 'browser/ui/webui/policy_material_design_ui.cc',
2726 'browser/ui/webui/policy_material_design_ui.h',
2725 'browser/ui/webui/policy_ui.cc', 2727 'browser/ui/webui/policy_ui.cc',
2726 'browser/ui/webui/policy_ui.h', 2728 'browser/ui/webui/policy_ui.h',
2729 'browser/ui/webui/policy_ui_handler.cc',
2730 'browser/ui/webui/policy_ui_handler.h',
2727 ], 2731 ],
2728 'chrome_browser_ui_print_preview_sources': [ 2732 'chrome_browser_ui_print_preview_sources': [
2729 'browser/ui/webui/print_preview/extension_printer_handler.cc', 2733 'browser/ui/webui/print_preview/extension_printer_handler.cc',
2730 'browser/ui/webui/print_preview/extension_printer_handler.h', 2734 'browser/ui/webui/print_preview/extension_printer_handler.h',
2731 'browser/ui/webui/print_preview/print_preview_distiller.cc', 2735 'browser/ui/webui/print_preview/print_preview_distiller.cc',
2732 'browser/ui/webui/print_preview/print_preview_distiller.h', 2736 'browser/ui/webui/print_preview/print_preview_distiller.h',
2733 'browser/ui/webui/print_preview/print_preview_handler.cc', 2737 'browser/ui/webui/print_preview/print_preview_handler.cc',
2734 'browser/ui/webui/print_preview/print_preview_handler.h', 2738 'browser/ui/webui/print_preview/print_preview_handler.h',
2735 'browser/ui/webui/print_preview/print_preview_ui.cc', 2739 'browser/ui/webui/print_preview/print_preview_ui.cc',
2736 'browser/ui/webui/print_preview/print_preview_ui.h', 2740 'browser/ui/webui/print_preview/print_preview_ui.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 ], 3266 ],
3263 'sources': [ 3267 'sources': [
3264 '<@(chrome_browser_ui_non_mobile_sources)', 3268 '<@(chrome_browser_ui_non_mobile_sources)',
3265 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3269 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3266 ], 3270 ],
3267 }], 3271 }],
3268 ], 3272 ],
3269 }, 3273 },
3270 ], 3274 ],
3271 } 3275 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698