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

Side by Side Diff: build/all.gyp

Issue 406853003: Add chromium_builder_lkgr_drmemory_win target for LKGR DrMemory build on ClusterFuzz (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 '../printing/printing.gyp:printing_unittests', 1026 '../printing/printing.gyp:printing_unittests',
1027 '../remoting/remoting.gyp:remoting_unittests', 1027 '../remoting/remoting.gyp:remoting_unittests',
1028 '../sql/sql.gyp:sql_unittests', 1028 '../sql/sql.gyp:sql_unittests',
1029 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1029 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1030 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1030 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1031 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1031 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1032 '../url/url.gyp:url_unittests', 1032 '../url/url.gyp:url_unittests',
1033 ], 1033 ],
1034 }, 1034 },
1035 { 1035 {
1036 'target_name': 'chromium_builder_lkgr_drmemory_win',
1037 'type': 'none',
1038 'dependencies': [
1039 '../content/content_shell_and_tests.gyp:content_shell',
1040 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
1041 '../content/content_shell_and_tests.gyp:layout_test_helper',
1042 ],
1043 },
1044 {
1036 'target_name': 'chromium_builder_dbg_drmemory_win', 1045 'target_name': 'chromium_builder_dbg_drmemory_win',
1037 'type': 'none', 1046 'type': 'none',
1038 'dependencies': [ 1047 'dependencies': [
1039 '../ash/ash.gyp:ash_shell_unittests', 1048 '../ash/ash.gyp:ash_shell_unittests',
1040 '../ash/ash.gyp:ash_unittests', 1049 '../ash/ash.gyp:ash_unittests',
1041 '../base/base.gyp:base_unittests', 1050 '../base/base.gyp:base_unittests',
1042 '../cc/cc_tests.gyp:cc_unittests', 1051 '../cc/cc_tests.gyp:cc_unittests',
1043 '../chrome/chrome.gyp:browser_tests', 1052 '../chrome/chrome.gyp:browser_tests',
1044 '../chrome/chrome.gyp:chrome_app_unittests', 1053 '../chrome/chrome.gyp:chrome_app_unittests',
1045 '../chrome/chrome.gyp:chromedriver_unittests', 1054 '../chrome/chrome.gyp:chromedriver_unittests',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 'dependencies': [ 1269 'dependencies': [
1261 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1270 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1262 '../ui/views/views.gyp:views', 1271 '../ui/views/views.gyp:views',
1263 '../ui/views/views.gyp:views_unittests', 1272 '../ui/views/views.gyp:views_unittests',
1264 ], 1273 ],
1265 }, # target_name: macviews_builder 1274 }, # target_name: macviews_builder
1266 ], # targets 1275 ], # targets
1267 }], # os=='mac' and toolkit_views==1 1276 }], # os=='mac' and toolkit_views==1
1268 ], # conditions 1277 ], # conditions
1269 } 1278 }
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