Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1121363002: GN Windows component build fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@component2
Patch Set: . Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app_installer/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '../content/content.gyp:content_common', 90 '../content/content.gyp:content_common',
91 '../testing/gmock.gyp:gmock', 91 '../testing/gmock.gyp:gmock',
92 '../testing/gtest.gyp:gtest', 92 '../testing/gtest.gyp:gtest',
93 ], 93 ],
94 'include_dirs': [ 94 'include_dirs': [
95 '..', 95 '..',
96 ], 96 ],
97 'sources': [ 97 'sources': [
98 # List duplicated in GN build. 98 # List duplicated in GN build.
99 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 99 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
100 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str ings.rc',
100 'installer/setup/compat_checks_unittest.cc', 101 'installer/setup/compat_checks_unittest.cc',
101 'installer/setup/setup_constants.cc', 102 'installer/setup/setup_constants.cc',
102 'installer/util/advanced_firewall_manager_win_unittest.cc', 103 'installer/util/advanced_firewall_manager_win_unittest.cc',
103 'installer/util/callback_work_item_unittest.cc', 104 'installer/util/callback_work_item_unittest.cc',
104 'installer/util/channel_info_unittest.cc', 105 'installer/util/channel_info_unittest.cc',
105 'installer/util/copy_tree_work_item_unittest.cc', 106 'installer/util/copy_tree_work_item_unittest.cc',
106 'installer/util/create_dir_work_item_unittest.cc', 107 'installer/util/create_dir_work_item_unittest.cc',
107 'installer/util/create_reg_key_work_item_unittest.cc', 108 'installer/util/create_reg_key_work_item_unittest.cc',
108 'installer/util/delete_after_reboot_helper_unittest.cc', 109 'installer/util/delete_after_reboot_helper_unittest.cc',
109 'installer/util/delete_reg_key_work_item_unittest.cc', 110 'installer/util/delete_reg_key_work_item_unittest.cc',
110 'installer/util/delete_reg_value_work_item_unittest.cc', 111 'installer/util/delete_reg_value_work_item_unittest.cc',
111 'installer/util/delete_tree_work_item_unittest.cc', 112 'installer/util/delete_tree_work_item_unittest.cc',
112 'installer/util/duplicate_tree_detector_unittest.cc', 113 'installer/util/duplicate_tree_detector_unittest.cc',
113 'installer/util/fake_installation_state.h', 114 'installer/util/fake_installation_state.h',
114 'installer/util/fake_product_state.h', 115 'installer/util/fake_product_state.h',
115 'installer/util/google_update_settings_unittest.cc', 116 'installer/util/google_update_settings_unittest.cc',
116 'installer/util/install_util_unittest.cc', 117 'installer/util/install_util_unittest.cc',
117 'installer/util/installation_validation_helper.cc', 118 'installer/util/installation_validation_helper.cc',
118 'installer/util/installation_validation_helper.h', 119 'installer/util/installation_validation_helper.h',
119 'installer/util/installation_validator_unittest.cc', 120 'installer/util/installation_validator_unittest.cc',
120 'installer/util/installer_state_unittest.cc', 121 'installer/util/installer_state_unittest.cc',
121 'installer/util/installer_util_test_common.cc', 122 'installer/util/installer_util_test_common.cc',
122 'installer/util/installer_util_test_common.h', 123 'installer/util/installer_util_test_common.h',
123 'installer/util/installer_util_unittests.rc',
124 'installer/util/installer_util_unittests_resource.h',
125 'installer/util/language_selector_unittest.cc', 124 'installer/util/language_selector_unittest.cc',
126 'installer/util/legacy_firewall_manager_win_unittest.cc', 125 'installer/util/legacy_firewall_manager_win_unittest.cc',
127 'installer/util/logging_installer_unittest.cc', 126 'installer/util/logging_installer_unittest.cc',
128 'installer/util/lzma_util_unittest.cc', 127 'installer/util/lzma_util_unittest.cc',
129 'installer/util/master_preferences_unittest.cc', 128 'installer/util/master_preferences_unittest.cc',
130 'installer/util/move_tree_work_item_unittest.cc', 129 'installer/util/move_tree_work_item_unittest.cc',
131 'installer/util/product_state_unittest.cc', 130 'installer/util/product_state_unittest.cc',
132 'installer/util/product_unittest.cc', 131 'installer/util/product_unittest.cc',
133 'installer/util/product_unittest.h', 132 'installer/util/product_unittest.h',
134 'installer/util/registry_key_backup_unittest.cc', 133 'installer/util/registry_key_backup_unittest.cc',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '..', 1061 '..',
1063 ], 1062 ],
1064 'sources': [ 1063 'sources': [
1065 'installer/gcapi_mac/gcapi_example_client.mm', 1064 'installer/gcapi_mac/gcapi_example_client.mm',
1066 ], 1065 ],
1067 }, 1066 },
1068 ], # targets 1067 ], # targets
1069 }], # OS=="mac" 1068 }], # OS=="mac"
1070 ], 1069 ],
1071 } 1070 }
OLDNEW
« no previous file with comments | « chrome/app_installer/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698