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

Side by Side Diff: mojo/edk/system/BUILD.gn

Issue 2018483002: [iOS/GN] Fix compilation of "all" with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("../../../mojo/public/tools/bindings/mojom.gni") 6 import("../../../mojo/public/tools/bindings/mojom.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 152
153 test("mojo_system_unittests") { 153 test("mojo_system_unittests") {
154 sources = [ 154 sources = [
155 "awakable_list_unittest.cc", 155 "awakable_list_unittest.cc",
156 "core_test_base.cc", 156 "core_test_base.cc",
157 "core_test_base.h", 157 "core_test_base.h",
158 "core_unittest.cc", 158 "core_unittest.cc",
159 "message_pipe_unittest.cc", 159 "message_pipe_unittest.cc",
160 "options_validation_unittest.cc", 160 "options_validation_unittest.cc",
161 "platform_handle_dispatcher_unittest.cc", 161 "platform_handle_dispatcher_unittest.cc",
162 "platform_wrapper_unittest.cc",
163 "shared_buffer_dispatcher_unittest.cc", 162 "shared_buffer_dispatcher_unittest.cc",
164 "shared_buffer_unittest.cc", 163 "shared_buffer_unittest.cc",
165 "wait_set_dispatcher_unittest.cc", 164 "wait_set_dispatcher_unittest.cc",
166 "waiter_test_utils.cc", 165 "waiter_test_utils.cc",
167 "waiter_test_utils.h", 166 "waiter_test_utils.h",
168 "waiter_unittest.cc", 167 "waiter_unittest.cc",
169 "watch_unittest.cc", 168 "watch_unittest.cc",
170 ] 169 ]
171 170
172 if (!is_ios) { 171 if (!is_ios) {
173 sources += [ 172 sources += [
174 "data_pipe_unittest.cc", 173 "data_pipe_unittest.cc",
175 "multiprocess_message_pipe_unittest.cc", 174 "multiprocess_message_pipe_unittest.cc",
175 "platform_wrapper_unittest.cc",
176 ] 176 ]
177 } 177 }
178 178
179 deps = [ 179 deps = [
180 ":test_utils", 180 ":test_utils",
181 "//base", 181 "//base",
182 "//base/test:test_support", 182 "//base/test:test_support",
183 "//mojo/edk/embedder:embedder_unittests", 183 "//mojo/edk/embedder:embedder_unittests",
184 "//mojo/edk/system", 184 "//mojo/edk/system",
185 "//mojo/edk/system/ports:tests", 185 "//mojo/edk/system/ports:tests",
(...skipping 15 matching lines...) Expand all
201 ":test_utils", 201 ":test_utils",
202 "//base", 202 "//base",
203 "//base/test:test_support", 203 "//base/test:test_support",
204 "//mojo/edk/system", 204 "//mojo/edk/system",
205 "//mojo/edk/test:run_all_perftests", 205 "//mojo/edk/test:run_all_perftests",
206 "//mojo/edk/test:test_support", 206 "//mojo/edk/test:test_support",
207 "//testing/gtest", 207 "//testing/gtest",
208 ] 208 ]
209 } 209 }
210 } 210 }
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