Skip to content

Commit

Permalink
chrome 54 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Dec 9, 2016
1 parent 215e694 commit 7a183f2
Show file tree
Hide file tree
Showing 562 changed files with 21,798 additions and 31,550 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.tags*
/.idea/
/build/
/dist/
/external_binaries/
/out/
Expand All @@ -11,6 +10,9 @@
/vendor/debian_wheezy_i386-sysroot/
/vendor/python_26/
/vendor/npm/
/vendor/node/
/vendor/v8
/vendor/native_mate/
/vendor/llvm/
/vendor/llvm-build/
/vendor/.gclient
Expand All @@ -27,4 +29,4 @@ node_modules/
*.vcxproj.filters
*.sln
debug.log
npm-debug.log
npm-debug.log
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
[submodule "vendor/brightray"]
path = vendor/brightray
url = https://github.com/brave/brightray
[submodule "vendor/node"]
path = vendor/node
url = https://github.com/brave/node.git
[submodule "vendor/depot_tools"]
path = vendor/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
[submodule "vendor/breakpad"]
path = vendor/breakpad
url = https://github.com/electron/chromium-breakpad.git
[submodule "vendor/native_mate"]
path = vendor/native_mate
url = https://github.com/zcbenz/native-mate.git
[submodule "vendor/crashpad"]
path = vendor/crashpad
url = https://github.com/electron/crashpad.git
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.3.0
v7.0.0
Loading

0 comments on commit 7a183f2

Please sign in to comment.