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

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

Issue 2226063002: Add a ScopedFeatureList class for testing and start using it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue in previous patchset. Created 4 years, 4 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/feature_list.cc ('k') | base/test/scoped_feature_list.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 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "perf_log.cc", 57 "perf_log.cc",
58 "perf_log.h", 58 "perf_log.h",
59 "perf_test_suite.cc", 59 "perf_test_suite.cc",
60 "perf_test_suite.h", 60 "perf_test_suite.h",
61 "perf_time_logger.cc", 61 "perf_time_logger.cc",
62 "perf_time_logger.h", 62 "perf_time_logger.h",
63 "power_monitor_test_base.cc", 63 "power_monitor_test_base.cc",
64 "power_monitor_test_base.h", 64 "power_monitor_test_base.h",
65 "scoped_command_line.cc", 65 "scoped_command_line.cc",
66 "scoped_command_line.h", 66 "scoped_command_line.h",
67 "scoped_feature_list.cc",
68 "scoped_feature_list.h",
67 "scoped_locale.cc", 69 "scoped_locale.cc",
68 "scoped_locale.h", 70 "scoped_locale.h",
69 "scoped_path_override.cc", 71 "scoped_path_override.cc",
70 "scoped_path_override.h", 72 "scoped_path_override.h",
71 "sequenced_task_runner_test_template.cc", 73 "sequenced_task_runner_test_template.cc",
72 "sequenced_task_runner_test_template.h", 74 "sequenced_task_runner_test_template.h",
73 "sequenced_worker_pool_owner.cc", 75 "sequenced_worker_pool_owner.cc",
74 "sequenced_worker_pool_owner.h", 76 "sequenced_worker_pool_owner.h",
75 "simple_test_clock.cc", 77 "simple_test_clock.cc",
76 "simple_test_clock.h", 78 "simple_test_clock.h",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 272
271 if (is_android) { 273 if (is_android) {
272 generate_jni("base_unittests_jni_headers") { 274 generate_jni("base_unittests_jni_headers") {
273 sources = [ 275 sources = [
274 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 276 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
275 "android/java/src/org/chromium/base/TestUiThread.java", 277 "android/java/src/org/chromium/base/TestUiThread.java",
276 ] 278 ]
277 jni_package = "base" 279 jni_package = "base"
278 } 280 }
279 } 281 }
OLDNEW
« no previous file with comments | « base/feature_list.cc ('k') | base/test/scoped_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698