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

Unified Diff: third_party/mojo/src/mojo/public/tools/bindings/mojom.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/tools/bindings/mojom.gni
diff --git a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
index 59f106663d08611f52f1b402eb3eb641f27aefa3..9ef3198d89d65314244f934fc6e346ee908a732e 100644
--- a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
+++ b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
@@ -193,9 +193,6 @@ template("mojom") {
data = process_file_template(invoker.sources, generator_js_outputs)
}
- public_configs =
- rebase_path([ "mojo/public/build/config:mojo_sdk" ], ".", mojo_root)
-
public_deps = rebase_path([ "mojo/public/cpp/bindings" ], ".", mojo_root)
if (defined(invoker.sources)) {
public_deps += [ ":${cpp_sources_target_name}" ]
@@ -256,8 +253,6 @@ template("mojom") {
testonly = invoker.testonly
}
sources = process_file_template(invoker.sources, generator_cpp_outputs)
- public_configs =
- rebase_path([ "mojo/public/build/config:mojo_sdk" ], ".", mojo_root)
deps = [
":$generator_target_name",
"//base",
« no previous file with comments | « third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698