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

Side by Side Diff: tools/android/heap_profiler/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 shared_library("heap_profiler") { 7 shared_library("heap_profiler") {
8 sources = [ 8 sources = [
9 "heap_profiler_hooks_android.c", 9 "heap_profiler_hooks_android.c",
10 ] 10 ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ] 47 ]
48 } 48 }
49 49
50 executable("heap_profiler_integrationtest") { 50 executable("heap_profiler_integrationtest") {
51 testonly = true 51 testonly = true
52 52
53 sources = [ 53 sources = [
54 "heap_profiler_integrationtest.cc", 54 "heap_profiler_integrationtest.cc",
55 ] 55 ]
56 deps = [ 56 deps = [
57 ":heap_profiler",
57 "//testing/gtest", 58 "//testing/gtest",
58 ":heap_profiler",
59 ] 59 ]
60 60
61 configs -= [ "//build/config/compiler:chromium_code" ] 61 configs -= [ "//build/config/compiler:chromium_code" ]
62 configs += [ "//build/config/compiler:no_chromium_code" ] 62 configs += [ "//build/config/compiler:no_chromium_code" ]
63 } 63 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698