mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 07:14:10 +08:00
3f5c939c84
- Correctly sets target_cpu and current_cpu so correct toolchain can be used on Fuchsia. - Introduces GN argument "crashpad_in_chromium" which defaults to false. Used to set CRASHPAD_IN_CHROMIUM define, determine which zlib path to use, and how to package the test targets into binaries (one big one in Chromium, separate in Crashpad). Bug: crashpad:79, crashpad:196 Change-Id: If6560dc064308ed6f8bf7c75cf74f684a3522e8b Reviewed-on: https://chromium-review.googlesource.com/797354 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
18 lines
657 B
Plaintext
18 lines
657 B
Plaintext
# Copyright 2017 The Crashpad Authors. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
declare_args() {
|
|
crashpad_in_chromium = false
|
|
}
|