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

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

Issue 966423003: Moving ScopedMockLog from net/test to base/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate-port-range
Patch Set: Addressed Ricardo's code review feedback. Created 5 years, 9 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 | « base/base.gyp ('k') | base/test/mock_log.h » ('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 18 matching lines...) Expand all
29 "launcher/test_result.h", 29 "launcher/test_result.h",
30 "launcher/test_results_tracker.cc", 30 "launcher/test_results_tracker.cc",
31 "launcher/test_results_tracker.h", 31 "launcher/test_results_tracker.h",
32 "launcher/unit_test_launcher.cc", 32 "launcher/unit_test_launcher.cc",
33 "launcher/unit_test_launcher.h", 33 "launcher/unit_test_launcher.h",
34 "launcher/unit_test_launcher_ios.cc", 34 "launcher/unit_test_launcher_ios.cc",
35 "mock_chrome_application_mac.h", 35 "mock_chrome_application_mac.h",
36 "mock_chrome_application_mac.mm", 36 "mock_chrome_application_mac.mm",
37 "mock_devices_changed_observer.cc", 37 "mock_devices_changed_observer.cc",
38 "mock_devices_changed_observer.h", 38 "mock_devices_changed_observer.h",
39 "mock_log.cc",
40 "mock_log.h",
39 "multiprocess_test.cc", 41 "multiprocess_test.cc",
40 "multiprocess_test.h", 42 "multiprocess_test.h",
41 "multiprocess_test_android.cc", 43 "multiprocess_test_android.cc",
42 "null_task_runner.cc", 44 "null_task_runner.cc",
43 "null_task_runner.h", 45 "null_task_runner.h",
44 "opaque_ref_counted.cc", 46 "opaque_ref_counted.cc",
45 "opaque_ref_counted.h", 47 "opaque_ref_counted.h",
46 "perf_log.cc", 48 "perf_log.cc",
47 "perf_log.h", 49 "perf_log.h",
48 "perf_test_suite.cc", 50 "perf_test_suite.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 } 171 }
170 172
171 if (is_android) { 173 if (is_android) {
172 generate_jni("base_unittests_jni_headers") { 174 generate_jni("base_unittests_jni_headers") {
173 sources = [ 175 sources = [
174 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 176 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
175 ] 177 ]
176 jni_package = "base" 178 jni_package = "base"
177 } 179 }
178 } 180 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/test/mock_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698