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

Side by Side Diff: blimp/client/core/BUILD.gn

Issue 2447483002: Test win_clang compile only check in core/resources. (Closed)
Patch Set: filter win platform build 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 | « blimp/client/DEPS ('k') | blimp/client/core/contents/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 } 8 }
9 9
10 import("//blimp/client/core/config.gni") 10 import("//blimp/client/core/config.gni")
(...skipping 23 matching lines...) Expand all
34 "//blimp/test/*", 34 "//blimp/test/*",
35 ] 35 ]
36 36
37 deps = [ 37 deps = [
38 "//blimp/client/core/compositor", 38 "//blimp/client/core/compositor",
39 "//blimp/client/core/contents", 39 "//blimp/client/core/contents",
40 "//blimp/client/core/context", 40 "//blimp/client/core/context",
41 "//blimp/client/core/feedback", 41 "//blimp/client/core/feedback",
42 "//blimp/client/core/geolocation", 42 "//blimp/client/core/geolocation",
43 "//blimp/client/core/render_widget", 43 "//blimp/client/core/render_widget",
44 "//blimp/client/core/resources",
44 "//blimp/client/core/session", 45 "//blimp/client/core/session",
45 "//blimp/client/core/settings", 46 "//blimp/client/core/settings",
46 "//blimp/client/core/switches", 47 "//blimp/client/core/switches",
47 ] 48 ]
48 } 49 }
49 50
50 group("dummy_core") { 51 group("dummy_core") {
51 visibility = [ ":*" ] 52 visibility = [ ":*" ]
52 53
53 deps = [ 54 deps = [
54 "//blimp/client/core/context:dummy", 55 "//blimp/client/core/context:dummy",
56 "//blimp/client/core/resources:dummy",
55 ] 57 ]
56 } 58 }
57 59
58 group("unit_tests") { 60 group("unit_tests") {
59 testonly = true 61 testonly = true
60 62
61 deps = [ 63 deps = [
62 "//blimp/client/core/compositor:unit_tests", 64 "//blimp/client/core/compositor:unit_tests",
63 "//blimp/client/core/contents:unit_tests", 65 "//blimp/client/core/contents:unit_tests",
64 "//blimp/client/core/context:unit_tests", 66 "//blimp/client/core/context:unit_tests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 } 108 }
107 109
108 java_group("dummy_core_java") { 110 java_group("dummy_core_java") {
109 visibility = [ ":*" ] 111 visibility = [ ":*" ]
110 112
111 deps = [ 113 deps = [
112 "//blimp/client/core/context:dummy_context_java", 114 "//blimp/client/core/context:dummy_context_java",
113 ] 115 ]
114 } 116 }
115 } 117 }
OLDNEW
« no previous file with comments | « blimp/client/DEPS ('k') | blimp/client/core/contents/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698