OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |