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

Side by Side Diff: base/BUILD.gn

Issue 2540603004: [Android] Redirect std{in,out,err} to sockets for layout tests. (Closed)
Patch Set: peter comments 2 Created 4 years 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
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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "android/context_utils.cc", 167 "android/context_utils.cc",
168 "android/context_utils.h", 168 "android/context_utils.h",
169 "android/cpu_features.cc", 169 "android/cpu_features.cc",
170 "android/cxa_demangle_stub.cc", 170 "android/cxa_demangle_stub.cc",
171 "android/early_trace_event_binding.cc", 171 "android/early_trace_event_binding.cc",
172 "android/early_trace_event_binding.h", 172 "android/early_trace_event_binding.h",
173 "android/event_log.cc", 173 "android/event_log.cc",
174 "android/event_log.h", 174 "android/event_log.h",
175 "android/field_trial_list.cc", 175 "android/field_trial_list.cc",
176 "android/field_trial_list.h", 176 "android/field_trial_list.h",
177 "android/fifo_utils.cc",
178 "android/fifo_utils.h",
179 "android/important_file_writer_android.cc", 177 "android/important_file_writer_android.cc",
180 "android/important_file_writer_android.h", 178 "android/important_file_writer_android.h",
181 "android/java_handler_thread.cc", 179 "android/java_handler_thread.cc",
182 "android/java_handler_thread.h", 180 "android/java_handler_thread.h",
183 "android/java_message_handler_factory.h", 181 "android/java_message_handler_factory.h",
184 "android/java_runtime.cc", 182 "android/java_runtime.cc",
185 "android/java_runtime.h", 183 "android/java_runtime.h",
186 "android/jni_android.cc", 184 "android/jni_android.cc",
187 "android/jni_android.h", 185 "android/jni_android.h",
188 "android/jni_array.cc", 186 "android/jni_array.cc",
(...skipping 2353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2542 } 2540 }
2543 2541
2544 fuzzer_test("base_json_correctness_fuzzer") { 2542 fuzzer_test("base_json_correctness_fuzzer") {
2545 sources = [ 2543 sources = [
2546 "json/correctness_fuzzer.cc", 2544 "json/correctness_fuzzer.cc",
2547 ] 2545 ]
2548 deps = [ 2546 deps = [
2549 ":base", 2547 ":base",
2550 ] 2548 ]
2551 } 2549 }
OLDNEW
« no previous file with comments | « no previous file | base/android/fifo_utils.h » ('j') | third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698