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

Side by Side Diff: chromecast/chromecast.gyp

Issue 469023004: Chromecast: moves cast_shell.pak output to assets/ directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | chromecast/common/cast_paths.h » ('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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 110 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
111 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak', 111 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak',
112 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 112 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
113 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 113 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
114 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', 114 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
115 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak', 115 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak',
116 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', 116 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
117 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 117 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
118 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 118 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
119 ], 119 ],
120 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak', 120 'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak',
tfarina 2014/08/16 03:45:55 where is the corresponding android change for this
gunsch 2014/08/16 17:41:11 Hi tfarina@, Currently the Android cast_shell ("c
121 }, 121 },
122 'includes': [ '../build/repack_action.gypi' ], 122 'includes': [ '../build/repack_action.gypi' ],
123 }, 123 },
124 ], 124 ],
125 }, 125 },
126 { 126 {
127 'target_name': 'cast_shell', 127 'target_name': 'cast_shell',
128 'type': 'executable', 128 'type': 'executable',
129 'dependencies': [ 129 'dependencies': [
130 'cast_common', 130 'cast_common',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 '<@(_outputs)', 213 '<@(_outputs)',
214 ], 214 ],
215 'includes': [ 215 'includes': [
216 '../build/util/version.gypi', 216 '../build/util/version.gypi',
217 ], 217 ],
218 }, 218 },
219 ], 219 ],
220 }, 220 },
221 ], # end of targets 221 ], # end of targets
222 } 222 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/common/cast_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698