Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Side by Side Diff: content/app/BUILD.gn

Issue 561623002: GN: Enable blink and (nearly) all of content in android build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/crash/app/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 content_app_sources = [ 5 content_app_sources = [
6 "android/app_jni_registrar.cc", 6 "android/app_jni_registrar.cc",
7 "android/app_jni_registrar.h", 7 "android/app_jni_registrar.h",
8 "android/child_process_service.cc", 8 "android/child_process_service.cc",
9 "android/child_process_service.h", 9 "android/child_process_service.h",
10 "android/content_main.cc", 10 "android/content_main.cc",
(...skipping 19 matching lines...) Expand all
30 "//ui/base", 30 "//ui/base",
31 "//ui/gfx", 31 "//ui/gfx",
32 "//ui/gfx/geometry", 32 "//ui/gfx/geometry",
33 ] 33 ]
34 34
35 if (is_win) { 35 if (is_win) {
36 content_app_deps += [ "//sandbox" ] 36 content_app_deps += [ "//sandbox" ]
37 } else if (is_android) { 37 } else if (is_android) {
38 content_app_sources -= [ "content_main.cc" ] 38 content_app_sources -= [ "content_main.cc" ]
39 content_app_deps += [ 39 content_app_deps += [
40 "//content:content_jni_headers", 40 "//content/public/android:jni",
41 "//skia", 41 "//skia",
42 "//third_party/android_tools:cpu_features" 42 "//third_party/android_tools:cpu_features"
43 ] 43 ]
44 } 44 }
45 45
46 if (is_ios) { 46 if (is_ios) {
47 content_app_sources -= [ 47 content_app_sources -= [
48 "content_main.cc", 48 "content_main.cc",
49 "mojo/mojo_init.cc", 49 "mojo/mojo_init.cc",
50 "mojo/mojo_init.h", 50 "mojo/mojo_init.h",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 } 108 }
109 } 109 }
110 110
111 # Includes both browser and child process app sources. 111 # Includes both browser and child process app sources.
112 source_set("both") { 112 source_set("both") {
113 sources = content_app_sources 113 sources = content_app_sources
114 configs += content_app_extra_configs 114 configs += content_app_extra_configs
115 deps = content_app_deps 115 deps = content_app_deps
116 } 116 }
117 } 117 }
OLDNEW
« no previous file with comments | « components/crash/app/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698