Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Side by Side Diff: build/all.gyp

Issue 22867032: Use Finch to compare the performances of CLD1 and CLD2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 28 matching lines...) Expand all
39 '../gpu/gpu.gyp:*', 39 '../gpu/gpu.gyp:*',
40 '../gpu/tools/tools.gyp:*', 40 '../gpu/tools/tools.gyp:*',
41 '../ipc/ipc.gyp:*', 41 '../ipc/ipc.gyp:*',
42 '../jingle/jingle.gyp:*', 42 '../jingle/jingle.gyp:*',
43 '../media/media.gyp:*', 43 '../media/media.gyp:*',
44 '../ppapi/ppapi.gyp:*', 44 '../ppapi/ppapi.gyp:*',
45 '../ppapi/ppapi_internal.gyp:*', 45 '../ppapi/ppapi_internal.gyp:*',
46 '../printing/printing.gyp:*', 46 '../printing/printing.gyp:*',
47 '../skia/skia.gyp:*', 47 '../skia/skia.gyp:*',
48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
49 '../third_party/cld/cld.gyp:*',
50 '../third_party/codesighs/codesighs.gyp:*', 49 '../third_party/codesighs/codesighs.gyp:*',
51 '../third_party/ffmpeg/ffmpeg.gyp:*', 50 '../third_party/ffmpeg/ffmpeg.gyp:*',
52 '../third_party/iccjpeg/iccjpeg.gyp:*', 51 '../third_party/iccjpeg/iccjpeg.gyp:*',
53 '../third_party/libpng/libpng.gyp:*', 52 '../third_party/libpng/libpng.gyp:*',
54 '../third_party/libusb/libusb.gyp:*', 53 '../third_party/libusb/libusb.gyp:*',
55 '../third_party/libwebp/libwebp.gyp:*', 54 '../third_party/libwebp/libwebp.gyp:*',
56 '../third_party/libxslt/libxslt.gyp:*', 55 '../third_party/libxslt/libxslt.gyp:*',
57 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 56 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
58 '../third_party/mesa/mesa.gyp:*', 57 '../third_party/mesa/mesa.gyp:*',
59 '../third_party/modp_b64/modp_b64.gyp:*', 58 '../third_party/modp_b64/modp_b64.gyp:*',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 '../chrome/chrome.gyp:interactive_ui_tests_run', 912 '../chrome/chrome.gyp:interactive_ui_tests_run',
914 '../chrome/chrome.gyp:sync_integration_tests_run', 913 '../chrome/chrome.gyp:sync_integration_tests_run',
915 '../chrome/chrome.gyp:unit_tests_run', 914 '../chrome/chrome.gyp:unit_tests_run',
916 '../net/net.gyp:net_unittests_run', 915 '../net/net.gyp:net_unittests_run',
917 ], 916 ],
918 }, # target_name: chromium_swarm_tests 917 }, # target_name: chromium_swarm_tests
919 ], 918 ],
920 }], 919 }],
921 ], # conditions 920 ], # conditions
922 } 921 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698