| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 '../gin/gin.gyp:*', | 74 '../gin/gin.gyp:*', |
| 75 '../gpu/gpu.gyp:*', | 75 '../gpu/gpu.gyp:*', |
| 76 '../gpu/tools/tools.gyp:*', | 76 '../gpu/tools/tools.gyp:*', |
| 77 '../ipc/ipc.gyp:*', | 77 '../ipc/ipc.gyp:*', |
| 78 '../jingle/jingle.gyp:*', | 78 '../jingle/jingle.gyp:*', |
| 79 '../media/cast/cast.gyp:*', | 79 '../media/cast/cast.gyp:*', |
| 80 '../media/media.gyp:*', | 80 '../media/media.gyp:*', |
| 81 '../mojo/mojo.gyp:*', | 81 '../mojo/mojo.gyp:*', |
| 82 '../ppapi/ppapi.gyp:*', | 82 '../ppapi/ppapi.gyp:*', |
| 83 '../ppapi/ppapi_internal.gyp:*', | 83 '../ppapi/ppapi_internal.gyp:*', |
| 84 '../ppapi/tools/ppapi_tools.gyp:*', |
| 84 '../printing/printing.gyp:*', | 85 '../printing/printing.gyp:*', |
| 85 '../skia/skia.gyp:*', | 86 '../skia/skia.gyp:*', |
| 86 '../third_party/WebKit/public/all.gyp:*', | 87 '../third_party/WebKit/public/all.gyp:*', |
| 87 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 88 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
| 88 '../third_party/codesighs/codesighs.gyp:*', | 89 '../third_party/codesighs/codesighs.gyp:*', |
| 89 '../third_party/ffmpeg/ffmpeg.gyp:*', | 90 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| 90 '../third_party/iccjpeg/iccjpeg.gyp:*', | 91 '../third_party/iccjpeg/iccjpeg.gyp:*', |
| 91 '../third_party/libpng/libpng.gyp:*', | 92 '../third_party/libpng/libpng.gyp:*', |
| 92 '../third_party/libusb/libusb.gyp:*', | 93 '../third_party/libusb/libusb.gyp:*', |
| 93 '../third_party/libwebp/libwebp.gyp:*', | 94 '../third_party/libwebp/libwebp.gyp:*', |
| (...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1208 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1208 '../chrome/chrome.gyp:sync_integration_tests_run', | 1209 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1209 '../chrome/chrome.gyp:unit_tests_run', | 1210 '../chrome/chrome.gyp:unit_tests_run', |
| 1210 '../net/net.gyp:net_unittests_run', | 1211 '../net/net.gyp:net_unittests_run', |
| 1211 ], | 1212 ], |
| 1212 }, # target_name: chromium_swarm_tests | 1213 }, # target_name: chromium_swarm_tests |
| 1213 ], | 1214 ], |
| 1214 }], | 1215 }], |
| 1215 ], # conditions | 1216 ], # conditions |
| 1216 } | 1217 } |
| OLD | NEW |