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

Side by Side Diff: chromecast/chromecast.gyp

Issue 396733002: Fixes chromecast build to point to ui/resources and ui/strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« 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 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'variables': { 74 'variables': {
75 'repack_path': '../tools/grit/grit/format/repack.py', 75 'repack_path': '../tools/grit/grit/format/repack.py',
76 }, 76 },
77 'actions': [ 77 'actions': [
78 { 78 {
79 'action_name': 'repack_cast_shell_pack', 79 'action_name': 'repack_cast_shell_pack',
80 'variables': { 80 'variables': {
81 'pak_inputs': [ 81 'pak_inputs': [
82 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 82 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
83 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 83 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
84 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 84 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
lcwu1 2014/07/17 01:41:14 Based on https://codereview.chromium.org/398873004
85 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 85 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
86 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', 86 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
87 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', 87 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
88 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 88 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
89 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', 89 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
90 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 90 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
91 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 91 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
92 ], 92 ],
93 }, 93 },
94 'inputs': [ 94 'inputs': [
95 '<(repack_path)', 95 '<(repack_path)',
96 '<@(pak_inputs)', 96 '<@(pak_inputs)',
97 ], 97 ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 ], 147 ],
148 }, { 148 }, {
149 'dependencies': [ 149 'dependencies': [
150 '../ui/ozone/ozone.gyp:eglplatform_shim_x11', 150 '../ui/ozone/ozone.gyp:eglplatform_shim_x11',
151 ], 151 ],
152 }], 152 }],
153 ], 153 ],
154 }, 154 },
155 ], # end of targets 155 ], # end of targets
156 } 156 }
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