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', |
1106 '../printing/printing.gyp:printing_unittests', | 1107 '../printing/printing.gyp:printing_unittests', |
1107 '../remoting/remoting.gyp:remoting_webapp', | 1108 '../remoting/remoting.gyp:remoting_webapp', |
1108 '../sql/sql.gyp:sql_unittests', | 1109 '../sql/sql.gyp:sql_unittests', |
1109 '../sync/sync.gyp:sync_unit_tests', | 1110 '../sync/sync.gyp:sync_unit_tests', |
1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
1111 '../ui/gfx/gfx.gyp:gfx_unittests', | 1112 '../ui/gfx/gfx.gyp:gfx_unittests', |
1112 '../ui/ui_unittests.gyp:ui_unittests', | 1113 '../ui/ui_unittests.gyp:ui_unittests', |
1113 '../ui/views/views.gyp:views_unittests', | 1114 '../ui/views/views.gyp:views_unittests', |
1114 '../url/url.gyp:url_unittests', | 1115 '../url/url.gyp:url_unittests', |
1115 ], | 1116 ], |
1116 'conditions': [ | 1117 'conditions': [ |
1117 ['internal_pdf', { | |
1118 'dependencies': [ | |
1119 '../pdf/pdf.gyp:pdf', | |
1120 ], | |
1121 }], # internal_pdf | |
1122 ['target_arch=="ia32"', { | 1118 ['target_arch=="ia32"', { |
1123 'dependencies': [ | 1119 'dependencies': [ |
1124 '../chrome/chrome.gyp:crash_service_win64', | 1120 '../chrome/chrome.gyp:crash_service_win64', |
1125 ], | 1121 ], |
1126 }], | 1122 }], |
1127 ['component != "shared_library" and wix_exists == "True" and \ | 1123 ['component != "shared_library" and wix_exists == "True" and \ |
1128 sas_dll_exists == "True"', { | 1124 sas_dll_exists == "True"', { |
1129 'dependencies': [ | 1125 'dependencies': [ |
1130 '../remoting/remoting.gyp:remoting_host_installation', | 1126 '../remoting/remoting.gyp:remoting_host_installation', |
1131 ], | 1127 ], |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1238 # http://crbug.com/157234 | 1234 # http://crbug.com/157234 |
1239 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1235 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1240 '../chrome/chrome.gyp:unit_tests_run', | 1236 '../chrome/chrome.gyp:unit_tests_run', |
1241 '../net/net.gyp:net_unittests_run', | 1237 '../net/net.gyp:net_unittests_run', |
1242 ], | 1238 ], |
1243 }, # target_name: chromium_swarm_tests | 1239 }, # target_name: chromium_swarm_tests |
1244 ], | 1240 ], |
1245 }], | 1241 }], |
1246 ], # conditions | 1242 ], # conditions |
1247 } | 1243 } |
OLD | NEW |