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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 13842010: Added chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix for Windows (SendMessage could be replaced with SendMessageW) Created 7 years, 8 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
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/common/url_constants.h » ('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 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 25 matching lines...) Expand all
36 }, 36 },
37 'includes': ['../build/grit_action.gypi' ], 37 'includes': ['../build/grit_action.gypi' ],
38 }, 38 },
39 { 39 {
40 'action_name': 'sync_internals_resources', 40 'action_name': 'sync_internals_resources',
41 'variables': { 41 'variables': {
42 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', 42 'grit_grd_file': 'browser/resources/sync_internals_resources.grd',
43 }, 43 },
44 'includes': [ '../build/grit_action.gypi' ], 44 'includes': [ '../build/grit_action.gypi' ],
45 }, 45 },
46 {
47 'action_name': 'translate_internals_resources',
48 'variables': {
49 'grit_grd_file': 'browser/resources/translate_internals_resources.gr d',
50 },
51 'includes': [ '../build/grit_action.gypi' ],
52 },
46 ], 53 ],
47 'includes': [ '../build/grit_target.gypi' ], 54 'includes': [ '../build/grit_target.gypi' ],
48 'conditions': [ 55 'conditions': [
49 ['OS != "ios"', { 56 ['OS != "ios"', {
50 'dependencies': [ 57 'dependencies': [
51 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es', 58 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es',
52 ], 59 ],
53 'actions': [ 60 'actions': [
54 { 61 {
55 'action_name': 'component_extension_resources', 62 'action_name': 'component_extension_resources',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 '<(generator_path)', 465 '<(generator_path)',
459 'credits', 466 'credits',
460 '<(about_credits_file)', 467 '<(about_credits_file)',
461 ], 468 ],
462 'message': 'Generating about:credits.', 469 'message': 'Generating about:credits.',
463 }, 470 },
464 ], 471 ],
465 }, 472 },
466 ], # targets 473 ], # targets
467 } 474 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698