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

Side by Side Diff: cloud_print/service/service.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
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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'enable_wexit_time_destructors': 1, 8 'enable_wexit_time_destructors': 1,
9 }, 9 },
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 10 matching lines...) Expand all
21 '_ATL_NO_COM_SUPPORT', 21 '_ATL_NO_COM_SUPPORT',
22 '_ATL_NO_AUTOMATIC_NAMESPACE', 22 '_ATL_NO_AUTOMATIC_NAMESPACE',
23 '_ATL_NO_EXCEPTIONS', 23 '_ATL_NO_EXCEPTIONS',
24 ], 24 ],
25 }, 25 },
26 'targets': [ 26 'targets': [
27 { 27 {
28 # GN version: //cloud_print/service:resources 28 # GN version: //cloud_print/service:resources
29 'target_name': 'service_resources', 29 'target_name': 'service_resources',
30 'type': 'none', 30 'type': 'none',
31 'hard_dependency': 1,
31 'variables': { 32 'variables': {
32 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/cloud_print/service', 33 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/cloud_print/service',
33 }, 34 },
34 'actions': [ 35 'actions': [
35 { 36 {
36 'action_name': 'service_resources', 37 'action_name': 'service_resources',
37 'variables': { 38 'variables': {
38 'grit_grd_file': 'win/service_resources.grd', 39 'grit_grd_file': 'win/service_resources.grd',
39 }, 40 },
40 'includes': [ '../../build/grit_action.gypi' ], 41 'includes': [ '../../build/grit_action.gypi' ],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'win/service_listener.cc', 112 'win/service_listener.cc',
112 'win/service_listener.h', 113 'win/service_listener.h',
113 'win/service_utils.cc', 114 'win/service_utils.cc',
114 'win/service_utils.h', 115 'win/service_utils.h',
115 'win/setup_listener.cc', 116 'win/setup_listener.cc',
116 'win/setup_listener.h', 117 'win/setup_listener.h',
117 ], 118 ],
118 }, 119 },
119 ], 120 ],
120 } 121 }
OLDNEW
« no previous file with comments | « chromecast/chromecast_locales.gyp ('k') | cloud_print/virtual_driver/win/install/virtual_driver_install.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698