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

Unified Diff: mojo/dart/embedder/BUILD.gn

Issue 1327033004: Allow building mojo_shell and non-graphical apps/services on a Mac (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review feedback Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/dart/embedder/io/internet_address_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index c49a14052770477179e3bafe6c22c454379edcb0..21df1f0fcf0e575d415fe76c4e56e2504d0d6ffd 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -17,6 +17,7 @@ source_set("dart_controller_no_snapshot") {
"dart_controller.cc",
"dart_controller.h",
"io/internet_address.h",
+ "io/internet_address_posix.cc",
"mojo_dart_state.h",
"mojo_io_natives.cc",
"mojo_io_natives.h",
@@ -26,14 +27,6 @@ source_set("dart_controller_no_snapshot") {
"vmservice.h",
]
- if (is_linux) {
- sources += [ "io/internet_address_linux.cc" ]
- }
-
- if (is_android) {
- sources += [ "io/internet_address_android.cc" ]
- }
-
deps = [
":dart_embedder_packages",
":generate_dart_embedder_patch_resources_cc",
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/dart/embedder/io/internet_address_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698