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

Side by Side Diff: base/BUILD.gn

Issue 2038273002: Remove base/move.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: is_constructible Created 4 years, 6 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 | « PRESUBMIT.py ('k') | base/base.gypi » ('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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "metrics/sample_map.h", 535 "metrics/sample_map.h",
536 "metrics/sample_vector.cc", 536 "metrics/sample_vector.cc",
537 "metrics/sample_vector.h", 537 "metrics/sample_vector.h",
538 "metrics/sparse_histogram.cc", 538 "metrics/sparse_histogram.cc",
539 "metrics/sparse_histogram.h", 539 "metrics/sparse_histogram.h",
540 "metrics/statistics_recorder.cc", 540 "metrics/statistics_recorder.cc",
541 "metrics/statistics_recorder.h", 541 "metrics/statistics_recorder.h",
542 "metrics/user_metrics.cc", 542 "metrics/user_metrics.cc",
543 "metrics/user_metrics.h", 543 "metrics/user_metrics.h",
544 "metrics/user_metrics_action.h", 544 "metrics/user_metrics_action.h",
545 "move.h",
546 "native_library.h", 545 "native_library.h",
547 "native_library_ios.mm", 546 "native_library_ios.mm",
548 "native_library_mac.mm", 547 "native_library_mac.mm",
549 "native_library_posix.cc", 548 "native_library_posix.cc",
550 "native_library_win.cc", 549 "native_library_win.cc",
551 "nix/mime_util_xdg.cc", 550 "nix/mime_util_xdg.cc",
552 "nix/mime_util_xdg.h", 551 "nix/mime_util_xdg.h",
553 "nix/xdg_util.cc", 552 "nix/xdg_util.cc",
554 "nix/xdg_util.h", 553 "nix/xdg_util.h",
555 "numerics/safe_conversions.h", 554 "numerics/safe_conversions.h",
(...skipping 1830 matching lines...) Expand 10 before | Expand all | Expand 10 after
2386 2385
2387 # GYP: //base.gyp:base_java_unittest_support 2386 # GYP: //base.gyp:base_java_unittest_support
2388 android_library("base_java_unittest_support") { 2387 android_library("base_java_unittest_support") {
2389 deps = [ 2388 deps = [
2390 ":base_java", 2389 ":base_java",
2391 ] 2390 ]
2392 java_files = 2391 java_files =
2393 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2392 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2394 } 2393 }
2395 } 2394 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698