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

Side by Side Diff: base/BUILD.gn

Issue 1030923002: StackSamplingProfiler clean up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: address comments Created 5 years, 8 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') | base/profiler/native_stack_sampler.h » ('J')
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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "power_monitor/power_monitor_device_source_chromeos.cc", 359 "power_monitor/power_monitor_device_source_chromeos.cc",
360 "power_monitor/power_monitor_device_source_ios.mm", 360 "power_monitor/power_monitor_device_source_ios.mm",
361 "power_monitor/power_monitor_device_source_mac.mm", 361 "power_monitor/power_monitor_device_source_mac.mm",
362 "power_monitor/power_monitor_device_source_posix.cc", 362 "power_monitor/power_monitor_device_source_posix.cc",
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/native_stack_sampler.cc",
370 "profiler/native_stack_sampler.h",
369 "profiler/scoped_profile.cc", 371 "profiler/scoped_profile.cc",
370 "profiler/scoped_profile.h", 372 "profiler/scoped_profile.h",
371 "profiler/scoped_tracker.cc", 373 "profiler/scoped_tracker.cc",
372 "profiler/scoped_tracker.h", 374 "profiler/scoped_tracker.h",
373 "profiler/stack_sampling_profiler.cc", 375 "profiler/stack_sampling_profiler.cc",
374 "profiler/stack_sampling_profiler.h", 376 "profiler/stack_sampling_profiler.h",
375 "profiler/stack_sampling_profiler_posix.cc", 377 "profiler/stack_sampling_profiler_posix.cc",
376 "profiler/stack_sampling_profiler_win.cc", 378 "profiler/stack_sampling_profiler_win.cc",
377 "profiler/tracked_time.cc", 379 "profiler/tracked_time.cc",
378 "profiler/tracked_time.h", 380 "profiler/tracked_time.h",
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 1463
1462 # GYP: //base.gyp:base_java_unittest_support 1464 # GYP: //base.gyp:base_java_unittest_support
1463 android_library("base_java_unittest_support") { 1465 android_library("base_java_unittest_support") {
1464 deps = [ 1466 deps = [
1465 ":base_java", 1467 ":base_java",
1466 ] 1468 ]
1467 java_files = 1469 java_files =
1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1470 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1469 } 1471 }
1470 } 1472 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/profiler/native_stack_sampler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698