-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build directory to source control.
- Loading branch information
1 parent
54b890e
commit df927d3
Showing
8 changed files
with
893 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.gradle | ||
build/ | ||
!chromium/build | ||
!gradle/wrapper/gradle-wrapper.jar | ||
!**/src/main/**/build/ | ||
!**/src/test/**/build/ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Generated by build/write_buildflag_header.py | ||
// From "//build:blink_buildflags" | ||
|
||
#ifndef BUILD_BLINK_BUILDFLAGS_H_ | ||
#define BUILD_BLINK_BUILDFLAGS_H_ | ||
|
||
#include "build/buildflag.h" // IWYU pragma: export | ||
|
||
#define BUILDFLAG_INTERNAL_USE_BLINK() (1) | ||
|
||
#endif // BUILD_BLINK_BUILDFLAGS_H_ |
Oops, something went wrong.