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

Side by Side Diff: build/all.gyp

Issue 423293004: Move app_installer into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 }], 171 }],
172 ['OS=="win"', { 172 ['OS=="win"', {
173 'conditions': [ 173 'conditions': [
174 ['win_use_allocator_shim==1', { 174 ['win_use_allocator_shim==1', {
175 'dependencies': [ 175 'dependencies': [
176 '../base/allocator/allocator.gyp:*', 176 '../base/allocator/allocator.gyp:*',
177 ], 177 ],
178 }], 178 }],
179 ], 179 ],
180 'dependencies': [ 180 'dependencies': [
181 '../app_installer/app_installer.gyp:*',
181 '../chrome_elf/chrome_elf.gyp:*', 182 '../chrome_elf/chrome_elf.gyp:*',
182 '../cloud_print/cloud_print.gyp:*', 183 '../cloud_print/cloud_print.gyp:*',
183 '../courgette/courgette.gyp:*', 184 '../courgette/courgette.gyp:*',
184 '../rlz/rlz.gyp:*', 185 '../rlz/rlz.gyp:*',
185 '../sandbox/sandbox.gyp:*', 186 '../sandbox/sandbox.gyp:*',
186 '<(angle_path)/src/build_angle.gyp:*', 187 '<(angle_path)/src/build_angle.gyp:*',
187 '../third_party/bspatch/bspatch.gyp:*', 188 '../third_party/bspatch/bspatch.gyp:*',
188 '../tools/win/static_initializers/static_initializers.gyp:*', 189 '../tools/win/static_initializers/static_initializers.gyp:*',
189 ], 190 ],
190 }, { 191 }, {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 '../third_party/WebKit/public/all.gyp:all_blink', 308 '../third_party/WebKit/public/all.gyp:all_blink',
308 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 309 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
309 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 310 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
310 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 311 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
311 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 312 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
312 '../tools/telemetry/telemetry.gyp:*', 313 '../tools/telemetry/telemetry.gyp:*',
313 ], 314 ],
314 }], 315 }],
315 ['OS=="win"', { 316 ['OS=="win"', {
316 'dependencies': [ 317 'dependencies': [
318 '../app_installer/app_installer.gyp:app_installer',
317 '../chrome/chrome.gyp:crash_service', 319 '../chrome/chrome.gyp:crash_service',
318 '../chrome/chrome.gyp:installer_util_unittests', 320 '../chrome/chrome.gyp:installer_util_unittests',
319 # ../chrome/test/mini_installer requires mini_installer. 321 # ../chrome/test/mini_installer requires mini_installer.
320 '../chrome/installer/mini_installer.gyp:mini_installer', 322 '../chrome/installer/mini_installer.gyp:mini_installer',
321 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 323 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
322 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 324 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
323 '../courgette/courgette.gyp:courgette_unittests', 325 '../courgette/courgette.gyp:courgette_unittests',
324 '../sandbox/sandbox.gyp:sbox_integration_tests', 326 '../sandbox/sandbox.gyp:sbox_integration_tests',
325 '../sandbox/sandbox.gyp:sbox_unittests', 327 '../sandbox/sandbox.gyp:sbox_unittests',
326 '../sandbox/sandbox.gyp:sbox_validation_tests', 328 '../sandbox/sandbox.gyp:sbox_validation_tests',
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 ], 1136 ],
1135 }, 1137 },
1136 ], # targets 1138 ], # targets
1137 'conditions': [ 1139 'conditions': [
1138 ['branding=="Chrome"', { 1140 ['branding=="Chrome"', {
1139 'targets': [ 1141 'targets': [
1140 { 1142 {
1141 'target_name': 'chrome_official_builder', 1143 'target_name': 'chrome_official_builder',
1142 'type': 'none', 1144 'type': 'none',
1143 'dependencies': [ 1145 'dependencies': [
1146 '../app_installer/app_installer.gyp:app_installer',
1144 '../base/base.gyp:base_unittests', 1147 '../base/base.gyp:base_unittests',
1145 '../chrome/chrome.gyp:browser_tests', 1148 '../chrome/chrome.gyp:browser_tests',
1146 '../chrome/chrome.gyp:crash_service', 1149 '../chrome/chrome.gyp:crash_service',
1147 '../chrome/chrome.gyp:gcapi_dll', 1150 '../chrome/chrome.gyp:gcapi_dll',
1148 '../chrome/chrome.gyp:pack_policy_templates', 1151 '../chrome/chrome.gyp:pack_policy_templates',
1149 '../chrome/installer/mini_installer.gyp:mini_installer', 1152 '../chrome/installer/mini_installer.gyp:mini_installer',
1150 '../cloud_print/cloud_print.gyp:cloud_print', 1153 '../cloud_print/cloud_print.gyp:cloud_print',
1151 '../courgette/courgette.gyp:courgette', 1154 '../courgette/courgette.gyp:courgette',
1152 '../courgette/courgette.gyp:courgette64', 1155 '../courgette/courgette.gyp:courgette64',
1153 '../ipc/ipc.gyp:ipc_tests', 1156 '../ipc/ipc.gyp:ipc_tests',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 'dependencies': [ 1302 'dependencies': [
1300 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1303 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1301 '../ui/views/views.gyp:views', 1304 '../ui/views/views.gyp:views',
1302 '../ui/views/views.gyp:views_unittests', 1305 '../ui/views/views.gyp:views_unittests',
1303 ], 1306 ],
1304 }, # target_name: macviews_builder 1307 }, # target_name: macviews_builder
1305 ], # targets 1308 ], # targets
1306 }], # os=='mac' and toolkit_views==1 1309 }], # os=='mac' and toolkit_views==1
1307 ], # conditions 1310 ], # conditions
1308 } 1311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698