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

Side by Side Diff: base/BUILD.gn

Issue 1479703002: base: Remove move_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move-only-2: remove-it Created 5 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
« 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 import("//build/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 "metrics/field_trial_unittest.cc", 1372 "metrics/field_trial_unittest.cc",
1373 "metrics/histogram_base_unittest.cc", 1373 "metrics/histogram_base_unittest.cc",
1374 "metrics/histogram_delta_serialization_unittest.cc", 1374 "metrics/histogram_delta_serialization_unittest.cc",
1375 "metrics/histogram_macros_unittest.cc", 1375 "metrics/histogram_macros_unittest.cc",
1376 "metrics/histogram_snapshot_manager_unittest.cc", 1376 "metrics/histogram_snapshot_manager_unittest.cc",
1377 "metrics/histogram_unittest.cc", 1377 "metrics/histogram_unittest.cc",
1378 "metrics/sample_map_unittest.cc", 1378 "metrics/sample_map_unittest.cc",
1379 "metrics/sample_vector_unittest.cc", 1379 "metrics/sample_vector_unittest.cc",
1380 "metrics/sparse_histogram_unittest.cc", 1380 "metrics/sparse_histogram_unittest.cc",
1381 "metrics/statistics_recorder_unittest.cc", 1381 "metrics/statistics_recorder_unittest.cc",
1382 "move_unittest.cc",
1383 "native_library_unittest.cc", 1382 "native_library_unittest.cc",
1384 "numerics/safe_numerics_unittest.cc", 1383 "numerics/safe_numerics_unittest.cc",
1385 "observer_list_unittest.cc", 1384 "observer_list_unittest.cc",
1386 "os_compat_android_unittest.cc", 1385 "os_compat_android_unittest.cc",
1387 "path_service_unittest.cc", 1386 "path_service_unittest.cc",
1388 "pickle_unittest.cc", 1387 "pickle_unittest.cc",
1389 "posix/file_descriptor_shuffle_unittest.cc", 1388 "posix/file_descriptor_shuffle_unittest.cc",
1390 "posix/unix_domain_socket_linux_unittest.cc", 1389 "posix/unix_domain_socket_linux_unittest.cc",
1391 "power_monitor/power_monitor_unittest.cc", 1390 "power_monitor/power_monitor_unittest.cc",
1392 "prefs/default_pref_store_unittest.cc", 1391 "prefs/default_pref_store_unittest.cc",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 1749
1751 # GYP: //base.gyp:base_java_unittest_support 1750 # GYP: //base.gyp:base_java_unittest_support
1752 android_library("base_java_unittest_support") { 1751 android_library("base_java_unittest_support") {
1753 deps = [ 1752 deps = [
1754 ":base_java", 1753 ":base_java",
1755 ] 1754 ]
1756 java_files = 1755 java_files =
1757 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1756 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1758 } 1757 }
1759 } 1758 }
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