forked from electron/electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request electron#11271 from electron/dchecks
Build with dchecks disabled on subset of targets
- Loading branch information
Showing
8 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libchromiumcontent
updated
13 files
+223 −41 | .circleci/config.yml | |
+95 −6 | Jenkinsfile | |
+28 −0 | appveyor.yml | |
+4 −0 | chromiumcontent/args/ffmpeg.gn | |
+4 −0 | chromiumcontent/args/shared_library.gn | |
+4 −0 | chromiumcontent/args/static_library.gn | |
+279 −10 | patches/002-dcheck.patch | |
+3 −3 | patches/012-can_create_window.patch | |
+0 −12 | patches/022-libgtkui.patch | |
+4 −5 | patches/042-webui_in_subframes.patch | |
+4 −1 | script/build | |
+10 −4 | script/cibuild | |
+10 −8 | script/create-dist |