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

Side by Side Diff: ui/base/strings/ui_strings.gyp

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/resource/resource_bundle_win.cc ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui', 4 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui',
5 }, 5 },
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_strings', 8 'target_name': 'ui_strings',
9 'type': 'none', 9 'type': 'none',
10 'actions': [ 10 'actions': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '<(PRODUCT_DIR)/ui_unittests_strings/en-US.pak', 58 '<(PRODUCT_DIR)/ui_unittests_strings/en-US.pak',
59 ], 59 ],
60 'action': ['python', '<(repack_path)', '<@(_outputs)', 60 'action': ['python', '<(repack_path)', '<@(_outputs)',
61 '<@(pak_inputs)'], 61 '<@(pak_inputs)'],
62 }, 62 },
63 ], 63 ],
64 'copies': [ 64 'copies': [
65 { 65 {
66 'destination': '<(PRODUCT_DIR)/ui_unittests_strings', 66 'destination': '<(PRODUCT_DIR)/ui_unittests_strings',
67 'files': [ 67 'files': [
68 '<(grit_base_out_dir)/ui_resources/ui_resources_standard.pak', 68 '<(grit_base_out_dir)/ui_resources/ui_resources_100_percent.pak',
69 ], 69 ],
70 }, 70 },
71 ], 71 ],
72 }], 72 }],
73 }], 73 }],
74 ], 74 ],
75 } 75 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle_win.cc ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698