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

Unified Diff: sdk_build/data/cpp/setup.sh

Issue 1748073002: SDK: Add a Makefile to build the C++ stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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
« sdk_build/data/cpp/Makefile ('K') | « sdk_build/data/cpp/cpp.sdk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk_build/data/cpp/setup.sh
diff --git a/fusl/ldso/BUILD.gn b/sdk_build/data/cpp/setup.sh
old mode 100644
new mode 100755
similarity index 50%
copy from fusl/ldso/BUILD.gn
copy to sdk_build/data/cpp/setup.sh
index c2f581f19a28b615fcba66215a16cc1e4df2dbce..47fdd197e26fd6ac66902230a5d02efdc08eea04
--- a/fusl/ldso/BUILD.gn
+++ b/sdk_build/data/cpp/setup.sh
@@ -1,14 +1,10 @@
+#!/bin/bash
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//fusl/fusl.gni")
+# Note: In the SDK, this script lives in mojo_sdk_setup.
+SCRIPT_DIR=$(dirname $0)
-fusl_source_set("ldso") {
- configs = [ "//fusl:fusl_no_stack_protector_config" ]
-
- sources = [
- "dlstart.c",
- "dynlink.c",
- ]
-}
+${SCRIPT_DIR}/download_mojom_tool.sh
+${SCRIPT_DIR}/download_clang.sh
« sdk_build/data/cpp/Makefile ('K') | « sdk_build/data/cpp/cpp.sdk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698