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

Side by Side Diff: build/all.gyp

Issue 424463004: Add gin/gin.gyp:gin_shell into chromium_builder_dbg_drmemory_win build target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 '../components/components_tests.gyp:components_unittests', 1067 '../components/components_tests.gyp:components_unittests',
1068 '../content/content_shell_and_tests.gyp:content_browsertests', 1068 '../content/content_shell_and_tests.gyp:content_browsertests',
1069 '../content/content_shell_and_tests.gyp:content_shell', 1069 '../content/content_shell_and_tests.gyp:content_shell',
1070 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 1070 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
1071 '../content/content_shell_and_tests.gyp:layout_test_helper', 1071 '../content/content_shell_and_tests.gyp:layout_test_helper',
1072 '../content/content_shell_and_tests.gyp:content_unittests', 1072 '../content/content_shell_and_tests.gyp:content_unittests',
1073 '../courgette/courgette.gyp:courgette_unittests', 1073 '../courgette/courgette.gyp:courgette_unittests',
1074 '../crypto/crypto.gyp:crypto_unittests', 1074 '../crypto/crypto.gyp:crypto_unittests',
1075 '../device/device_tests.gyp:device_unittests', 1075 '../device/device_tests.gyp:device_unittests',
1076 '../extensions/extensions.gyp:extensions_unittests', 1076 '../extensions/extensions.gyp:extensions_unittests',
1077 '../gin/gin.gyp:gin_shell',
1077 '../gin/gin.gyp:gin_unittests', 1078 '../gin/gin.gyp:gin_unittests',
1078 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1079 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1079 '../google_apis/google_apis.gyp:google_apis_unittests', 1080 '../google_apis/google_apis.gyp:google_apis_unittests',
1080 '../gpu/gpu.gyp:angle_unittests', 1081 '../gpu/gpu.gyp:angle_unittests',
1081 '../gpu/gpu.gyp:gpu_unittests', 1082 '../gpu/gpu.gyp:gpu_unittests',
1082 '../ipc/ipc.gyp:ipc_tests', 1083 '../ipc/ipc.gyp:ipc_tests',
1083 '../jingle/jingle.gyp:jingle_unittests', 1084 '../jingle/jingle.gyp:jingle_unittests',
1084 '../media/cast/cast.gyp:cast_unittests', 1085 '../media/cast/cast.gyp:cast_unittests',
1085 '../media/media.gyp:media_unittests', 1086 '../media/media.gyp:media_unittests',
1086 '../mojo/mojo.gyp:mojo', 1087 '../mojo/mojo.gyp:mojo',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 'dependencies': [ 1279 'dependencies': [
1279 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1280 '../ui/views/views.gyp:views', 1281 '../ui/views/views.gyp:views',
1281 '../ui/views/views.gyp:views_unittests', 1282 '../ui/views/views.gyp:views_unittests',
1282 ], 1283 ],
1283 }, # target_name: macviews_builder 1284 }, # target_name: macviews_builder
1284 ], # targets 1285 ], # targets
1285 }], # os=='mac' and toolkit_views==1 1286 }], # os=='mac' and toolkit_views==1
1286 ], # conditions 1287 ], # conditions
1287 } 1288 }
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