| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'version_py': '../../chrome/tools/build/version.py', | 3 'version_py': '../../chrome/tools/build/version.py', |
| 4 'version_path': '../../chrome/VERSION', | 4 'version_path': '../../chrome/VERSION', |
| 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 6 # 'branding_dir' is set in the 'conditions' section at the bottom. | 6 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 7 }, | 7 }, |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['OS=="win"', { | 9 ['OS=="win"', { |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'util/shell_util.cc', | 72 'util/shell_util.cc', |
| 73 'util/shell_util.h', | 73 'util/shell_util.h', |
| 74 'util/util_constants.cc', | 74 'util/util_constants.cc', |
| 75 'util/util_constants.h', | 75 'util/util_constants.h', |
| 76 'util/version.cc', | 76 'util/version.cc', |
| 77 'util/version.h', | 77 'util/version.h', |
| 78 'util/work_item.cc', | 78 'util/work_item.cc', |
| 79 'util/work_item.h', | 79 'util/work_item.h', |
| 80 'util/work_item_list.cc', | 80 'util/work_item_list.cc', |
| 81 'util/work_item_list.h', | 81 'util/work_item_list.h', |
| 82 '../common/json_value_serializer.cc', | |
| 83 '../common/pref_names.cc', | |
| 84 ], | 82 ], |
| 85 'variables': { | 83 'variables': { |
| 86 'extra_installer_util_sources%': 0, | 84 'extra_installer_util_sources%': 0, |
| 87 }, | 85 }, |
| 88 'conditions': [ | 86 'conditions': [ |
| 89 ['extra_installer_util_sources', { | 87 ['extra_installer_util_sources', { |
| 90 'sources': [ | 88 'sources': [ |
| 91 'util/exp/experimental_browser_distribution.cc', | 89 'util/exp/experimental_browser_distribution.cc', |
| 92 'util/exp/experimental_browser_distribution.h', | 90 'util/exp/experimental_browser_distribution.h', |
| 93 ], | 91 ], |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'variables': { | 621 'variables': { |
| 624 'branding_dir': '../app/theme/google_chrome', | 622 'branding_dir': '../app/theme/google_chrome', |
| 625 }, | 623 }, |
| 626 }, { # else branding!="Chrome" | 624 }, { # else branding!="Chrome" |
| 627 'variables': { | 625 'variables': { |
| 628 'branding_dir': '../app/theme/chromium', | 626 'branding_dir': '../app/theme/chromium', |
| 629 }, | 627 }, |
| 630 }], | 628 }], |
| 631 ], | 629 ], |
| 632 } | 630 } |
| OLD | NEW |