OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |