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

Side by Side Diff: base/BUILD.gn

Issue 888923004: Temporary commit to evaluate perf impact of prototype CPU profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: address comments Created 5 years, 10 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.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 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "process/process_metrics_ios.cc", 510 "process/process_metrics_ios.cc",
511 "process/process_metrics_linux.cc", 511 "process/process_metrics_linux.cc",
512 "process/process_metrics_mac.cc", 512 "process/process_metrics_mac.cc",
513 "process/process_metrics_openbsd.cc", 513 "process/process_metrics_openbsd.cc",
514 "process/process_metrics_posix.cc", 514 "process/process_metrics_posix.cc",
515 "process/process_metrics_win.cc", 515 "process/process_metrics_win.cc",
516 "process/process_posix.cc", 516 "process/process_posix.cc",
517 "process/process_win.cc", 517 "process/process_win.cc",
518 "profiler/alternate_timer.cc", 518 "profiler/alternate_timer.cc",
519 "profiler/alternate_timer.h", 519 "profiler/alternate_timer.h",
520 "profiler/cpu_profiler.cc",
521 "profiler/cpu_profiler.h",
522 "profiler/cpu_profiler_posix.cc",
523 "profiler/cpu_profiler_win.cc",
520 "profiler/scoped_profile.cc", 524 "profiler/scoped_profile.cc",
521 "profiler/scoped_profile.h", 525 "profiler/scoped_profile.h",
522 "profiler/scoped_tracker.cc", 526 "profiler/scoped_tracker.cc",
523 "profiler/scoped_tracker.h", 527 "profiler/scoped_tracker.h",
524 "profiler/tracked_time.cc", 528 "profiler/tracked_time.cc",
525 "profiler/tracked_time.h", 529 "profiler/tracked_time.h",
526 "rand_util.cc", 530 "rand_util.cc",
527 "rand_util.h", 531 "rand_util.h",
528 "rand_util_nacl.cc", 532 "rand_util_nacl.cc",
529 "rand_util_posix.cc", 533 "rand_util_posix.cc",
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 1535
1532 # GYP: //base.gyp:base_java_unittest_support 1536 # GYP: //base.gyp:base_java_unittest_support
1533 android_library("base_java_unittest_support") { 1537 android_library("base_java_unittest_support") {
1534 deps = [ 1538 deps = [
1535 ":base_java", 1539 ":base_java",
1536 ] 1540 ]
1537 java_files = 1541 java_files =
1538 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1542 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1539 } 1543 }
1540 } 1544 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698