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

Side by Side Diff: base/BUILD.gn

Issue 1765833002: Retire scoped_ptr_unittest.nc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | base/base.gyp » ('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 # 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 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 args += [ override_build_date ] 1935 args += [ override_build_date ]
1936 } 1936 }
1937 } 1937 }
1938 1938
1939 if (enable_nocompile_tests) { 1939 if (enable_nocompile_tests) {
1940 nocompile_test("base_nocompile_tests") { 1940 nocompile_test("base_nocompile_tests") {
1941 sources = [ 1941 sources = [
1942 "bind_unittest.nc", 1942 "bind_unittest.nc",
1943 "callback_list_unittest.nc", 1943 "callback_list_unittest.nc",
1944 "callback_unittest.nc", 1944 "callback_unittest.nc",
1945 "memory/scoped_ptr_unittest.nc",
1946 "memory/weak_ptr_unittest.nc", 1945 "memory/weak_ptr_unittest.nc",
1947 ] 1946 ]
1948 1947
1949 deps = [ 1948 deps = [
1950 ":base", 1949 ":base",
1951 "//base/test:run_all_unittests", 1950 "//base/test:run_all_unittests",
1952 "//testing/gtest", 1951 "//testing/gtest",
1953 ] 1952 ]
1954 } 1953 }
1955 } 1954 }
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 2098
2100 # GYP: //base.gyp:base_java_unittest_support 2099 # GYP: //base.gyp:base_java_unittest_support
2101 android_library("base_java_unittest_support") { 2100 android_library("base_java_unittest_support") {
2102 deps = [ 2101 deps = [
2103 ":base_java", 2102 ":base_java",
2104 ] 2103 ]
2105 java_files = 2104 java_files =
2106 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2105 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2107 } 2106 }
2108 } 2107 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698