OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 8 |
9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'AdditionalOptions': ['/ltcg', '/expectedoutputsize:120000000'], | 55 'AdditionalOptions': ['/ltcg', '/expectedoutputsize:120000000'], |
56 }, | 56 }, |
57 }, | 57 }, |
58 }, | 58 }, |
59 }, | 59 }, |
60 }, | 60 }, |
61 'targets': [ | 61 'targets': [ |
62 { | 62 { |
63 'target_name': 'chrome_launcher', | 63 'target_name': 'chrome_launcher', |
64 'type': 'executable', | 64 'type': 'executable', |
65 'msvs_guid': 'B7E540C1-49D9-4350-ACBC-FB8306316D16', | |
66 'dependencies': [ | 65 'dependencies': [ |
67 '../breakpad/breakpad.gyp:breakpad_handler', | 66 '../breakpad/breakpad.gyp:breakpad_handler', |
68 '../chrome/chrome.gyp:chrome_version_header', | 67 '../chrome/chrome.gyp:chrome_version_header', |
69 '../google_update/google_update.gyp:google_update', | 68 '../google_update/google_update.gyp:google_update', |
70 'chrome_frame.gyp:chrome_frame_utils', | 69 'chrome_frame.gyp:chrome_frame_utils', |
71 ], | 70 ], |
72 'resource_include_dirs': [ | 71 'resource_include_dirs': [ |
73 '<(INTERMEDIATE_DIR)', | 72 '<(INTERMEDIATE_DIR)', |
74 '<(SHARED_INTERMEDIATE_DIR)', | 73 '<(SHARED_INTERMEDIATE_DIR)', |
75 ], | 74 ], |
(...skipping 13 matching lines...) Expand all Loading... |
89 'SubSystem': '2', | 88 'SubSystem': '2', |
90 'AdditionalDependencies': [ | 89 'AdditionalDependencies': [ |
91 'shlwapi.lib', | 90 'shlwapi.lib', |
92 ], | 91 ], |
93 }, | 92 }, |
94 }, | 93 }, |
95 }, | 94 }, |
96 { | 95 { |
97 'target_name': 'chrome_frame_helper', | 96 'target_name': 'chrome_frame_helper', |
98 'type': 'executable', | 97 'type': 'executable', |
99 'msvs_guid': 'BF4FFA36-2F66-4B65-9A91-AB7EC08D1042', | |
100 'dependencies': [ | 98 'dependencies': [ |
101 '../breakpad/breakpad.gyp:breakpad_handler', | 99 '../breakpad/breakpad.gyp:breakpad_handler', |
102 '../chrome/chrome.gyp:chrome_version_header', | 100 '../chrome/chrome.gyp:chrome_version_header', |
103 'chrome_frame.gyp:chrome_frame_utils', | 101 'chrome_frame.gyp:chrome_frame_utils', |
104 'chrome_frame_helper_dll', | 102 'chrome_frame_helper_dll', |
105 'chrome_frame_helper_lib', | 103 'chrome_frame_helper_lib', |
106 ], | 104 ], |
107 'resource_include_dirs': [ | 105 'resource_include_dirs': [ |
108 '<(INTERMEDIATE_DIR)', | 106 '<(INTERMEDIATE_DIR)', |
109 '<(SHARED_INTERMEDIATE_DIR)', | 107 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 12 matching lines...) Expand all Loading... |
122 'OutputFile': | 120 'OutputFile': |
123 '$(OutDir)\\$(ProjectName).exe', | 121 '$(OutDir)\\$(ProjectName).exe', |
124 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. | 122 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. |
125 'SubSystem': '2', | 123 'SubSystem': '2', |
126 }, | 124 }, |
127 }, | 125 }, |
128 }, | 126 }, |
129 { | 127 { |
130 'target_name': 'chrome_frame_helper_dll', | 128 'target_name': 'chrome_frame_helper_dll', |
131 'type': 'shared_library', | 129 'type': 'shared_library', |
132 'msvs_guid': '5E80032F-7033-4661-9016-D98268244783', | |
133 'dependencies': [ | 130 'dependencies': [ |
134 '../chrome/chrome.gyp:chrome_version_header', | 131 '../chrome/chrome.gyp:chrome_version_header', |
135 'chrome_frame_helper_lib', | 132 'chrome_frame_helper_lib', |
136 ], | 133 ], |
137 'resource_include_dirs': [ | 134 'resource_include_dirs': [ |
138 '<(INTERMEDIATE_DIR)', | 135 '<(INTERMEDIATE_DIR)', |
139 '<(SHARED_INTERMEDIATE_DIR)', | 136 '<(SHARED_INTERMEDIATE_DIR)', |
140 ], | 137 ], |
141 'include_dirs': [ | 138 'include_dirs': [ |
142 # To allow including "chrome_tab.h" | 139 # To allow including "chrome_tab.h" |
(...skipping 17 matching lines...) Expand all Loading... |
160 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll', | 157 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll', |
161 'ProgramDatabaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', | 158 'ProgramDatabaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', |
162 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. | 159 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. |
163 'SubSystem': '2', | 160 'SubSystem': '2', |
164 }, | 161 }, |
165 }, | 162 }, |
166 }, | 163 }, |
167 { | 164 { |
168 'target_name': 'chrome_frame_helper_lib', | 165 'target_name': 'chrome_frame_helper_lib', |
169 'type': 'static_library', | 166 'type': 'static_library', |
170 'msvs_guid': '9984D820-1D28-48A7-957C-2AFA41B416C9', | |
171 'dependencies': [ | 167 'dependencies': [ |
172 '../chrome/chrome.gyp:chrome_version_header', | 168 '../chrome/chrome.gyp:chrome_version_header', |
173 ], | 169 ], |
174 'resource_include_dirs': [ | 170 'resource_include_dirs': [ |
175 '<(INTERMEDIATE_DIR)', | 171 '<(INTERMEDIATE_DIR)', |
176 '<(SHARED_INTERMEDIATE_DIR)', | 172 '<(SHARED_INTERMEDIATE_DIR)', |
177 ], | 173 ], |
178 'include_dirs': [ | 174 'include_dirs': [ |
179 # To allow including "chrome_tab.h" | 175 # To allow including "chrome_tab.h" |
180 '<(INTERMEDIATE_DIR)', | 176 '<(INTERMEDIATE_DIR)', |
(...skipping 11 matching lines...) Expand all Loading... |
192 'msvs_settings': { | 188 'msvs_settings': { |
193 'VCLinkerTool': { | 189 'VCLinkerTool': { |
194 'AdditionalDependencies': [ | 190 'AdditionalDependencies': [ |
195 'shlwapi.lib', | 191 'shlwapi.lib', |
196 ], | 192 ], |
197 }, | 193 }, |
198 }, | 194 }, |
199 }, | 195 }, |
200 ], | 196 ], |
201 } | 197 } |
OLD | NEW |