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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'installer/setup/install_worker.cc', # Move to lib | 426 'installer/setup/install_worker.cc', # Move to lib |
427 'installer/setup/install_worker.h', # Move to lib | 427 'installer/setup/install_worker.h', # Move to lib |
428 'installer/setup/install_worker_unittest.cc', | 428 'installer/setup/install_worker_unittest.cc', |
429 'installer/setup/run_all_unittests.cc', | 429 'installer/setup/run_all_unittests.cc', |
430 'installer/setup/setup_constants.cc', # Move to lib | 430 'installer/setup/setup_constants.cc', # Move to lib |
431 'installer/setup/setup_constants.h', # Move to lib | 431 'installer/setup/setup_constants.h', # Move to lib |
432 'installer/setup/setup_unittests.rc', | 432 'installer/setup/setup_unittests.rc', |
433 'installer/setup/setup_unittests_resource.h', | 433 'installer/setup/setup_unittests_resource.h', |
434 'installer/setup/setup_util.cc', | 434 'installer/setup/setup_util.cc', |
435 'installer/setup/setup_util_unittest.cc', | 435 'installer/setup/setup_util_unittest.cc', |
| 436 'installer/setup/setup_util_unittest.h', |
436 ], | 437 ], |
437 'rules': [ | 438 'rules': [ |
438 { | 439 { |
439 'rule_name': 'server_dlls', # Move to lib | 440 'rule_name': 'server_dlls', # Move to lib |
440 'extension': 'release', | 441 'extension': 'release', |
441 'variables': { | 442 'variables': { |
442 'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py', | 443 'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py', |
443 'template_file': 'installer/mini_installer/chrome.release', | 444 'template_file': 'installer/mini_installer/chrome.release', |
444 }, | 445 }, |
445 'inputs': [ | 446 'inputs': [ |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1210 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1211 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
1211 }, | 1212 }, |
1212 }, { # else branding!="Chrome" | 1213 }, { # else branding!="Chrome" |
1213 'variables': { | 1214 'variables': { |
1214 'branding_dir': 'app/theme/chromium', | 1215 'branding_dir': 'app/theme/chromium', |
1215 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1216 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
1216 }, | 1217 }, |
1217 }], | 1218 }], |
1218 ], | 1219 ], |
1219 } | 1220 } |
OLD | NEW |