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

Side by Side Diff: mojo/shell/test/BUILD.gn

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 years, 8 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 | « mojo/shell/task_runners.cc ('k') | mojo/shell/test/pingable.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 import("//third_party/mojo/src/mojo/public/mojo.gni")
2 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
3 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
4 import("//testing/test.gni")
5
6 mojom("bindings") {
7 sources = [
8 "pingable.mojom",
9 ]
10 }
11
12 mojo_native_application("pingable_app") {
13 output_name = "pingable_app"
14
15 testonly = true
16
17 sources = [
18 "pingable_app.cc",
19 ]
20
21 deps = [
22 ":bindings",
23 "//third_party/mojo/src/mojo/public/cpp/application:standalone",
24 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
25 "//third_party/mojo/src/mojo/public/cpp/environment",
26 "//third_party/mojo/src/mojo/public/cpp/system",
27 ]
28 }
OLDNEW
« no previous file with comments | « mojo/shell/task_runners.cc ('k') | mojo/shell/test/pingable.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698