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

Side by Side Diff: base/test/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/config/BUILDCONFIG.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 (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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "test_switches.h", 94 "test_switches.h",
95 "test_timeouts.cc", 95 "test_timeouts.cc",
96 "test_timeouts.h", 96 "test_timeouts.h",
97 "thread_test_helper.cc", 97 "thread_test_helper.cc",
98 "thread_test_helper.h", 98 "thread_test_helper.h",
99 "trace_event_analyzer.cc", 99 "trace_event_analyzer.cc",
100 "trace_event_analyzer.h", 100 "trace_event_analyzer.h",
101 "values_test_util.cc", 101 "values_test_util.cc",
102 "values_test_util.h", 102 "values_test_util.h",
103 ] 103 ]
104 deps = [ 104
105 public_deps = [
105 "//base", 106 "//base",
106 "//base/third_party/dynamic_annotations",
107 "//base:i18n", 107 "//base:i18n",
108 "//base:base_static", 108 "//base:base_static",
109 ]
110 deps = [
111 "//base/third_party/dynamic_annotations",
109 "//testing/gmock", 112 "//testing/gmock",
110 "//testing/gtest", 113 "//testing/gtest",
111 "//third_party/libxml" 114 "//third_party/libxml"
112 ] 115 ]
113 116
114 if (!is_posix) { 117 if (!is_posix) {
115 sources -= [ 118 sources -= [
116 "scoped_locale.cc", 119 "scoped_locale.cc",
117 "scoped_locale.h", 120 "scoped_locale.h",
118 ] 121 ]
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 } 164 }
162 165
163 if (is_android) { 166 if (is_android) {
164 generate_jni("base_unittests_jni_headers") { 167 generate_jni("base_unittests_jni_headers") {
165 sources = [ 168 sources = [
166 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 169 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
167 ] 170 ]
168 jni_package = "base" 171 jni_package = "base"
169 } 172 }
170 } 173 }
OLDNEW
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698