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

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

Issue 623633002: scoped_refptr: support opaque pointed-to classes via extern template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix header guard Created 6 years, 2 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/memory/ref_counted_unittest.cc ('k') | base/test/opaque_ref_counted.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 23 matching lines...) Expand all
34 "mock_chrome_application_mac.mm", 34 "mock_chrome_application_mac.mm",
35 "mock_devices_changed_observer.cc", 35 "mock_devices_changed_observer.cc",
36 "mock_devices_changed_observer.h", 36 "mock_devices_changed_observer.h",
37 "mock_time_provider.cc", 37 "mock_time_provider.cc",
38 "mock_time_provider.h", 38 "mock_time_provider.h",
39 "multiprocess_test.cc", 39 "multiprocess_test.cc",
40 "multiprocess_test.h", 40 "multiprocess_test.h",
41 "multiprocess_test_android.cc", 41 "multiprocess_test_android.cc",
42 "null_task_runner.cc", 42 "null_task_runner.cc",
43 "null_task_runner.h", 43 "null_task_runner.h",
44 "opaque_ref_counted.cc",
45 "opaque_ref_counted.h",
44 "perf_log.cc", 46 "perf_log.cc",
45 "perf_log.h", 47 "perf_log.h",
46 "perf_test_suite.cc", 48 "perf_test_suite.cc",
47 "perf_test_suite.h", 49 "perf_test_suite.h",
48 "perf_time_logger.cc", 50 "perf_time_logger.cc",
49 "perf_time_logger.h", 51 "perf_time_logger.h",
50 "power_monitor_test_base.cc", 52 "power_monitor_test_base.cc",
51 "power_monitor_test_base.h", 53 "power_monitor_test_base.h",
52 "scoped_locale.cc", 54 "scoped_locale.cc",
53 "scoped_locale.h", 55 "scoped_locale.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 } 166 }
165 167
166 if (is_android) { 168 if (is_android) {
167 generate_jni("base_unittests_jni_headers") { 169 generate_jni("base_unittests_jni_headers") {
168 sources = [ 170 sources = [
169 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 171 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
170 ] 172 ]
171 jni_package = "base" 173 jni_package = "base"
172 } 174 }
173 } 175 }
OLDNEW
« no previous file with comments | « base/memory/ref_counted_unittest.cc ('k') | base/test/opaque_ref_counted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698