| 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 'includes': [ | 8 'includes': [ |
| 9 '../../build/common.gypi', | 9 '../../build/common.gypi', |
| 10 ], | 10 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 '../../courgette/courgette.gyp:courgette_lib', | 24 '../../courgette/courgette.gyp:courgette_lib', |
| 25 '../../third_party/bspatch/bspatch.gyp:bspatch', | 25 '../../third_party/bspatch/bspatch.gyp:bspatch', |
| 26 '../../third_party/icu/icu.gyp:icui18n', | 26 '../../third_party/icu/icu.gyp:icui18n', |
| 27 '../../third_party/icu/icu.gyp:icuuc', | 27 '../../third_party/icu/icu.gyp:icuuc', |
| 28 '../../third_party/libxml/libxml.gyp:libxml', | 28 '../../third_party/libxml/libxml.gyp:libxml', |
| 29 '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 29 '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 30 ], | 30 ], |
| 31 'include_dirs': [ | 31 'include_dirs': [ |
| 32 '../..', | 32 '../..', |
| 33 ], | 33 ], |
| 34 'variables': { | |
| 35 'extra_installer_util_sources%': [ | |
| 36 ], | |
| 37 }, | |
| 38 'sources': [ | 34 'sources': [ |
| 39 'util/browser_distribution.cc', | 35 'util/browser_distribution.cc', |
| 40 'util/browser_distribution.h', | 36 'util/browser_distribution.h', |
| 41 'util/compat_checks.cc', | 37 'util/compat_checks.cc', |
| 42 'util/compat_checks.h', | 38 'util/compat_checks.h', |
| 43 'util/copy_tree_work_item.cc', | 39 'util/copy_tree_work_item.cc', |
| 44 'util/copy_tree_work_item.h', | 40 'util/copy_tree_work_item.h', |
| 45 'util/create_dir_work_item.cc', | 41 'util/create_dir_work_item.cc', |
| 46 'util/create_dir_work_item.h', | 42 'util/create_dir_work_item.h', |
| 47 'util/create_reg_key_work_item.cc', | 43 'util/create_reg_key_work_item.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'util/util_constants.cc', | 77 'util/util_constants.cc', |
| 82 'util/util_constants.h', | 78 'util/util_constants.h', |
| 83 'util/version.cc', | 79 'util/version.cc', |
| 84 'util/version.h', | 80 'util/version.h', |
| 85 'util/work_item.cc', | 81 'util/work_item.cc', |
| 86 'util/work_item.h', | 82 'util/work_item.h', |
| 87 'util/work_item_list.cc', | 83 'util/work_item_list.cc', |
| 88 'util/work_item_list.h', | 84 'util/work_item_list.h', |
| 89 '../common/json_value_serializer.cc', | 85 '../common/json_value_serializer.cc', |
| 90 '../common/pref_names.cc', | 86 '../common/pref_names.cc', |
| 91 '<@(extra_installer_util_sources)', | 87 ], |
| 88 'variables': { |
| 89 'extra_installer_util_sources%': 0, |
| 90 }, |
| 91 'conditions': [ |
| 92 ['extra_installer_util_sources', { |
| 93 'sources': [ |
| 94 'util/exp/experimental_browser_distribution.cc', |
| 95 'util/exp/experimental_browser_distribution.h', |
| 96 ], |
| 97 }, |
| 98 ], |
| 92 ], | 99 ], |
| 93 }, | 100 }, |
| 94 { | 101 { |
| 95 'target_name': 'gcapi_dll', | 102 'target_name': 'gcapi_dll', |
| 96 'type': 'loadable_module', | 103 'type': 'loadable_module', |
| 97 'msvs_guid': 'B802A2FE-E4E2-4F5A-905A-D5128875C954', | 104 'msvs_guid': 'B802A2FE-E4E2-4F5A-905A-D5128875C954', |
| 98 'dependencies': [ | 105 'dependencies': [ |
| 99 '../../google_update/google_update.gyp:google_update', | 106 '../../google_update/google_update.gyp:google_update', |
| 100 ], | 107 ], |
| 101 'include_dirs': [ | 108 'include_dirs': [ |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'variables': { | 630 'variables': { |
| 624 'branding_dir': '../app/theme/google_chrome', | 631 'branding_dir': '../app/theme/google_chrome', |
| 625 }, | 632 }, |
| 626 }, { # else branding!="Chrome" | 633 }, { # else branding!="Chrome" |
| 627 'variables': { | 634 'variables': { |
| 628 'branding_dir': '../app/theme/chromium', | 635 'branding_dir': '../app/theme/chromium', |
| 629 }, | 636 }, |
| 630 }], | 637 }], |
| 631 ], | 638 ], |
| 632 } | 639 } |
| OLD | NEW |