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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 '../ipc/ipc.gyp:*', | 79 '../ipc/ipc.gyp:*', |
80 '../jingle/jingle.gyp:*', | 80 '../jingle/jingle.gyp:*', |
81 '../media/cast/cast.gyp:*', | 81 '../media/cast/cast.gyp:*', |
82 '../media/media.gyp:*', | 82 '../media/media.gyp:*', |
83 '../mojo/mojo.gyp:*', | 83 '../mojo/mojo.gyp:*', |
84 '../ppapi/ppapi.gyp:*', | 84 '../ppapi/ppapi.gyp:*', |
85 '../ppapi/ppapi_internal.gyp:*', | 85 '../ppapi/ppapi_internal.gyp:*', |
86 '../ppapi/tools/ppapi_tools.gyp:*', | 86 '../ppapi/tools/ppapi_tools.gyp:*', |
87 '../printing/printing.gyp:*', | 87 '../printing/printing.gyp:*', |
88 '../skia/skia.gyp:*', | 88 '../skia/skia.gyp:*', |
| 89 '../sync/tools/sync_tools.gyp:*', |
89 '../third_party/WebKit/public/all.gyp:*', | 90 '../third_party/WebKit/public/all.gyp:*', |
90 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 91 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
91 '../third_party/codesighs/codesighs.gyp:*', | 92 '../third_party/codesighs/codesighs.gyp:*', |
92 '../third_party/ffmpeg/ffmpeg.gyp:*', | 93 '../third_party/ffmpeg/ffmpeg.gyp:*', |
93 '../third_party/iccjpeg/iccjpeg.gyp:*', | 94 '../third_party/iccjpeg/iccjpeg.gyp:*', |
94 '../third_party/libpng/libpng.gyp:*', | 95 '../third_party/libpng/libpng.gyp:*', |
95 '../third_party/libusb/libusb.gyp:*', | 96 '../third_party/libusb/libusb.gyp:*', |
96 '../third_party/libwebp/libwebp.gyp:*', | 97 '../third_party/libwebp/libwebp.gyp:*', |
97 '../third_party/libxslt/libxslt.gyp:*', | 98 '../third_party/libxslt/libxslt.gyp:*', |
98 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 99 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1227 # http://crbug.com/157234 | 1228 # http://crbug.com/157234 |
1228 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1229 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1229 '../chrome/chrome.gyp:unit_tests_run', | 1230 '../chrome/chrome.gyp:unit_tests_run', |
1230 '../net/net.gyp:net_unittests_run', | 1231 '../net/net.gyp:net_unittests_run', |
1231 ], | 1232 ], |
1232 }, # target_name: chromium_swarm_tests | 1233 }, # target_name: chromium_swarm_tests |
1233 ], | 1234 ], |
1234 }], | 1235 }], |
1235 ], # conditions | 1236 ], # conditions |
1236 } | 1237 } |
OLD | NEW |