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

Side by Side Diff: base/BUILD.gn

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « DEPS ('k') | base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "power_monitor/power_monitor_device_source_win.cc", 363 "power_monitor/power_monitor_device_source_win.cc",
364 "power_monitor/power_monitor_source.cc", 364 "power_monitor/power_monitor_source.cc",
365 "power_monitor/power_monitor_source.h", 365 "power_monitor/power_monitor_source.h",
366 "power_monitor/power_observer.h", 366 "power_monitor/power_observer.h",
367 "profiler/alternate_timer.cc", 367 "profiler/alternate_timer.cc",
368 "profiler/alternate_timer.h", 368 "profiler/alternate_timer.h",
369 "profiler/scoped_profile.cc", 369 "profiler/scoped_profile.cc",
370 "profiler/scoped_profile.h", 370 "profiler/scoped_profile.h",
371 "profiler/scoped_tracker.cc", 371 "profiler/scoped_tracker.cc",
372 "profiler/scoped_tracker.h", 372 "profiler/scoped_tracker.h",
373 "profiler/stack_sampling_profiler.cc",
374 "profiler/stack_sampling_profiler.h",
375 "profiler/stack_sampling_profiler_posix.cc",
376 "profiler/stack_sampling_profiler_win.cc",
373 "profiler/tracked_time.cc", 377 "profiler/tracked_time.cc",
374 "profiler/tracked_time.h", 378 "profiler/tracked_time.h",
375 "rand_util.cc", 379 "rand_util.cc",
376 "rand_util.h", 380 "rand_util.h",
377 "rand_util_nacl.cc", 381 "rand_util_nacl.cc",
378 "rand_util_posix.cc", 382 "rand_util_posix.cc",
379 "rand_util_win.cc", 383 "rand_util_win.cc",
380 "run_loop.cc", 384 "run_loop.cc",
381 "run_loop.h", 385 "run_loop.h",
382 "safe_strerror_posix.cc", 386 "safe_strerror_posix.cc",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "third_party/icu/icu_utf.cc", 481 "third_party/icu/icu_utf.cc",
478 "third_party/icu/icu_utf.h", 482 "third_party/icu/icu_utf.h",
479 "third_party/superfasthash/superfasthash.c", 483 "third_party/superfasthash/superfasthash.c",
480 "thread_task_runner_handle.cc", 484 "thread_task_runner_handle.cc",
481 "thread_task_runner_handle.h", 485 "thread_task_runner_handle.h",
482 "threading/non_thread_safe.h", 486 "threading/non_thread_safe.h",
483 "threading/non_thread_safe_impl.cc", 487 "threading/non_thread_safe_impl.cc",
484 "threading/non_thread_safe_impl.h", 488 "threading/non_thread_safe_impl.h",
485 "threading/platform_thread.h", 489 "threading/platform_thread.h",
486 "threading/platform_thread_android.cc", 490 "threading/platform_thread_android.cc",
491 "threading/platform_thread_internal_posix.cc",
492 "threading/platform_thread_internal_posix.h",
487 "threading/platform_thread_linux.cc", 493 "threading/platform_thread_linux.cc",
488 "threading/platform_thread_mac.mm", 494 "threading/platform_thread_mac.mm",
489 "threading/platform_thread_posix.cc", 495 "threading/platform_thread_posix.cc",
490 "threading/platform_thread_win.cc", 496 "threading/platform_thread_win.cc",
491 "threading/post_task_and_reply_impl.cc", 497 "threading/post_task_and_reply_impl.cc",
492 "threading/post_task_and_reply_impl.h", 498 "threading/post_task_and_reply_impl.h",
493 "threading/sequenced_worker_pool.cc", 499 "threading/sequenced_worker_pool.cc",
494 "threading/sequenced_worker_pool.h", 500 "threading/sequenced_worker_pool.h",
495 "threading/simple_thread.cc", 501 "threading/simple_thread.cc",
496 "threading/simple_thread.h", 502 "threading/simple_thread.h",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 } else if (!is_nacl) { 739 } else if (!is_nacl) {
734 # Non-Windows. 740 # Non-Windows.
735 deps += [ "//third_party/libevent" ] 741 deps += [ "//third_party/libevent" ]
736 } 742 }
737 743
738 # Mac. 744 # Mac.
739 if (is_mac) { 745 if (is_mac) {
740 sources -= [ 746 sources -= [
741 "native_library_posix.cc", 747 "native_library_posix.cc",
742 "strings/sys_string_conversions_posix.cc", 748 "strings/sys_string_conversions_posix.cc",
749 "threading/platform_thread_internal_posix.cc",
743 ] 750 ]
744 } else { 751 } else {
745 # Non-Mac. 752 # Non-Mac.
746 sources -= [ 753 sources -= [
747 "files/file_path_watcher_fsevents.cc", 754 "files/file_path_watcher_fsevents.cc",
748 "files/file_path_watcher_fsevents.h", 755 "files/file_path_watcher_fsevents.h",
749 "files/file_path_watcher_kqueue.cc", 756 "files/file_path_watcher_kqueue.cc",
750 "files/file_path_watcher_kqueue.h", 757 "files/file_path_watcher_kqueue.h",
751 ] 758 ]
752 } 759 }
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 "prefs/pref_value_store_unittest.cc", 1188 "prefs/pref_value_store_unittest.cc",
1182 "prefs/scoped_user_pref_update_unittest.cc", 1189 "prefs/scoped_user_pref_update_unittest.cc",
1183 "process/memory_unittest.cc", 1190 "process/memory_unittest.cc",
1184 "process/memory_unittest_mac.h", 1191 "process/memory_unittest_mac.h",
1185 "process/memory_unittest_mac.mm", 1192 "process/memory_unittest_mac.mm",
1186 "process/process_metrics_unittest.cc", 1193 "process/process_metrics_unittest.cc",
1187 "process/process_metrics_unittest_ios.cc", 1194 "process/process_metrics_unittest_ios.cc",
1188 "process/process_unittest.cc", 1195 "process/process_unittest.cc",
1189 "process/process_util_unittest.cc", 1196 "process/process_util_unittest.cc",
1190 "process/process_util_unittest_ios.cc", 1197 "process/process_util_unittest_ios.cc",
1198 "profiler/stack_sampling_profiler_unittest.cc",
1191 "profiler/tracked_time_unittest.cc", 1199 "profiler/tracked_time_unittest.cc",
1192 "rand_util_unittest.cc", 1200 "rand_util_unittest.cc",
1193 "scoped_clear_errno_unittest.cc", 1201 "scoped_clear_errno_unittest.cc",
1194 "scoped_generic_unittest.cc", 1202 "scoped_generic_unittest.cc",
1195 "scoped_native_library_unittest.cc", 1203 "scoped_native_library_unittest.cc",
1196 "security_unittest.cc", 1204 "security_unittest.cc",
1197 "sequence_checker_unittest.cc", 1205 "sequence_checker_unittest.cc",
1198 "sha1_unittest.cc", 1206 "sha1_unittest.cc",
1199 "stl_util_unittest.cc", 1207 "stl_util_unittest.cc",
1200 "strings/nullable_string16_unittest.cc", 1208 "strings/nullable_string16_unittest.cc",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 "threading/watchdog_unittest.cc", 1249 "threading/watchdog_unittest.cc",
1242 "threading/worker_pool_posix_unittest.cc", 1250 "threading/worker_pool_posix_unittest.cc",
1243 "threading/worker_pool_unittest.cc", 1251 "threading/worker_pool_unittest.cc",
1244 "time/pr_time_unittest.cc", 1252 "time/pr_time_unittest.cc",
1245 "time/time_unittest.cc", 1253 "time/time_unittest.cc",
1246 "time/time_win_unittest.cc", 1254 "time/time_win_unittest.cc",
1247 "timer/hi_res_timer_manager_unittest.cc", 1255 "timer/hi_res_timer_manager_unittest.cc",
1248 "timer/mock_timer_unittest.cc", 1256 "timer/mock_timer_unittest.cc",
1249 "timer/timer_unittest.cc", 1257 "timer/timer_unittest.cc",
1250 "tools_sanity_unittest.cc", 1258 "tools_sanity_unittest.cc",
1251 "trace_event/memory_dump_manager_unittest.cc",
1252 "trace_event/process_memory_maps_dump_provider_unittest.cc",
1253 "trace_event/process_memory_totals_dump_provider_unittest.cc",
1254 "trace_event/trace_event_argument_unittest.cc",
1255 "trace_event/trace_event_memory_unittest.cc",
1256 "trace_event/trace_event_synthetic_delay_unittest.cc",
1257 "trace_event/trace_event_system_stats_monitor_unittest.cc",
1258 "trace_event/trace_event_unittest.cc",
1259 "trace_event/trace_event_win_unittest.cc",
1260 "tracked_objects_unittest.cc", 1259 "tracked_objects_unittest.cc",
1261 "tuple_unittest.cc", 1260 "tuple_unittest.cc",
1262 "values_unittest.cc", 1261 "values_unittest.cc",
1263 "version_unittest.cc", 1262 "version_unittest.cc",
1264 "vlog_unittest.cc", 1263 "vlog_unittest.cc",
1265 "win/dllmain.cc", 1264 "win/dllmain.cc",
1266 "win/enum_variant_unittest.cc", 1265 "win/enum_variant_unittest.cc",
1267 "win/event_trace_consumer_unittest.cc", 1266 "win/event_trace_consumer_unittest.cc",
1268 "win/event_trace_controller_unittest.cc", 1267 "win/event_trace_controller_unittest.cc",
1269 "win/event_trace_provider_unittest.cc", 1268 "win/event_trace_provider_unittest.cc",
(...skipping 17 matching lines...) Expand all
1287 ":base", 1286 ":base",
1288 ":i18n", 1287 ":i18n",
1289 ":message_loop_tests", 1288 ":message_loop_tests",
1290 ":prefs", 1289 ":prefs",
1291 ":prefs_test_support", 1290 ":prefs_test_support",
1292 "//base/allocator", 1291 "//base/allocator",
1293 "//base/test:run_all_unittests", 1292 "//base/test:run_all_unittests",
1294 "//base/test:test_support", 1293 "//base/test:test_support",
1295 "//base/third_party/dynamic_annotations", 1294 "//base/third_party/dynamic_annotations",
1296 "//base/third_party/nspr", 1295 "//base/third_party/nspr",
1296 "//base/trace_event:trace_event_unittests",
1297 "//testing/gmock", 1297 "//testing/gmock",
1298 "//testing/gtest", 1298 "//testing/gtest",
1299 "//third_party/icu", 1299 "//third_party/icu",
1300 ] 1300 ]
1301 1301
1302 # Allow more direct string conversions on platforms with native utf8 1302 # Allow more direct string conversions on platforms with native utf8
1303 # strings 1303 # strings
1304 if (is_mac || is_ios || is_chromeos) { 1304 if (is_mac || is_ios || is_chromeos) {
1305 defines = [ "SYSTEM_NATIVE_UTF8" ] 1305 defines = [ "SYSTEM_NATIVE_UTF8" ]
1306 } 1306 }
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 1461
1462 # GYP: //base.gyp:base_java_unittest_support 1462 # GYP: //base.gyp:base_java_unittest_support
1463 android_library("base_java_unittest_support") { 1463 android_library("base_java_unittest_support") {
1464 deps = [ 1464 deps = [
1465 ":base_java", 1465 ":base_java",
1466 ] 1466 ]
1467 java_files = 1467 java_files =
1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1469 } 1469 }
1470 } 1470 }
OLDNEW
« no previous file with comments | « DEPS ('k') | base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698