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

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

Issue 1967553002: DO NOT COMMIT - DialogSurface initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 4 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 | « no previous file | content/app/android/app_jni_registrar.cc » ('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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 content_app_sources = [ 8 content_app_sources = [
9 "android/app_jni_registrar.cc", 9 "android/app_jni_registrar.cc",
10 "android/app_jni_registrar.h", 10 "android/app_jni_registrar.h",
11 "android/dialog_surface_activity_mapper.cc",
12 "android/dialog_surface_activity_mapper.h",
11 "android/child_process_service_impl.cc", 13 "android/child_process_service_impl.cc",
12 "android/child_process_service_impl.h", 14 "android/child_process_service_impl.h",
13 "android/content_jni_onload.cc", 15 "android/content_jni_onload.cc",
14 "android/content_main.cc", 16 "android/content_main.cc",
15 "android/content_main.h", 17 "android/content_main.h",
16 "android/download_main.cc", 18 "android/download_main.cc",
17 "android/library_loader_hooks.cc", 19 "android/library_loader_hooks.cc",
18 "android/library_loader_hooks.h", 20 "android/library_loader_hooks.h",
19 "content_main.cc", 21 "content_main.cc",
20 "content_main_runner.cc", 22 "content_main_runner.cc",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 source_set("child") { 111 source_set("child") {
110 visibility = [ "//content/public/app:child" ] 112 visibility = [ "//content/public/app:child" ]
111 113
112 sources = content_app_sources 114 sources = content_app_sources
113 configs += content_app_extra_configs 115 configs += content_app_extra_configs
114 deps = content_app_deps 116 deps = content_app_deps
115 117
116 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 118 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
117 } 119 }
118 } 120 }
OLDNEW
« no previous file with comments | « no previous file | content/app/android/app_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698