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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 ], | 659 ], |
660 }], | 660 }], |
661 ['OS=="linux"', { | 661 ['OS=="linux"', { |
662 'dependencies': [ | 662 'dependencies': [ |
663 '../dbus/dbus.gyp:dbus_unittests', | 663 '../dbus/dbus.gyp:dbus_unittests', |
664 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 664 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
665 ], | 665 ], |
666 }], | 666 }], |
667 ], | 667 ], |
668 }, | 668 }, |
669 ]},{ | 669 { |
670 'target_name': 'chromium_builder_nacl_win_integration', | 670 'target_name': 'chromium_builder_nacl_win_integration', |
671 'type': 'none', | 671 'type': 'none', |
672 'dependencies': [ | 672 'dependencies': [ |
673 'chromium_builder_tests', | 673 'chromium_builder_tests', |
674 ], | 674 ], |
675 }, # target_name: chromium_builder_nacl_win_integration | 675 }, # target_name: chromium_builder_nacl_win_integration |
676 { | 676 { |
677 'target_name': 'chromium_builder_perf', | 677 'target_name': 'chromium_builder_perf', |
678 'type': 'none', | 678 'type': 'none', |
679 'dependencies': [ | 679 'dependencies': [ |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1474 'dependencies': [ | 1474 'dependencies': [ |
1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1476 '../ui/views/views.gyp:views', | 1476 '../ui/views/views.gyp:views', |
1477 '../ui/views/views.gyp:views_unittests', | 1477 '../ui/views/views.gyp:views_unittests', |
1478 ], | 1478 ], |
1479 }, # target_name: macviews_builder | 1479 }, # target_name: macviews_builder |
1480 ], # targets | 1480 ], # targets |
1481 }], # os=='mac' and toolkit_views==1 | 1481 }], # os=='mac' and toolkit_views==1 |
1482 ], # conditions | 1482 ], # conditions |
1483 } | 1483 } |
OLD | NEW |