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