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

Side by Side Diff: build/all.gyp

Issue 1944103002: build mini_installer as part of the chromium_builder_perf target on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build too Created 4 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
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | 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 # 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 '../breakpad/breakpad.gyp:minidump_stackwalk', 580 '../breakpad/breakpad.gyp:minidump_stackwalk',
581 ], 581 ],
582 }], 582 }],
583 ['OS=="linux"', { 583 ['OS=="linux"', {
584 'dependencies': [ 584 'dependencies': [
585 '../chrome/chrome.gyp:linux_symbols' 585 '../chrome/chrome.gyp:linux_symbols'
586 ], 586 ],
587 }], 587 }],
588 ['OS=="win"', { 588 ['OS=="win"', {
589 'dependencies': [ 589 'dependencies': [
590 '../chrome/installer/mini_installer.gyp:mini_installer',
590 '../gpu/gpu.gyp:angle_perftests', 591 '../gpu/gpu.gyp:angle_perftests',
591 ], 592 ],
592 }], 593 }],
593 ], 594 ],
594 }, # target_name: chromium_builder_perf 595 }, # target_name: chromium_builder_perf
595 { 596 {
596 'target_name': 'chromium_gpu_builder', 597 'target_name': 'chromium_gpu_builder',
597 'type': 'none', 598 'type': 'none',
598 'dependencies': [ 599 'dependencies': [
599 '../chrome/chrome.gyp:chrome', 600 '../chrome/chrome.gyp:chrome',
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'dependencies': [ 1346 'dependencies': [
1346 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1347 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1347 '../ui/views/views.gyp:views', 1348 '../ui/views/views.gyp:views',
1348 '../ui/views/views.gyp:views_unittests', 1349 '../ui/views/views.gyp:views_unittests',
1349 ], 1350 ],
1350 }, # target_name: macviews_builder 1351 }, # target_name: macviews_builder
1351 ], # targets 1352 ], # targets
1352 }], # os=='mac' and toolkit_views==1 1353 }], # os=='mac' and toolkit_views==1
1353 ], # conditions 1354 ], # conditions
1354 } 1355 }
OLDNEW
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698