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

Unified Diff: third_party/mojo/src/mojo/public/mojo_sdk.gni

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
Index: third_party/mojo/src/mojo/public/mojo_sdk.gni
diff --git a/third_party/mojo/src/mojo/public/mojo_sdk.gni b/third_party/mojo/src/mojo/public/mojo_sdk.gni
index 598b5b4dabc0e14a916698e321a40e3878a5d15e..408c14a16baced1a8ba2e4581cfa473e1d1b9728 100644
--- a/third_party/mojo/src/mojo/public/mojo_sdk.gni
+++ b/third_party/mojo/src/mojo/public/mojo_sdk.gni
@@ -74,8 +74,7 @@ template("mojo_sdk_source_set") {
libs = invoker.libs
}
- public_configs =
- [ rebase_path("mojo/public/build/config:mojo_sdk", ".", mojo_root) ]
+ public_configs = []
if (defined(invoker.public_configs)) {
public_configs += invoker.public_configs
}
« no previous file with comments | « third_party/mojo/src/mojo/public/js/constants.cc ('k') | third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698