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

Side by Side Diff: base/BUILD.gn

Issue 1016563004: Statistical stack profiler for Windows x64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: add diagnostic output for test failure 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 | « 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/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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "process/process_metrics_posix.cc", 500 "process/process_metrics_posix.cc",
501 "process/process_metrics_win.cc", 501 "process/process_metrics_win.cc",
502 "process/process_posix.cc", 502 "process/process_posix.cc",
503 "process/process_win.cc", 503 "process/process_win.cc",
504 "profiler/alternate_timer.cc", 504 "profiler/alternate_timer.cc",
505 "profiler/alternate_timer.h", 505 "profiler/alternate_timer.h",
506 "profiler/scoped_profile.cc", 506 "profiler/scoped_profile.cc",
507 "profiler/scoped_profile.h", 507 "profiler/scoped_profile.h",
508 "profiler/scoped_tracker.cc", 508 "profiler/scoped_tracker.cc",
509 "profiler/scoped_tracker.h", 509 "profiler/scoped_tracker.h",
510 "profiler/stack_sampling_profiler.cc",
511 "profiler/stack_sampling_profiler.h",
512 "profiler/stack_sampling_profiler_posix.cc",
513 "profiler/stack_sampling_profiler_win.cc",
510 "profiler/tracked_time.cc", 514 "profiler/tracked_time.cc",
511 "profiler/tracked_time.h", 515 "profiler/tracked_time.h",
512 "rand_util.cc", 516 "rand_util.cc",
513 "rand_util.h", 517 "rand_util.h",
514 "rand_util_nacl.cc", 518 "rand_util_nacl.cc",
515 "rand_util_posix.cc", 519 "rand_util_posix.cc",
516 "rand_util_win.cc", 520 "rand_util_win.cc",
517 "run_loop.cc", 521 "run_loop.cc",
518 "run_loop.h", 522 "run_loop.h",
519 "safe_strerror_posix.cc", 523 "safe_strerror_posix.cc",
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 "prefs/pref_value_store_unittest.cc", 1323 "prefs/pref_value_store_unittest.cc",
1320 "prefs/scoped_user_pref_update_unittest.cc", 1324 "prefs/scoped_user_pref_update_unittest.cc",
1321 "process/memory_unittest.cc", 1325 "process/memory_unittest.cc",
1322 "process/memory_unittest_mac.h", 1326 "process/memory_unittest_mac.h",
1323 "process/memory_unittest_mac.mm", 1327 "process/memory_unittest_mac.mm",
1324 "process/process_metrics_unittest.cc", 1328 "process/process_metrics_unittest.cc",
1325 "process/process_metrics_unittest_ios.cc", 1329 "process/process_metrics_unittest_ios.cc",
1326 "process/process_unittest.cc", 1330 "process/process_unittest.cc",
1327 "process/process_util_unittest.cc", 1331 "process/process_util_unittest.cc",
1328 "process/process_util_unittest_ios.cc", 1332 "process/process_util_unittest_ios.cc",
1333 "profiler/stack_sampling_profiler_unittest.cc",
1329 "profiler/tracked_time_unittest.cc", 1334 "profiler/tracked_time_unittest.cc",
1330 "rand_util_unittest.cc", 1335 "rand_util_unittest.cc",
1331 "scoped_clear_errno_unittest.cc", 1336 "scoped_clear_errno_unittest.cc",
1332 "scoped_generic_unittest.cc", 1337 "scoped_generic_unittest.cc",
1333 "scoped_native_library_unittest.cc", 1338 "scoped_native_library_unittest.cc",
1334 "security_unittest.cc", 1339 "security_unittest.cc",
1335 "sequence_checker_unittest.cc", 1340 "sequence_checker_unittest.cc",
1336 "sha1_unittest.cc", 1341 "sha1_unittest.cc",
1337 "stl_util_unittest.cc", 1342 "stl_util_unittest.cc",
1338 "strings/nullable_string16_unittest.cc", 1343 "strings/nullable_string16_unittest.cc",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 1599
1595 # GYP: //base.gyp:base_java_unittest_support 1600 # GYP: //base.gyp:base_java_unittest_support
1596 android_library("base_java_unittest_support") { 1601 android_library("base_java_unittest_support") {
1597 deps = [ 1602 deps = [
1598 ":base_java", 1603 ":base_java",
1599 ] 1604 ]
1600 java_files = 1605 java_files =
1601 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1606 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1602 } 1607 }
1603 } 1608 }
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