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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1009 '../media/midi/midi.gyp:midi_unittests', | 1009 '../media/midi/midi.gyp:midi_unittests', |
1010 '../net/net.gyp:net_unittests', | 1010 '../net/net.gyp:net_unittests', |
1011 '../printing/printing.gyp:printing_unittests', | 1011 '../printing/printing.gyp:printing_unittests', |
1012 '../remoting/remoting.gyp:remoting_unittests', | 1012 '../remoting/remoting.gyp:remoting_unittests', |
1013 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1013 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
1014 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1014 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1015 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1015 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1016 '../url/url.gyp:url_unittests', | 1016 '../url/url.gyp:url_unittests', |
1017 ], | 1017 ], |
1018 }, | 1018 }, |
1019 { | 1019 ], # targets |
1020 'target_name': 'chromium_builder_dbg_valgrind_mac', | |
1021 'type': 'none', | |
1022 'dependencies': [ | |
1023 '../base/base.gyp:base_unittests', | |
1024 '../chrome/chrome.gyp:unit_tests', | |
1025 '../components/components_tests.gyp:components_unittests', | |
1026 '../content/content_shell_and_tests.gyp:content_unittests', | |
1027 '../crypto/crypto.gyp:crypto_unittests', | |
1028 '../device/device_tests.gyp:device_unittests', | |
1029 '../ipc/ipc.gyp:ipc_tests', | |
1030 '../jingle/jingle.gyp:jingle_unittests', | |
1031 '../media/media.gyp:media_unittests', | |
1032 '../media/midi/midi.gyp:midi_unittests', | |
1033 '../net/net.gyp:net_unittests', | |
1034 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | |
1035 '../printing/printing.gyp:printing_unittests', | |
1036 '../remoting/remoting.gyp:remoting_unittests', | |
1037 '../skia/skia_tests.gyp:skia_unittests', | |
1038 '../sql/sql.gyp:sql_unittests', | |
1039 '../sync/sync.gyp:sync_unit_tests', | |
1040 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | |
1041 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | |
1042 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | |
1043 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | |
1044 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | |
1045 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | |
1046 '../ui/gl/gl_tests.gyp:gl_unittests', | |
1047 '../url/url.gyp:url_unittests', | |
1048 ], | |
1049 }, | |
1050 ], # targets | |
1051 }], # OS="mac" | 1020 }], # OS="mac" |
1052 ['OS=="win"', { | 1021 ['OS=="win"', { |
1053 'targets': [ | 1022 'targets': [ |
1054 # These targets are here so the build bots can use them to build | 1023 # These targets are here so the build bots can use them to build |
1055 # subsets of a full tree for faster cycle times. | 1024 # subsets of a full tree for faster cycle times. |
1056 { | 1025 { |
1057 'target_name': 'chromium_builder', | 1026 'target_name': 'chromium_builder', |
1058 'type': 'none', | 1027 'type': 'none', |
1059 'dependencies': [ | 1028 'dependencies': [ |
1060 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 1029 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1435 'dependencies': [ | 1404 'dependencies': [ |
1436 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1405 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1437 '../ui/views/views.gyp:views', | 1406 '../ui/views/views.gyp:views', |
1438 '../ui/views/views.gyp:views_unittests', | 1407 '../ui/views/views.gyp:views_unittests', |
1439 ], | 1408 ], |
1440 }, # target_name: macviews_builder | 1409 }, # target_name: macviews_builder |
1441 ], # targets | 1410 ], # targets |
1442 }], # os=='mac' and toolkit_views==1 | 1411 }], # os=='mac' and toolkit_views==1 |
1443 ], # conditions | 1412 ], # conditions |
1444 } | 1413 } |
OLD | NEW |