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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 '../chrome/chrome.gyp:crash_service', | 1096 '../chrome/chrome.gyp:crash_service', |
1097 '../chrome/chrome.gyp:gcapi_dll', | 1097 '../chrome/chrome.gyp:gcapi_dll', |
1098 '../chrome/chrome.gyp:pack_policy_templates', | 1098 '../chrome/chrome.gyp:pack_policy_templates', |
1099 '../chrome/installer/mini_installer.gyp:mini_installer', | 1099 '../chrome/installer/mini_installer.gyp:mini_installer', |
1100 '../cloud_print/cloud_print.gyp:cloud_print', | 1100 '../cloud_print/cloud_print.gyp:cloud_print', |
1101 '../courgette/courgette.gyp:courgette', | 1101 '../courgette/courgette.gyp:courgette', |
1102 '../courgette/courgette.gyp:courgette64', | 1102 '../courgette/courgette.gyp:courgette64', |
1103 '../ipc/ipc.gyp:ipc_tests', | 1103 '../ipc/ipc.gyp:ipc_tests', |
1104 '../media/media.gyp:media_unittests', | 1104 '../media/media.gyp:media_unittests', |
1105 '../net/net.gyp:net_unittests_run', | 1105 '../net/net.gyp:net_unittests_run', |
1106 '../pdf/pdf.gyp:pdf', | |
1107 '../printing/printing.gyp:printing_unittests', | 1106 '../printing/printing.gyp:printing_unittests', |
1108 '../remoting/remoting.gyp:remoting_webapp', | 1107 '../remoting/remoting.gyp:remoting_webapp', |
1109 '../sql/sql.gyp:sql_unittests', | 1108 '../sql/sql.gyp:sql_unittests', |
1110 '../sync/sync.gyp:sync_unit_tests', | 1109 '../sync/sync.gyp:sync_unit_tests', |
1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
1112 '../ui/gfx/gfx.gyp:gfx_unittests', | 1111 '../ui/gfx/gfx.gyp:gfx_unittests', |
1113 '../ui/ui_unittests.gyp:ui_unittests', | 1112 '../ui/ui_unittests.gyp:ui_unittests', |
1114 '../ui/views/views.gyp:views_unittests', | 1113 '../ui/views/views.gyp:views_unittests', |
1115 '../url/url.gyp:url_unittests', | 1114 '../url/url.gyp:url_unittests', |
1116 ], | 1115 ], |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1234 # http://crbug.com/157234 | 1233 # http://crbug.com/157234 |
1235 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1234 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1236 '../chrome/chrome.gyp:unit_tests_run', | 1235 '../chrome/chrome.gyp:unit_tests_run', |
1237 '../net/net.gyp:net_unittests_run', | 1236 '../net/net.gyp:net_unittests_run', |
1238 ], | 1237 ], |
1239 }, # target_name: chromium_swarm_tests | 1238 }, # target_name: chromium_swarm_tests |
1240 ], | 1239 ], |
1241 }], | 1240 }], |
1242 ], # conditions | 1241 ], # conditions |
1243 } | 1242 } |
OLD | NEW |