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

Side by Side Diff: chromecast/chromecast.gyp

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 6 years, 4 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 | « chrome/tools/build/repack_locales.py ('k') | components/components_tests.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 # Copyright 2014 The Chromium Authors. All Rights Reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 { 67 {
68 'target_name': 'cast_shell_resources', 68 'target_name': 'cast_shell_resources',
69 'type': 'none', 69 'type': 'none',
70 # Place holder for cast_shell specific resources. 70 # Place holder for cast_shell specific resources.
71 }, 71 },
72 { 72 {
73 'target_name': 'cast_shell_pak', 73 'target_name': 'cast_shell_pak',
74 'type': 'none', 74 'type': 'none',
75 'dependencies': [ 75 'dependencies': [
76 'cast_shell_resources', 76 'cast_shell_resources',
77 '../content/app/strings/content_strings.gyp:content_strings',
77 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', 78 '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
78 '../content/content_resources.gyp:content_resources', 79 '../content/content_resources.gyp:content_resources',
79 '../net/net.gyp:net_resources', 80 '../net/net.gyp:net_resources',
80 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 81 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
81 '../ui/resources/ui_resources.gyp:ui_resources', 82 '../ui/resources/ui_resources.gyp:ui_resources',
82 '../ui/strings/ui_strings.gyp:ui_strings', 83 '../ui/strings/ui_strings.gyp:ui_strings',
83 '../webkit/webkit_resources.gyp:webkit_resources', 84 '../webkit/webkit_resources.gyp:webkit_resources',
84 '../webkit/webkit_resources.gyp:webkit_strings',
85 ], 85 ],
86 'actions': [ 86 'actions': [
87 { 87 {
88 'action_name': 'repack_cast_shell_pack', 88 'action_name': 'repack_cast_shell_pack',
89 'variables': { 89 'variables': {
90 'pak_inputs': [ 90 'pak_inputs': [
91 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak', 91 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak',
92 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 92 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
93 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak',
93 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 94 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
94 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 95 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
95 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', 96 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
96 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak', 97 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak',
97 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', 98 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
98 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 99 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
99 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 100 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
100 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
101 ], 101 ],
102 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak', 102 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak',
103 }, 103 },
104 'includes': [ '../build/repack_action.gypi' ], 104 'includes': [ '../build/repack_action.gypi' ],
105 }, 105 },
106 ], 106 ],
107 }, 107 },
108 { 108 {
109 'target_name': 'cast_shell', 109 'target_name': 'cast_shell',
110 'type': 'executable', 110 'type': 'executable',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 '<@(_outputs)', 182 '<@(_outputs)',
183 ], 183 ],
184 'includes': [ 184 'includes': [
185 '../build/util/version.gypi', 185 '../build/util/version.gypi',
186 ], 186 ],
187 }, 187 },
188 ], 188 ],
189 }, 189 },
190 ], # end of targets 190 ], # end of targets
191 } 191 }
OLDNEW
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698