blob: ea886b39af9fb1551f3fe99bac9c9429ecaa1c03 [file] [log] [blame]
# 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.
source_set("app") {
sources = [
"thread_pool_init_params_callback.h",
"web_main.h",
"web_main_delegate.h",
"web_main_parts.h",
"web_main_runner.h",
]
deps = [
"//base",
"//ios/web/app",
# TODO(crbug.com/728161): remove this dependency as it is not needed but
# is there just to allow adding the target to allow_circular_includes_from
# in order to fix a circular include issue.
"//ios/web:web",
]
allow_circular_includes_from = [
"//ios/web/app",
# TODO(crbug.com/728161): remove this exception.
"//ios/web:web",
]
configs += [ "//build/config/compiler:enable_arc" ]
}