| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 ], | 91 ], |
| 92 'include_dirs': [ | 92 'include_dirs': [ |
| 93 '..', | 93 '..', |
| 94 ], | 94 ], |
| 95 'sources': [ | 95 'sources': [ |
| 96 'installer/setup/compat_checks_unittest.cc', | 96 'installer/setup/compat_checks_unittest.cc', |
| 97 'installer/setup/setup_constants.cc', | 97 'installer/setup/setup_constants.cc', |
| 98 'installer/util/advanced_firewall_manager_win_unittest.cc', | 98 'installer/util/advanced_firewall_manager_win_unittest.cc', |
| 99 'installer/util/callback_work_item_unittest.cc', | 99 'installer/util/callback_work_item_unittest.cc', |
| 100 'installer/util/channel_info_unittest.cc', | 100 'installer/util/channel_info_unittest.cc', |
| 101 'installer/util/copy_reg_key_work_item_unittest.cc', | |
| 102 'installer/util/copy_tree_work_item_unittest.cc', | 101 'installer/util/copy_tree_work_item_unittest.cc', |
| 103 'installer/util/create_dir_work_item_unittest.cc', | 102 'installer/util/create_dir_work_item_unittest.cc', |
| 104 'installer/util/create_reg_key_work_item_unittest.cc', | 103 'installer/util/create_reg_key_work_item_unittest.cc', |
| 105 'installer/util/delete_after_reboot_helper_unittest.cc', | 104 'installer/util/delete_after_reboot_helper_unittest.cc', |
| 106 'installer/util/delete_reg_key_work_item_unittest.cc', | 105 'installer/util/delete_reg_key_work_item_unittest.cc', |
| 107 'installer/util/delete_reg_value_work_item_unittest.cc', | 106 'installer/util/delete_reg_value_work_item_unittest.cc', |
| 108 'installer/util/delete_tree_work_item_unittest.cc', | 107 'installer/util/delete_tree_work_item_unittest.cc', |
| 109 'installer/util/duplicate_tree_detector_unittest.cc', | 108 'installer/util/duplicate_tree_detector_unittest.cc', |
| 110 'installer/util/fake_installation_state.h', | 109 'installer/util/fake_installation_state.h', |
| 111 'installer/util/fake_product_state.h', | 110 'installer/util/fake_product_state.h', |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1127 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
| 1129 }, | 1128 }, |
| 1130 }, { # else branding!="Chrome" | 1129 }, { # else branding!="Chrome" |
| 1131 'variables': { | 1130 'variables': { |
| 1132 'branding_dir': 'app/theme/chromium', | 1131 'branding_dir': 'app/theme/chromium', |
| 1133 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1132 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
| 1134 }, | 1133 }, |
| 1135 }], | 1134 }], |
| 1136 ], | 1135 ], |
| 1137 } | 1136 } |
| OLD | NEW |