1# Copyright 2014 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5source_set("app") { 6 sources = [ 7 "android_library_loader_hooks.h", 8 "content_main.h", 9 "content_main_delegate.cc", 10 "content_main_delegate.h", 11 "content_main_runner.h", 12 "startup_helper_win.h", 13 ] 14 15 configs += [ "//content:content_implementation" ] 16 17 deps = [ 18 "//base", 19 "//base:i18n", 20 "//content:export", 21 "//content/public/plugin", 22 "//content/public/renderer", 23 "//content/public/utility", 24 ] 25} 26