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

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

Issue 83513006: Add missing copyright statement to ui_strings.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | 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.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
1 { 5 {
2 'variables': { 6 'variables': {
3 'chromium_code': 1, 7 'chromium_code': 1,
4 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui', 8 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui',
5 }, 9 },
6 'targets': [ 10 'targets': [
7 { 11 {
8 'target_name': 'ui_strings', 12 'target_name': 'ui_strings',
9 'type': 'none', 13 'type': 'none',
10 'actions': [ 14 'actions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'destination': '<(PRODUCT_DIR)/ui_unittests_strings', 80 'destination': '<(PRODUCT_DIR)/ui_unittests_strings',
77 'files': [ 81 'files': [
78 '<(grit_base_out_dir)/ui_resources/ui_resources_100_percent.pak', 82 '<(grit_base_out_dir)/ui_resources/ui_resources_100_percent.pak',
79 ], 83 ],
80 }, 84 },
81 ], 85 ],
82 }], 86 }],
83 }], 87 }],
84 ], 88 ],
85 } 89 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698