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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Update resource_ids Created 5 years, 3 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 (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 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js', 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js',
10 }, 10 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 }, 51 },
52 { 52 {
53 # GN version: //chrome/browser/resources:signin_internals_resources 53 # GN version: //chrome/browser/resources:signin_internals_resources
54 'action_name': 'generate_signin_internals_resources', 54 'action_name': 'generate_signin_internals_resources',
55 'variables': { 55 'variables': {
56 'grit_grd_file': 'browser/resources/signin_internals_resources.grd', 56 'grit_grd_file': 'browser/resources/signin_internals_resources.grd',
57 }, 57 },
58 'includes': ['../build/grit_action.gypi' ], 58 'includes': ['../build/grit_action.gypi' ],
59 }, 59 },
60 { 60 {
61 # GN version: //chrome/browser/resources:sync_internals_resources
62 'action_name': 'generate_sync_internals_resources',
63 'variables': {
64 'grit_grd_file': 'browser/resources/sync_internals_resources.grd',
65 },
66 'includes': [ '../build/grit_action.gypi' ],
67 },
68 {
69 # GN version: //chrome/browser/resources:translate_internals_resources 61 # GN version: //chrome/browser/resources:translate_internals_resources
70 'action_name': 'generate_translate_internals_resources', 62 'action_name': 'generate_translate_internals_resources',
71 'variables': { 63 'variables': {
72 'grit_grd_file': 'browser/resources/translate_internals_resources.gr d', 64 'grit_grd_file': 'browser/resources/translate_internals_resources.gr d',
73 }, 65 },
74 'includes': [ '../build/grit_action.gypi' ], 66 'includes': [ '../build/grit_action.gypi' ],
75 }, 67 },
76 ], 68 ],
77 'includes': [ '../build/grit_target.gypi' ], 69 'includes': [ '../build/grit_target.gypi' ],
78 'conditions': [ 70 'conditions': [
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 '<(generator_path)', 657 '<(generator_path)',
666 'credits', 658 'credits',
667 '<(about_credits_file)', 659 '<(about_credits_file)',
668 ], 660 ],
669 'message': 'Generating about:credits', 661 'message': 'Generating about:credits',
670 }, 662 },
671 ], 663 ],
672 }, 664 },
673 ], # targets 665 ], # targets
674 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698