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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 '../content/content_shell_and_tests.gyp:content_unittests', | 1020 '../content/content_shell_and_tests.gyp:content_unittests', |
1021 '../crypto/crypto.gyp:crypto_unittests', | 1021 '../crypto/crypto.gyp:crypto_unittests', |
1022 '../ipc/ipc.gyp:ipc_tests', | 1022 '../ipc/ipc.gyp:ipc_tests', |
1023 '../jingle/jingle.gyp:jingle_unittests', | 1023 '../jingle/jingle.gyp:jingle_unittests', |
1024 '../media/media.gyp:media_unittests', | 1024 '../media/media.gyp:media_unittests', |
1025 '../net/net.gyp:net_unittests', | 1025 '../net/net.gyp:net_unittests', |
1026 '../printing/printing.gyp:printing_unittests', | 1026 '../printing/printing.gyp:printing_unittests', |
1027 '../remoting/remoting.gyp:remoting_unittests', | 1027 '../remoting/remoting.gyp:remoting_unittests', |
1028 '../sql/sql.gyp:sql_unittests', | 1028 '../sql/sql.gyp:sql_unittests', |
1029 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1029 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1030 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
1030 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1031 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1031 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1032 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1032 '../url/url.gyp:url_unittests', | 1033 '../url/url.gyp:url_unittests', |
1033 ], | 1034 ], |
1034 }, | 1035 }, |
1035 { | 1036 { |
1036 'target_name': 'chromium_builder_dbg_drmemory_win', | 1037 'target_name': 'chromium_builder_dbg_drmemory_win', |
1037 'type': 'none', | 1038 'type': 'none', |
1038 'dependencies': [ | 1039 'dependencies': [ |
1039 '../ash/ash.gyp:ash_shell_unittests', | 1040 '../ash/ash.gyp:ash_shell_unittests', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1260 'dependencies': [ | 1261 'dependencies': [ |
1261 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1262 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1262 '../ui/views/views.gyp:views', | 1263 '../ui/views/views.gyp:views', |
1263 '../ui/views/views.gyp:views_unittests', | 1264 '../ui/views/views.gyp:views_unittests', |
1264 ], | 1265 ], |
1265 }, # target_name: macviews_builder | 1266 }, # target_name: macviews_builder |
1266 ], # targets | 1267 ], # targets |
1267 }], # os=='mac' and toolkit_views==1 | 1268 }], # os=='mac' and toolkit_views==1 |
1268 ], # conditions | 1269 ], # conditions |
1269 } | 1270 } |
OLD | NEW |