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

Side by Side Diff: mojo/runner/BUILD.gn

Issue 1177853003: [Startup Tracing] Enable startup tracing from config file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 | « mandoline/app/desktop/launcher_process.cc ('k') | mojo/runner/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//mojo/generate_mojo_shell_assets_list.gni") 5 import("//mojo/generate_mojo_shell_assets_list.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 9
10 # We don't support building in the component build since mojo apps are 10 # We don't support building in the component build since mojo apps are
(...skipping 27 matching lines...) Expand all
38 "//mojo/common", 38 "//mojo/common",
39 "//mojo/environment:chromium", 39 "//mojo/environment:chromium",
40 ] 40 ]
41 41
42 if (!is_android) { 42 if (!is_android) {
43 sources += [ 43 sources += [
44 "desktop/launcher_process.cc", 44 "desktop/launcher_process.cc",
45 "desktop/launcher_process.h", 45 "desktop/launcher_process.h",
46 "desktop/main.cc", 46 "desktop/main.cc",
47 ] 47 ]
48 deps += [ "//components/tracing:startup_tracing" ]
48 } else { 49 } else {
49 sources += [ 50 sources += [
50 "android/context_init.h", 51 "android/context_init.h",
51 "android/library_loader.cc", 52 "android/library_loader.cc",
52 "android/main.cc", 53 "android/main.cc",
53 "android/main.h", 54 "android/main.h",
54 ] 55 ]
55 56
56 deps += [ 57 deps += [
57 ":jni_headers", 58 ":jni_headers",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 ] 444 ]
444 445
445 deps = [ 446 deps = [
446 "//base", 447 "//base",
447 "//mojo/application/public/cpp:test_support", 448 "//mojo/application/public/cpp:test_support",
448 "//mojo/runner/test:bindings", 449 "//mojo/runner/test:bindings",
449 "//mojo/services/network/public/interfaces", 450 "//mojo/services/network/public/interfaces",
450 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 451 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
451 ] 452 ]
452 } 453 }
OLDNEW
« no previous file with comments | « mandoline/app/desktop/launcher_process.cc ('k') | mojo/runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698