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

Side by Side Diff: build/all.gyp

Issue 274643002: add mojo into Dr.Memory test build target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 '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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1071 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1072 '../gpu/gpu.gyp:gpu_unittests', 1072 '../gpu/gpu.gyp:gpu_unittests',
1073 '../printing/printing.gyp:printing_unittests', 1073 '../printing/printing.gyp:printing_unittests',
1074 '../remoting/remoting.gyp:remoting_unittests', 1074 '../remoting/remoting.gyp:remoting_unittests',
1075 '../sql/sql.gyp:sql_unittests', 1075 '../sql/sql.gyp:sql_unittests',
1076 '../sync/sync.gyp:sync_unit_tests', 1076 '../sync/sync.gyp:sync_unit_tests',
1077 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1077 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1078 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1078 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1079 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1079 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1080 '../url/url.gyp:url_unittests', 1080 '../url/url.gyp:url_unittests',
1081 '../mojo/mojo.gyp:mojo',
yzshen1 2014/05/07 16:34:59 - It seems this list is ordered alphabetically. -
zhaoqin 2014/05/07 16:53:15 DONE
1081 ], 1082 ],
1082 }, 1083 },
1083 { 1084 {
1084 'target_name': 'webkit_builder_win', 1085 'target_name': 'webkit_builder_win',
1085 'type': 'none', 1086 'type': 'none',
1086 'dependencies': [ 1087 'dependencies': [
1087 'blink_tests', 1088 'blink_tests',
1088 ], 1089 ],
1089 }, 1090 },
1090 ], # targets 1091 ], # targets
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 # http://crbug.com/157234 1241 # http://crbug.com/157234
1241 #'../chrome/chrome.gyp:sync_integration_tests_run', 1242 #'../chrome/chrome.gyp:sync_integration_tests_run',
1242 '../chrome/chrome.gyp:unit_tests_run', 1243 '../chrome/chrome.gyp:unit_tests_run',
1243 '../net/net.gyp:net_unittests_run', 1244 '../net/net.gyp:net_unittests_run',
1244 ], 1245 ],
1245 }, # target_name: chromium_swarm_tests 1246 }, # target_name: chromium_swarm_tests
1246 ], 1247 ],
1247 }], 1248 }],
1248 ], # conditions 1249 ], # conditions
1249 } 1250 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698