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

Side by Side Diff: build/android/adb_profile_chrome_startup

Issue 879853002: Add a --startup option to generate combined traces for startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo. Created 5 years, 11 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
OLDNEW
1 #!/bin/bash
2 #
1 # Copyright 2015 The Chromium Authors. All rights reserved. 3 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 5 # found in the LICENSE file.
4 6 #
5 source_set("metro_utils") { 7 # Profile android browsers startup.
6 deps = [ 8 exec "$(dirname $0)/../../tools/profile_chrome_startup.py" "$@"
pasko 2015/01/28 12:26:04 suggested quotes around $0 was not a typo, without
7 "//base",
8 "//chrome/installer/util",
9 ]
10 sources = [
11 "metro_chrome_win.cc",
12 "metro_chrome_win.h",
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698