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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
8 'libpeer_target_type%': 'static_library', | 8 'libpeer_target_type%': 'static_library', |
9 # 'branding_dir' is set in the 'conditions' section at the bottom. | 9 # 'branding_dir' is set in the 'conditions' section at the bottom. |
10 }, | 10 }, |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'installer/launcher_support/chrome_launcher_support.cc', | 209 'installer/launcher_support/chrome_launcher_support.cc', |
210 'installer/launcher_support/chrome_launcher_support.h', | 210 'installer/launcher_support/chrome_launcher_support.h', |
211 ], | 211 ], |
212 }, | 212 }, |
213 { | 213 { |
214 'target_name': 'setup', | 214 'target_name': 'setup', |
215 'type': 'executable', | 215 'type': 'executable', |
216 'dependencies': [ | 216 'dependencies': [ |
217 'installer_util', | 217 'installer_util', |
218 'installer_util_strings', | 218 'installer_util_strings', |
219 'launcher_support', | |
220 '../base/base.gyp:base', | 219 '../base/base.gyp:base', |
221 '../breakpad/breakpad.gyp:breakpad_handler', | 220 '../breakpad/breakpad.gyp:breakpad_handler', |
222 '../chrome/common_constants.gyp:common_constants', | 221 '../chrome/common_constants.gyp:common_constants', |
223 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 222 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
224 '../rlz/rlz.gyp:rlz_lib', | 223 '../rlz/rlz.gyp:rlz_lib', |
225 '../third_party/zlib/zlib.gyp:zlib', | 224 '../third_party/zlib/zlib.gyp:zlib', |
226 ], | 225 ], |
227 'include_dirs': [ | 226 'include_dirs': [ |
228 '..', | 227 '..', |
229 '<(INTERMEDIATE_DIR)', | 228 '<(INTERMEDIATE_DIR)', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 }, | 323 }, |
325 }], | 324 }], |
326 ], | 325 ], |
327 }, | 326 }, |
328 { | 327 { |
329 'target_name': 'setup_unittests', | 328 'target_name': 'setup_unittests', |
330 'type': 'executable', | 329 'type': 'executable', |
331 'dependencies': [ | 330 'dependencies': [ |
332 'installer_util', | 331 'installer_util', |
333 'installer_util_strings', | 332 'installer_util_strings', |
334 'launcher_support', | |
335 '../base/base.gyp:base', | 333 '../base/base.gyp:base', |
336 '../base/base.gyp:base_i18n', | 334 '../base/base.gyp:base_i18n', |
337 '../base/base.gyp:test_support_base', | 335 '../base/base.gyp:test_support_base', |
338 '../testing/gmock.gyp:gmock', | 336 '../testing/gmock.gyp:gmock', |
339 '../testing/gtest.gyp:gtest', | 337 '../testing/gtest.gyp:gtest', |
340 ], | 338 ], |
341 'include_dirs': [ | 339 'include_dirs': [ |
342 '..', | 340 '..', |
343 '<(INTERMEDIATE_DIR)', | 341 '<(INTERMEDIATE_DIR)', |
344 ], | 342 ], |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1089 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
1092 }, | 1090 }, |
1093 }, { # else branding!="Chrome" | 1091 }, { # else branding!="Chrome" |
1094 'variables': { | 1092 'variables': { |
1095 'branding_dir': 'app/theme/chromium', | 1093 'branding_dir': 'app/theme/chromium', |
1096 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1094 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
1097 }, | 1095 }, |
1098 }], | 1096 }], |
1099 ], | 1097 ], |
1100 } | 1098 } |
OLD | NEW |