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

Side by Side Diff: base/BUILD.gn

Issue 2366323003: Revert of Remove ref_counted.cc (Closed)
Patch Set: Created 4 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 | « no previous file | base/memory/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 # 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "memory/memory_pressure_monitor.cc", 478 "memory/memory_pressure_monitor.cc",
479 "memory/memory_pressure_monitor.h", 479 "memory/memory_pressure_monitor.h",
480 "memory/memory_pressure_monitor_chromeos.cc", 480 "memory/memory_pressure_monitor_chromeos.cc",
481 "memory/memory_pressure_monitor_chromeos.h", 481 "memory/memory_pressure_monitor_chromeos.h",
482 "memory/memory_pressure_monitor_mac.cc", 482 "memory/memory_pressure_monitor_mac.cc",
483 "memory/memory_pressure_monitor_mac.h", 483 "memory/memory_pressure_monitor_mac.h",
484 "memory/memory_pressure_monitor_win.cc", 484 "memory/memory_pressure_monitor_win.cc",
485 "memory/memory_pressure_monitor_win.h", 485 "memory/memory_pressure_monitor_win.h",
486 "memory/ptr_util.h", 486 "memory/ptr_util.h",
487 "memory/raw_scoped_refptr_mismatch_checker.h", 487 "memory/raw_scoped_refptr_mismatch_checker.h",
488 "memory/ref_counted.cc",
488 "memory/ref_counted.h", 489 "memory/ref_counted.h",
489 "memory/ref_counted_delete_on_message_loop.h", 490 "memory/ref_counted_delete_on_message_loop.h",
490 "memory/ref_counted_memory.cc", 491 "memory/ref_counted_memory.cc",
491 "memory/ref_counted_memory.h", 492 "memory/ref_counted_memory.h",
492 "memory/scoped_policy.h", 493 "memory/scoped_policy.h",
493 "memory/scoped_vector.h", 494 "memory/scoped_vector.h",
494 "memory/shared_memory.h", 495 "memory/shared_memory.h",
495 "memory/shared_memory_android.cc", 496 "memory/shared_memory_android.cc",
496 "memory/shared_memory_handle.h", 497 "memory/shared_memory_handle.h",
497 "memory/shared_memory_handle_mac.cc", 498 "memory/shared_memory_handle_mac.cc",
(...skipping 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 testonly = true 2458 testonly = true
2458 deps = [ 2459 deps = [
2459 ":base_java", 2460 ":base_java",
2460 ] 2461 ]
2461 java_files = [ 2462 java_files = [
2462 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2463 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2463 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2464 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2464 ] 2465 ]
2465 } 2466 }
2466 } 2467 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/ref_counted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698