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

Side by Side Diff: tools/gn/secondary/base/BUILD.gn

Issue 56433003: GN threading refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « tools/gn/script_target_generator.cc ('k') | tools/gn/settings.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 config("base_libs") { 5 config("base_libs") {
6 if (!is_win) { 6 if (!is_win) {
7 libs = [ "dl" ] 7 libs = [ "dl" ]
8 } 8 }
9 } 9 }
10 10
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "mac/scoped_nsautorelease_pool.h", 253 "mac/scoped_nsautorelease_pool.h",
254 "mac/scoped_nsautorelease_pool.mm", 254 "mac/scoped_nsautorelease_pool.mm",
255 "mac/scoped_nsexception_enabler.h", 255 "mac/scoped_nsexception_enabler.h",
256 "mac/scoped_nsexception_enabler.mm", 256 "mac/scoped_nsexception_enabler.mm",
257 "mac/scoped_nsobject.h", 257 "mac/scoped_nsobject.h",
258 "mac/scoped_sending_event.h", 258 "mac/scoped_sending_event.h",
259 "mac/scoped_sending_event.mm", 259 "mac/scoped_sending_event.mm",
260 "mac/sdk_forward_declarations.h", 260 "mac/sdk_forward_declarations.h",
261 "memory/aligned_memory.cc", 261 "memory/aligned_memory.cc",
262 "memory/aligned_memory.h", 262 "memory/aligned_memory.h",
263 "memory/discardable_memory.cc",
264 "memory/discardable_memory.h", 263 "memory/discardable_memory.h",
265 "memory/discardable_memory_android.cc", 264 "memory/discardable_memory_android.cc",
266 "memory/discardable_memory_mac.cc", 265 "memory/discardable_memory_mac.cc",
267 "memory/linked_ptr.h", 266 "memory/linked_ptr.h",
268 "memory/manual_constructor.h", 267 "memory/manual_constructor.h",
269 "memory/memory_pressure_listener.cc", 268 "memory/memory_pressure_listener.cc",
270 "memory/memory_pressure_listener.h", 269 "memory/memory_pressure_listener.h",
271 "memory/raw_scoped_refptr_mismatch_checker.h", 270 "memory/raw_scoped_refptr_mismatch_checker.h",
272 "memory/ref_counted.cc", 271 "memory/ref_counted.cc",
273 "memory/ref_counted.h", 272 "memory/ref_counted.h",
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 # TODO(brettw) move to base/test. 872 # TODO(brettw) move to base/test.
874 static_library("test_support_base") { 873 static_library("test_support_base") {
875 external = true 874 external = true
876 sources = [ 875 sources = [
877 "test/expectations/expectation.cc", 876 "test/expectations/expectation.cc",
878 "test/expectations/expectation.h", 877 "test/expectations/expectation.h",
879 "test/expectations/parser.cc", 878 "test/expectations/parser.cc",
880 "test/expectations/parser.h", 879 "test/expectations/parser.h",
881 "test/gtest_xml_util.cc", 880 "test/gtest_xml_util.cc",
882 "test/gtest_xml_util.h", 881 "test/gtest_xml_util.h",
883 "test/launcher/parallel_test_launcher.cc",
884 "test/launcher/parallel_test_launcher.h",
885 "test/launcher/test_launcher.cc", 882 "test/launcher/test_launcher.cc",
886 "test/launcher/test_launcher.h", 883 "test/launcher/test_launcher.h",
887 "test/launcher/test_result.cc", 884 "test/launcher/test_result.cc",
888 "test/launcher/test_result.h", 885 "test/launcher/test_result.h",
889 "test/launcher/test_results_tracker.cc", 886 "test/launcher/test_results_tracker.cc",
890 "test/launcher/test_results_tracker.h", 887 "test/launcher/test_results_tracker.h",
891 "test/launcher/unit_test_launcher.cc", 888 "test/launcher/unit_test_launcher.cc",
892 "test/launcher/unit_test_launcher.h", 889 "test/launcher/unit_test_launcher.h",
893 "test/launcher/unit_test_launcher_ios.cc", 890 "test/launcher/unit_test_launcher_ios.cc",
894 "test/mock_chrome_application_mac.h", 891 "test/mock_chrome_application_mac.h",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 static_library("run_all_unittests") { 1013 static_library("run_all_unittests") {
1017 external = true 1014 external = true
1018 sources = [ 1015 sources = [
1019 "test/run_all_unittests.cc", 1016 "test/run_all_unittests.cc",
1020 ] 1017 ]
1021 deps = [ 1018 deps = [
1022 ":test_support_base", 1019 ":test_support_base",
1023 ] 1020 ]
1024 } 1021 }
1025 1022
OLDNEW
« no previous file with comments | « tools/gn/script_target_generator.cc ('k') | tools/gn/settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698