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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1581253003: Add missing 'hard_dependency' in gyp targets using grit_action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « chrome/chrome_resources.gyp ('k') | chromecast/chromecast_locales.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 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'cast_is_debug_build%': 0, 10 'cast_is_debug_build%': 0,
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'sources': [ 226 'sources': [
227 'net/network_change_notifier_factory_cast.cc', 227 'net/network_change_notifier_factory_cast.cc',
228 'net/network_change_notifier_factory_cast.h', 228 'net/network_change_notifier_factory_cast.h',
229 ], 229 ],
230 }], 230 }],
231 ], 231 ],
232 }, 232 },
233 { 233 {
234 'target_name': 'cast_shell_resources', 234 'target_name': 'cast_shell_resources',
235 'type': 'none', 235 'type': 'none',
236 'hard_dependency': 1,
236 'variables': { 237 'variables': {
237 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', 238 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast',
238 }, 239 },
239 'actions': [ 240 'actions': [
240 { 241 {
241 'action_name': 'cast_shell_resources', 242 'action_name': 'cast_shell_resources',
242 'variables': { 243 'variables': {
243 'grit_grd_file': 'app/resources/shell_resources.grd', 244 'grit_grd_file': 'app/resources/shell_resources.grd',
244 'grit_resource_ids': 'app/resources/resource_ids', 245 'grit_resource_ids': 'app/resources/resource_ids',
245 }, 246 },
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'cast_shell_core', 783 'cast_shell_core',
783 ], 784 ],
784 'sources': [ 785 'sources': [
785 'app/cast_main.cc', 786 'app/cast_main.cc',
786 ], 787 ],
787 }, 788 },
788 ], # end of targets 789 ], # end of targets
789 }], 790 }],
790 ], # end of conditions 791 ], # end of conditions
791 } 792 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chromecast/chromecast_locales.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698