| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'common_gcc_warning_flags': [ | 7 'common_gcc_warning_flags': [ |
| 8 '-Wall', | 8 '-Wall', |
| 9 '-Wextra', # Also known as -W. | 9 '-Wextra', # Also known as -W. |
| 10 '-Wno-unused-parameter', | 10 '-Wno-unused-parameter', |
| (...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'Dart_Linux_arm64_Base', | 673 'Dart_Linux_arm64_Base', |
| 674 'Dart_Linux_Product', | 674 'Dart_Linux_Product', |
| 675 ], | 675 ], |
| 676 }, | 676 }, |
| 677 | 677 |
| 678 'DebugXMIPS': { | 678 'DebugXMIPS': { |
| 679 'inherit_from': [ | 679 'inherit_from': [ |
| 680 'Dart_Base', 'Dart_mips_Base', 'Dart_Debug', | 680 'Dart_Base', 'Dart_mips_Base', 'Dart_Debug', |
| 681 'Dart_Linux_Base', | 681 'Dart_Linux_Base', |
| 682 'Dart_Linux_xmips_Base', | 682 'Dart_Linux_xmips_Base', |
| 683 'Dart_Linux_xmips_Debug', |
| 683 'Dart_Linux_Debug', | 684 'Dart_Linux_Debug', |
| 684 ], | 685 ], |
| 685 }, | 686 }, |
| 686 | 687 |
| 687 'ReleaseXMIPS': { | 688 'ReleaseXMIPS': { |
| 688 'inherit_from': [ | 689 'inherit_from': [ |
| 689 'Dart_Base', 'Dart_mips_Base', 'Dart_Release', | 690 'Dart_Base', 'Dart_mips_Base', 'Dart_Release', |
| 690 'Dart_Linux_Base', | 691 'Dart_Linux_Base', |
| 691 'Dart_Linux_xmips_Base', | 692 'Dart_Linux_xmips_Base', |
| 693 'Dart_Linux_xmips_Release', |
| 692 'Dart_Linux_Release', | 694 'Dart_Linux_Release', |
| 693 ], | 695 ], |
| 694 }, | 696 }, |
| 695 | 697 |
| 696 'ProductXMIPS': { | 698 'ProductXMIPS': { |
| 697 'inherit_from': [ | 699 'inherit_from': [ |
| 698 'Dart_Base', 'Dart_mips_Base', 'Dart_Product', | 700 'Dart_Base', 'Dart_mips_Base', 'Dart_Product', |
| 699 'Dart_Linux_Base', | 701 'Dart_Linux_Base', |
| 700 'Dart_Linux_xmips_Base', | 702 'Dart_Linux_xmips_Base', |
| 701 'Dart_Linux_Product', | 703 'Dart_Linux_Product', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 }, | 930 }, |
| 929 | 931 |
| 930 'ReleaseX64_x64': { | 932 'ReleaseX64_x64': { |
| 931 'inherit_from': [ 'ReleaseX64' ] | 933 'inherit_from': [ 'ReleaseX64' ] |
| 932 }, | 934 }, |
| 933 }], | 935 }], |
| 934 ], | 936 ], |
| 935 }, | 937 }, |
| 936 }, | 938 }, |
| 937 } | 939 } |
| OLD | NEW |