# Copyright 2016 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
source_set("user_feedback_api") { | |
sources = [ | |
"user_feedback_api.h", | |
"user_feedback_configuration.h", | |
"user_feedback_configuration.mm", | |
"user_feedback_data.h", | |
"user_feedback_data.mm", | |
"user_feedback_sender.h", | |
] | |
deps = [ | |
"//base", | |
"//ios/public/provider/chrome/browser/signin:signin_sso_api", | |
] | |
frameworks = [ | |
"Foundation.framework", | |
"UIKit.framework", | |
] | |
} |