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

Side by Side Diff: ui/resources/ui_resources.gyp

Issue 560993004: Revert of Simplify test locales in ui_unittests Framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ui/resources/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //ui/resources 8 # GN version: //ui/resources
9 'target_name': 'ui_resources', 9 'target_name': 'ui_resources',
10 'type': 'none', 10 'type': 'none',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'copies': [ 67 'copies': [
68 { 68 {
69 # GN version //ui/resources:copy_ui_resources_100_percent 69 # GN version //ui/resources:copy_ui_resources_100_percent
70 'destination': '<(PRODUCT_DIR)/ui', 70 'destination': '<(PRODUCT_DIR)/ui',
71 'files': [ 71 'files': [
72 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percen t.pak', 72 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percen t.pak',
73 ], 73 ],
74 }, 74 },
75 ], 75 ],
76 }], 76 }],
77 ['OS == "ios" or OS == "mac"', { 77 ['OS == "ios"', {
78 'actions': [ 78 'actions': [
79 { 79 {
80 # GN version: //ui/resources:copy_ui_test_pak 80 # GN version: //ui/resources:copy_ui_test_pak
81 'action_name': 'copy_ui_test_pak', 81 'action_name': 'copy_ui_test_pak',
82 'message': 'Copying ui_test.pak into locale.pak', 82 'message': 'Copying ui_test.pak into locale.pak',
83 'inputs': [ 83 'inputs': [
84 '<(PRODUCT_DIR)/ui_test.pak', 84 '<(PRODUCT_DIR)/ui_test.pak',
85 ], 85 ],
86 'outputs': [ 86 'outputs': [
87 '<(PRODUCT_DIR)/ui/en.lproj/locale.pak', 87 '<(PRODUCT_DIR)/ui/en.lproj/locale.pak',
(...skipping 24 matching lines...) Expand all
112 '<@(_inputs)', 112 '<@(_inputs)',
113 '<@(_outputs)' 113 '<@(_outputs)'
114 ], 114 ],
115 }, 115 },
116 ], 116 ],
117 }], 117 }],
118 ], 118 ],
119 }, 119 },
120 ], 120 ],
121 } 121 }
OLDNEW
« no previous file with comments | « ui/resources/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698