1*8975f5c5SAndroid Build Coastguard Worker# Copyright 2018 The Chromium Authors 2*8975f5c5SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be 3*8975f5c5SAndroid Build Coastguard Worker# found in the LICENSE file. 4*8975f5c5SAndroid Build Coastguard Worker 5*8975f5c5SAndroid Build Coastguard Workerimport("//build/config/ui.gni") 6*8975f5c5SAndroid Build Coastguard Worker 7*8975f5c5SAndroid Build Coastguard Workerdeclare_args() { 8*8975f5c5SAndroid Build Coastguard Worker # Whether or not we should use libgtk. 9*8975f5c5SAndroid Build Coastguard Worker use_gtk = is_linux && !is_castos 10*8975f5c5SAndroid Build Coastguard Worker 11*8975f5c5SAndroid Build Coastguard Worker # The (major) version of GTK to build against. A different version may be 12*8975f5c5SAndroid Build Coastguard Worker # loaded at runtime. 13*8975f5c5SAndroid Build Coastguard Worker gtk_version = 3 14*8975f5c5SAndroid Build Coastguard Worker} 15