-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copy chromium build folder for gyp files
- Loading branch information
1 parent
a054aaf
commit eb2bc31
Showing
667 changed files
with
91,009 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
per-file [email protected] | ||
per-file [email protected] | ||
per-file [email protected] | ||
per-file [email protected] |
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,16 @@ | ||
# Copyright 2015 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. | ||
|
||
|
||
def _RunTests(input_api, output_api): | ||
return (input_api.canned_checks.RunUnitTestsInDirectory( | ||
input_api, output_api, '.', whitelist=[r'.+_test.py$'])) | ||
|
||
|
||
def CheckChangeOnUpload(input_api, output_api): | ||
return _RunTests(input_api, output_api) | ||
|
||
|
||
def CheckChangeOnCommit(input_api, output_api): | ||
return _RunTests(input_api, output_api) |
Oops, something went wrong.