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

Side by Side Diff: base/base.gyp

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other debug/component woes Created 5 years, 9 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
« no previous file with comments | « base/BUILD.gn ('k') | build/gn_migration.gypi » ('j') | 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 ], 839 ],
840 }], 840 }],
841 ['OS == "android"', { 841 ['OS == "android"', {
842 'sources/': [ 842 'sources/': [
843 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], 843 ['include', '^debug/proc_maps_linux_unittest\\.cc$'],
844 ], 844 ],
845 }], 845 }],
846 ], # target_conditions 846 ], # target_conditions
847 }, 847 },
848 { 848 {
849 # GN: //base:base_perftests
849 'target_name': 'base_perftests', 850 'target_name': 'base_perftests',
850 'type': '<(gtest_target_type)', 851 'type': '<(gtest_target_type)',
851 'dependencies': [ 852 'dependencies': [
852 'base', 853 'base',
853 'test_support_base', 854 'test_support_base',
854 '../testing/gtest.gyp:gtest', 855 '../testing/gtest.gyp:gtest',
855 ], 856 ],
856 'sources': [ 857 'sources': [
857 'message_loop/message_pump_perftest.cc', 858 'message_loop/message_pump_perftest.cc',
858 'test/run_all_unittests.cc', 859 'test/run_all_unittests.cc',
859 'threading/thread_perftest.cc', 860 'threading/thread_perftest.cc',
860 '../testing/perf/perf_test.cc' 861 '../testing/perf/perf_test.cc'
861 ], 862 ],
862 'conditions': [ 863 'conditions': [
863 ['OS == "android"', { 864 ['OS == "android"', {
864 'dependencies': [ 865 'dependencies': [
865 '../testing/android/native_test.gyp:native_test_native_code', 866 '../testing/android/native_test.gyp:native_test_native_code',
866 ], 867 ],
867 }], 868 }],
868 ], 869 ],
869 }, 870 },
870 { 871 {
872 # GN: //base:base_i18n_perftests
871 'target_name': 'base_i18n_perftests', 873 'target_name': 'base_i18n_perftests',
872 'type': '<(gtest_target_type)', 874 'type': '<(gtest_target_type)',
873 'dependencies': [ 875 'dependencies': [
874 'test_support_base', 876 'test_support_base',
875 'test_support_perf', 877 'test_support_perf',
876 '../testing/gtest.gyp:gtest', 878 '../testing/gtest.gyp:gtest',
877 'base_i18n', 879 'base_i18n',
878 'base', 880 'base',
879 ], 881 ],
880 'sources': [ 882 'sources': [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 ], 1070 ],
1069 'sources': [ 1071 'sources': [
1070 'test/launcher/test_launcher_ios.cc', 1072 'test/launcher/test_launcher_ios.cc',
1071 ], 1073 ],
1072 }, 1074 },
1073 ], 1075 ],
1074 }], 1076 }],
1075 ['OS!="ios"', { 1077 ['OS!="ios"', {
1076 'targets': [ 1078 'targets': [
1077 { 1079 {
1080 # GN: //base:check_example
1078 'target_name': 'check_example', 1081 'target_name': 'check_example',
1079 'type': 'executable', 1082 'type': 'executable',
1080 'sources': [ 1083 'sources': [
1081 'check_example.cc', 1084 'check_example.cc',
1082 ], 1085 ],
1083 'dependencies': [ 1086 'dependencies': [
1084 'base', 1087 'base',
1085 ], 1088 ],
1086 }, 1089 },
1087 { 1090 {
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 'dependencies': [ 1602 'dependencies': [
1600 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1601 ], 1604 ],
1602 }], 1605 }],
1603 ], 1606 ],
1604 }, 1607 },
1605 ], 1608 ],
1606 }], 1609 }],
1607 ], 1610 ],
1608 } 1611 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698