blob: 37d2847278c0a071cc51d07a9cb112e18c0c2cfa [file] [log] [blame]
# Copyright 2014 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 = [
"android_library_loader_hooks.h",
"content_main.h",
"content_main_delegate.cc",
"content_main_delegate.h",
"content_main_runner.h",
"startup_helper_win.h",
]
configs += [ "//content:content_implementation" ]
deps = [
"//base",
"//base:i18n",
"//content:export",
"//content/public/plugin",
"//content/public/renderer",
"//content/public/utility",
]
}