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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « components/arc.gypi ('k') | components/arc/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 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 6
7 static_library("arc") { 7 static_library("arc") {
8 sources = [ 8 sources = [
9 "arc_bridge_bootstrap.cc", 9 "arc_bridge_bootstrap.cc",
10 "arc_bridge_bootstrap.h", 10 "arc_bridge_bootstrap.h",
(...skipping 25 matching lines...) Expand all
36 deps = [ 36 deps = [
37 "//base", 37 "//base",
38 "//chromeos", 38 "//chromeos",
39 "//chromeos:power_manager_proto", 39 "//chromeos:power_manager_proto",
40 "//components/onc", 40 "//components/onc",
41 "//components/prefs", 41 "//components/prefs",
42 "//components/signin/core/account_id", 42 "//components/signin/core/account_id",
43 "//google_apis", 43 "//google_apis",
44 "//ipc:ipc", 44 "//ipc:ipc",
45 "//ipc/mojo:mojo", 45 "//ipc/mojo:mojo",
46 "//third_party/mojo/src/mojo/edk/system", 46 "//mojo/edk/system",
47 "//ui/arc", 47 "//ui/arc",
48 "//ui/aura", 48 "//ui/aura",
49 "//ui/base:base", 49 "//ui/base:base",
50 "//ui/base/ime", 50 "//ui/base/ime",
51 "//ui/events", 51 "//ui/events",
52 "//ui/events:dom_keycode_converter", 52 "//ui/events:dom_keycode_converter",
53 ] 53 ]
54 54
55 public_deps = [ 55 public_deps = [
56 ":arc_bindings", 56 ":arc_bindings",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "//mojo/public/cpp/environment:environment", 111 "//mojo/public/cpp/environment:environment",
112 "//mojo/public/cpp/system:system", 112 "//mojo/public/cpp/system:system",
113 "//testing/gtest", 113 "//testing/gtest",
114 "//ui/aura", 114 "//ui/aura",
115 "//ui/base:test_support", 115 "//ui/base:test_support",
116 "//ui/base/ime", 116 "//ui/base/ime",
117 "//ui/events", 117 "//ui/events",
118 "//ui/events:dom_keycode_converter", 118 "//ui/events:dom_keycode_converter",
119 ] 119 ]
120 } 120 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698