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

Side by Side Diff: chrome/chrome_resources.gyp

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_repack_resources.gypi ('k') | components/policy_strings.grdp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 30 matching lines...) Expand all
41 }, 41 },
42 { 42 {
43 # GN version: //chrome/browser/resources:password_manager_internals_re sources 43 # GN version: //chrome/browser/resources:password_manager_internals_re sources
44 'action_name': 'generate_password_manager_internals_resources', 44 'action_name': 'generate_password_manager_internals_resources',
45 'variables': { 45 'variables': {
46 'grit_grd_file': 'browser/resources/password_manager_internals_resou rces.grd', 46 'grit_grd_file': 'browser/resources/password_manager_internals_resou rces.grd',
47 }, 47 },
48 'includes': [ '../build/grit_action.gypi' ], 48 'includes': [ '../build/grit_action.gypi' ],
49 }, 49 },
50 { 50 {
51 # GN version: //chrome/browser/resources:policy_resources
52 'action_name': 'generate_policy_resources',
53 'variables': {
54 'grit_grd_file': 'browser/resources/md_policy/policy_resources.grd',
55 },
56 'includes': [ '../build/grit_action.gypi' ],
57 },
58 {
51 # GN version: //chrome/browser/resources:signin_internals_resources 59 # GN version: //chrome/browser/resources:signin_internals_resources
52 'action_name': 'generate_signin_internals_resources', 60 'action_name': 'generate_signin_internals_resources',
53 'variables': { 61 'variables': {
54 'grit_grd_file': 'browser/resources/signin_internals_resources.grd', 62 'grit_grd_file': 'browser/resources/signin_internals_resources.grd',
55 }, 63 },
56 'includes': ['../build/grit_action.gypi' ], 64 'includes': ['../build/grit_action.gypi' ],
57 }, 65 },
58 { 66 {
59 # GN version: //chrome/browser/resources:translate_internals_resources 67 # GN version: //chrome/browser/resources:translate_internals_resources
60 'action_name': 'generate_translate_internals_resources', 68 'action_name': 'generate_translate_internals_resources',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', 692 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak',
685 ], 693 ],
686 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', 694 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak',
687 }, 695 },
688 'includes': [ '../build/repack_action.gypi' ], 696 'includes': [ '../build/repack_action.gypi' ],
689 }, 697 },
690 ], 698 ],
691 }, 699 },
692 ], # targets 700 ], # targets
693 } 701 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | components/policy_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698