Skip to content

Commit

Permalink
added gn build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbill committed Sep 18, 2017
1 parent c88da9a commit 83b254d
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Source/DerivedSources/JavaScriptCore/
.vs/
*.tmp
*.ilk
out/
2 changes: 2 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# The location of the build configuration file.
buildconfig = "//build/BUILDCONFIG.gn"
12 changes: 12 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2014 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.

executable("jsc") {
sources = [
]

deps = [
"//Source/icu:icu"
]
}
Loading

0 comments on commit 83b254d

Please sign in to comment.