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

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

Issue 2047813003: Revert of Mojo: Eliminate duplicate C API symbols (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/edk/embedder/embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 529aea3b4913b4db2b140a36abdcd0707185c844..e822b196ceb92fc30796602329c7e8fa1412a474 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -37,7 +37,6 @@
"embedder.h",
"embedder_internal.h",
"entrypoints.cc",
- "entrypoints.h",
# Test-only code:
# TODO(vtl): It's a little unfortunate that these end up in the same
@@ -47,7 +46,12 @@
"test_embedder.h",
]
- defines = [ "MOJO_SYSTEM_IMPL_IMPLEMENTATION" ]
+ defines = [
+ "MOJO_SYSTEM_IMPL_IMPLEMENTATION",
+ "MOJO_SYSTEM_IMPLEMENTATION",
+ ]
+
+ configs += [ "//mojo/edk/system:system_config" ]
public_deps = [
":delegates",
@@ -94,6 +98,8 @@
defines = [ "MOJO_SYSTEM_IMPL_IMPLEMENTATION" ]
+ configs += [ "//mojo/edk/system:system_config" ]
+
public_deps = [
"//mojo/public/cpp/system",
]
@@ -125,6 +131,8 @@
defines = [ "MOJO_SYSTEM_IMPL_IMPLEMENTATION" ]
+ configs += [ "//mojo/edk/system:system_config" ]
+
public_deps = [
"//mojo/public/cpp/system",
]
« no previous file with comments | « no previous file | mojo/edk/embedder/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698