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 'dependencies': [ | 5 'dependencies': [ |
6 '<(chrome_dll_project)', | 6 '<(chrome_dll_project)', |
7 '../chrome.gyp:app_host', | |
8 '../chrome.gyp:chrome', | 7 '../chrome.gyp:chrome', |
9 '../chrome.gyp:chrome_nacl_win64', | 8 '../chrome.gyp:chrome_nacl_win64', |
10 '../chrome.gyp:default_extensions', | 9 '../chrome.gyp:default_extensions', |
11 '../chrome.gyp:setup', | 10 '../chrome.gyp:setup', |
12 ], | 11 ], |
13 'include_dirs': [ | 12 'include_dirs': [ |
14 '../..', | 13 '../..', |
15 '<(INTERMEDIATE_DIR)', | 14 '<(INTERMEDIATE_DIR)', |
16 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 15 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
17 ], | 16 ], |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'enable_touch_ui_flag': '--enable_touch_ui=1', | 172 'enable_touch_ui_flag': '--enable_touch_ui=1', |
174 }, | 173 }, |
175 }, { | 174 }, { |
176 'variables': { | 175 'variables': { |
177 'enable_touch_ui_flag': '', | 176 'enable_touch_ui_flag': '', |
178 }, | 177 }, |
179 }], | 178 }], |
180 ], | 179 ], |
181 'inputs': [ | 180 'inputs': [ |
182 '<(create_installer_archive_py_path)', | 181 '<(create_installer_archive_py_path)', |
183 '<(PRODUCT_DIR)/app_host.exe', | |
184 '<(PRODUCT_DIR)/chrome.exe', | 182 '<(PRODUCT_DIR)/chrome.exe', |
185 '<(chrome_dll_path)', | 183 '<(chrome_dll_path)', |
186 '<(PRODUCT_DIR)/nacl64.exe', | 184 '<(PRODUCT_DIR)/nacl64.exe', |
187 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | 185 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
188 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', | 186 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
189 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 187 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
190 '<(PRODUCT_DIR)/locales/en-US.pak', | 188 '<(PRODUCT_DIR)/locales/en-US.pak', |
191 '<(PRODUCT_DIR)/icudt.dll', | 189 '<(PRODUCT_DIR)/icudt.dll', |
192 ], | 190 ], |
193 'outputs': [ | 191 'outputs': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'variables': { | 228 'variables': { |
231 'branding_dir': '../app/theme/google_chrome', | 229 'branding_dir': '../app/theme/google_chrome', |
232 }, | 230 }, |
233 }, { # else branding!="Chrome" | 231 }, { # else branding!="Chrome" |
234 'variables': { | 232 'variables': { |
235 'branding_dir': '../app/theme/chromium', | 233 'branding_dir': '../app/theme/chromium', |
236 }, | 234 }, |
237 }], | 235 }], |
238 ], | 236 ], |
239 } | 237 } |
OLD | NEW |