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

Side by Side Diff: BUILD.gn

Issue 2395363002: Add storage_unittests to buildbots. (Closed)
Patch Set: Rebased against master. Created 4 years, 2 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/android/pylib/gtest/gtest_config.py » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "//media/capture:capture_unittests", 296 "//media/capture:capture_unittests",
297 "//media/cast:cast_unittests", 297 "//media/cast:cast_unittests",
298 "//media/midi:midi_unittests", 298 "//media/midi:midi_unittests",
299 "//mojo", 299 "//mojo",
300 "//mojo/common:mojo_common_unittests", 300 "//mojo/common:mojo_common_unittests",
301 "//mojo/edk/system:mojo_system_unittests", 301 "//mojo/edk/system:mojo_system_unittests",
302 "//mojo/edk/test:mojo_public_bindings_unittests", 302 "//mojo/edk/test:mojo_public_bindings_unittests",
303 "//mojo/edk/test:mojo_public_system_unittests", 303 "//mojo/edk/test:mojo_public_system_unittests",
304 "//net:net_perftests", 304 "//net:net_perftests",
305 "//services/shell/public/cpp", 305 "//services/shell/public/cpp",
306 "//storage//browser:storage_unittests",
306 "//third_party/WebKit/Source/platform:blink_platform_unittests", 307 "//third_party/WebKit/Source/platform:blink_platform_unittests",
307 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", 308 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
308 "//third_party/WebKit/Source/web:webkit_unit_tests", 309 "//third_party/WebKit/Source/web:webkit_unit_tests",
309 "//third_party/WebKit/Source/wtf:wtf_unittests", 310 "//third_party/WebKit/Source/wtf:wtf_unittests",
310 "//third_party/angle/src/tests:angle_end2end_tests", 311 "//third_party/angle/src/tests:angle_end2end_tests",
311 "//third_party/angle/src/tests:angle_unittests", 312 "//third_party/angle/src/tests:angle_unittests",
312 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", 313 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
313 "//third_party/smhasher:pmurhash", 314 "//third_party/smhasher:pmurhash",
314 "//tools/imagediff($host_toolchain)", 315 "//tools/imagediff($host_toolchain)",
315 "//ui/display:display_unittests", 316 "//ui/display:display_unittests",
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 "//media:media_unittests", 1136 "//media:media_unittests",
1136 "//media/capture:capture_unittests", 1137 "//media/capture:capture_unittests",
1137 "//media/cast:cast_unittests", 1138 "//media/cast:cast_unittests",
1138 "//media/midi:midi_unittests", 1139 "//media/midi:midi_unittests",
1139 "//mojo", 1140 "//mojo",
1140 "//net:net_unittests", 1141 "//net:net_unittests",
1141 "//printing:printing_unittests", 1142 "//printing:printing_unittests",
1142 "//remoting:remoting_unittests", 1143 "//remoting:remoting_unittests",
1143 "//skia:skia_unittests", 1144 "//skia:skia_unittests",
1144 "//sql:sql_unittests", 1145 "//sql:sql_unittests",
1146 "//storage//browser:storage_unittests",
1145 "//third_party/WebKit/Source/platform:blink_platform_unittests", 1147 "//third_party/WebKit/Source/platform:blink_platform_unittests",
1146 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", 1148 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
1147 "//third_party/angle/src/tests:angle_unittests", 1149 "//third_party/angle/src/tests:angle_unittests",
1148 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 1150 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
1149 "//third_party/leveldatabase:env_chromium_unittests", 1151 "//third_party/leveldatabase:env_chromium_unittests",
1150 "//third_party/libaddressinput:libaddressinput_unittests", 1152 "//third_party/libaddressinput:libaddressinput_unittests",
1151 "//third_party/libphonenumber:libphonenumber_unittests", 1153 "//third_party/libphonenumber:libphonenumber_unittests",
1152 "//ui/accessibility:accessibility_unittests", 1154 "//ui/accessibility:accessibility_unittests",
1153 "//ui/aura:aura_unittests", 1155 "//ui/aura:aura_unittests",
1154 "//ui/compositor:compositor_unittests", 1156 "//ui/compositor:compositor_unittests",
1155 "//ui/display:display_unittests", 1157 "//ui/display:display_unittests",
1156 "//ui/events:events_unittests", 1158 "//ui/events:events_unittests",
1157 "//ui/gfx:gfx_unittests", 1159 "//ui/gfx:gfx_unittests",
1158 "//ui/gl:gl_unittests", 1160 "//ui/gl:gl_unittests",
1159 "//ui/keyboard:keyboard_unittests", 1161 "//ui/keyboard:keyboard_unittests",
1160 "//ui/touch_selection:ui_touch_selection_unittests", 1162 "//ui/touch_selection:ui_touch_selection_unittests",
1161 "//url:url_unittests", 1163 "//url:url_unittests",
1162 ] 1164 ]
1163 } 1165 }
1164 } 1166 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698