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

Side by Side 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, 9 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 unified diff | Download patch
« sdk_build/data/cpp/Makefile ('K') | « sdk_build/data/cpp/cpp.sdk ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash
1 # Copyright 2016 The Chromium Authors. All rights reserved. 2 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 4 # found in the LICENSE file.
4 5
5 import("//fusl/fusl.gni") 6 # Note: In the SDK, this script lives in mojo_sdk_setup.
7 SCRIPT_DIR=$(dirname $0)
6 8
7 fusl_source_set("ldso") { 9 ${SCRIPT_DIR}/download_mojom_tool.sh
8 configs = [ "//fusl:fusl_no_stack_protector_config" ] 10 ${SCRIPT_DIR}/download_clang.sh
9
10 sources = [
11 "dlstart.c",
12 "dynlink.c",
13 ]
14 }
OLDNEW
« 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