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

Side by Side Diff: remoting/remoting.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 | « net/net.gyp ('k') | third_party/WebKit/public/blink_resources.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 7
8 'branding_path': '../remoting/branding_<(branding)', 8 'branding_path': '../remoting/branding_<(branding)',
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../breakpad/breakpad.gyp:breakpad_handler', 108 '../breakpad/breakpad.gyp:breakpad_handler',
109 ], 109 ],
110 }], 110 }],
111 ], 111 ],
112 }, # end of target 'remoting_breakpad' 112 }, # end of target 'remoting_breakpad'
113 113
114 { 114 {
115 # GN version: //remoting/resources 115 # GN version: //remoting/resources
116 'target_name': 'remoting_resources', 116 'target_name': 'remoting_resources',
117 'type': 'none', 117 'type': 'none',
118 'hard_dependency': 1,
118 'dependencies': [ 119 'dependencies': [
119 'remoting_webapp_html', 120 'remoting_webapp_html',
120 ], 121 ],
121 'variables': { 122 'variables': {
122 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', 123 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)',
123 'sources': [ 124 'sources': [
124 'host/continue_window_mac.mm', 125 'host/continue_window_mac.mm',
125 'host/disconnect_window_mac.mm', 126 'host/disconnect_window_mac.mm',
126 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 127 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
127 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 128 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 ['enable_webrtc==1', { 253 ['enable_webrtc==1', {
253 'dependencies': [ 254 'dependencies': [
254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 255 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
255 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 256 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
256 ], 257 ],
257 }], 258 }],
258 ], 259 ],
259 }, # end of target 'remoting_protocol' 260 }, # end of target 'remoting_protocol'
260 ], # end of targets 261 ], # end of targets
261 } 262 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | third_party/WebKit/public/blink_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698