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

Side by Side Diff: BUILD.gn

Issue 1121353002: Added unittest for ui/gl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed (c) Created 5 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
« no previous file with comments | « no previous file | build/all.gyp » ('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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "//tools/gn", 146 "//tools/gn",
147 "//tools/gn:gn_unittests", 147 "//tools/gn:gn_unittests",
148 "//tools/gn:generate_test_gn_data", 148 "//tools/gn:generate_test_gn_data",
149 "//tools/telemetry:bitmaptools($host_toolchain)", 149 "//tools/telemetry:bitmaptools($host_toolchain)",
150 "//ui/accessibility:accessibility_unittests", 150 "//ui/accessibility:accessibility_unittests",
151 "//ui/app_list:app_list_unittests", 151 "//ui/app_list:app_list_unittests",
152 "//ui/base:ui_base_unittests", 152 "//ui/base:ui_base_unittests",
153 "//ui/display:display_unittests", 153 "//ui/display:display_unittests",
154 "//ui/events:events_unittests", 154 "//ui/events:events_unittests",
155 "//ui/gfx:gfx_unittests", 155 "//ui/gfx:gfx_unittests",
156 "//ui/gl:gl_unittests",
156 "//ui/touch_selection:ui_touch_selection_unittests", 157 "//ui/touch_selection:ui_touch_selection_unittests",
157 "//url:url_unittests", 158 "//url:url_unittests",
158 ] 159 ]
159 160
160 deps += root_extra_deps 161 deps += root_extra_deps
161 162
162 if (enable_extensions && !is_mac) { 163 if (enable_extensions && !is_mac) {
163 # TODO(GYP): Get this working on the mac? 164 # TODO(GYP): Get this working on the mac?
164 deps += [ "//extensions/shell:app_shell_unittests" ] 165 deps += [ "//extensions/shell:app_shell_unittests" ]
165 } 166 }
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", # PA SSES 2/25/2015 769 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", # PA SSES 2/25/2015
769 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", 770 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
770 "//ui/accessibility:accessibility_unittests", # PASSES 2/25/2015 771 "//ui/accessibility:accessibility_unittests", # PASSES 2/25/2015
771 "//ui/app_list:app_list_unittests", # PASSES 2/25/2015 772 "//ui/app_list:app_list_unittests", # PASSES 2/25/2015
772 "//ui/aura:aura_unittests", # PASSES 2/25/2015 773 "//ui/aura:aura_unittests", # PASSES 2/25/2015
773 "//ui/base:ui_base_unittests", # PASSES 4/17/2015 774 "//ui/base:ui_base_unittests", # PASSES 4/17/2015
774 "//ui/compositor:compositor_unittests", # PASSES 2/25/2015 775 "//ui/compositor:compositor_unittests", # PASSES 2/25/2015
775 "//ui/display:display_unittests", # PASSES 2/25/2015 776 "//ui/display:display_unittests", # PASSES 2/25/2015
776 "//ui/events:events_unittests", # PASSES 2/25/2015 777 "//ui/events:events_unittests", # PASSES 2/25/2015
777 "//ui/gfx:gfx_unittests", # PASSES 2/25/2015 778 "//ui/gfx:gfx_unittests", # PASSES 2/25/2015
779 "//ui/gl:gl_unittests",
778 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 780 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015
779 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 781 "//ui/views:views_unittests", # PASSES (*) 2/25/2015
780 "//ui/wm:wm_unittests", # PASSES 2/25/2015 782 "//ui/wm:wm_unittests", # PASSES 2/25/2015
781 "//url:url_unittests", # PASSES 2/25/2015 783 "//url:url_unittests", # PASSES 2/25/2015
782 784
783 # Note: 785 # Note:
784 # (*) Fails but failures match GYP build at time of testing. 786 # (*) Fails but failures match GYP build at time of testing.
785 ] 787 ]
786 788
787 if (enable_nacl) { 789 if (enable_nacl) {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", # PA SSES 4/20/2015 841 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", # PA SSES 4/20/2015
840 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", # P ASSES 4/20/2015 842 "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", # P ASSES 4/20/2015
841 "//ui/accessibility:accessibility_unittests", # PASSES 4/20/2015 843 "//ui/accessibility:accessibility_unittests", # PASSES 4/20/2015
842 "//ui/app_list:app_list_unittests", # PASSES 4/20/2015 844 "//ui/app_list:app_list_unittests", # PASSES 4/20/2015
843 "//ui/aura:aura_unittests", # PASSES 4/17/2015 845 "//ui/aura:aura_unittests", # PASSES 4/17/2015
844 "//ui/base:ui_base_unittests", # PASSES 4/20/2015 846 "//ui/base:ui_base_unittests", # PASSES 4/20/2015
845 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015 847 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015
846 "//ui/display:display_unittests", # PASSES 4/20/2015 848 "//ui/display:display_unittests", # PASSES 4/20/2015
847 "//ui/events:events_unittests", # PASSES 4/20/2015 849 "//ui/events:events_unittests", # PASSES 4/20/2015
848 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015 850 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015
851 "//ui/gl:gl_unittests",
849 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015 852 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015
850 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015 853 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015
851 "//ui/views:views_unittests", # TooltipControllerTest failures 854 "//ui/views:views_unittests", # TooltipControllerTest failures
852 "//ui/wm:wm_unittests", # PASSES 4/21/2015 855 "//ui/wm:wm_unittests", # PASSES 4/21/2015
853 "//url:url_unittests", # PASSES 4/17/2015 856 "//url:url_unittests", # PASSES 4/17/2015
854 857
855 # TODO(GYP) nacl_integration 858 # TODO(GYP) nacl_integration
856 # TODO(GYP) telemetry_perf_unittests 859 # TODO(GYP) telemetry_perf_unittests
857 # TODO(GYP) telemetry_unittests 860 # TODO(GYP) telemetry_unittests
858 ] 861 ]
859 } 862 }
860 } 863 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698