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

Side by Side Diff: components/arc/BUILD.gn

Issue 2747363002: Revert of arc: enable Android tracing from chrome://tracing in dev mode (Closed)
Patch Set: Created 3 years, 9 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 # 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "common/net.mojom", 145 "common/net.mojom",
146 "common/notifications.mojom", 146 "common/notifications.mojom",
147 "common/obb_mounter.mojom", 147 "common/obb_mounter.mojom",
148 "common/policy.mojom", 148 "common/policy.mojom",
149 "common/power.mojom", 149 "common/power.mojom",
150 "common/print.mojom", 150 "common/print.mojom",
151 "common/process.mojom", 151 "common/process.mojom",
152 "common/scale_factor.mojom", 152 "common/scale_factor.mojom",
153 "common/screen_rect.mojom", 153 "common/screen_rect.mojom",
154 "common/storage_manager.mojom", 154 "common/storage_manager.mojom",
155 "common/tracing.mojom",
156 "common/tts.mojom", 155 "common/tts.mojom",
157 "common/video.mojom", 156 "common/video.mojom",
158 "common/video_accelerator.mojom", 157 "common/video_accelerator.mojom",
159 "common/wallpaper.mojom", 158 "common/wallpaper.mojom",
160 ] 159 ]
161 160
162 public_deps = [ 161 public_deps = [
163 "//mojo/common:common_custom_types", 162 "//mojo/common:common_custom_types",
164 "//ui/gfx/geometry/mojo", 163 "//ui/gfx/geometry/mojo",
165 ] 164 ]
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "//testing/gtest", 223 "//testing/gtest",
225 "//ui/aura", 224 "//ui/aura",
226 "//ui/aura:test_support", 225 "//ui/aura:test_support",
227 "//ui/base:test_support", 226 "//ui/base:test_support",
228 "//ui/base/ime", 227 "//ui/base/ime",
229 "//ui/events", 228 "//ui/events",
230 "//ui/events:dom_keycode_converter", 229 "//ui/events:dom_keycode_converter",
231 "//url:url", 230 "//url:url",
232 ] 231 ]
233 } 232 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/arc/tracing/arc_tracing_bridge.cc ('k') | components/arc/arc_bridge_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698