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

Side by Side Diff: sky/shell/BUILD.gn

Issue 1228083003: Stop leaking temp directories in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | sky/shell/android/org/domokit/sky/shell/ResourceCleaner.java » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 common_deps = [ 5 common_deps = [
6 "//base", 6 "//base",
7 "//base:i18n", 7 "//base:i18n",
8 "//build/config/sanitizers:deps", 8 "//build/config/sanitizers:deps",
9 "//dart/runtime:libdart", 9 "//dart/runtime:libdart",
10 "//mojo/common", 10 "//mojo/common",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ":jni_headers", 93 ":jni_headers",
94 ":common", 94 ":common",
95 ] 95 ]
96 } 96 }
97 97
98 android_library("java") { 98 android_library("java") {
99 java_files = [ 99 java_files = [
100 "android/org/domokit/sky/shell/GestureProvider.java", 100 "android/org/domokit/sky/shell/GestureProvider.java",
101 "android/org/domokit/sky/shell/PlatformServiceProvider.java", 101 "android/org/domokit/sky/shell/PlatformServiceProvider.java",
102 "android/org/domokit/sky/shell/PlatformViewAndroid.java", 102 "android/org/domokit/sky/shell/PlatformViewAndroid.java",
103 "android/org/domokit/sky/shell/ResourceCleaner.java",
103 "android/org/domokit/sky/shell/ResourceExtractor.java", 104 "android/org/domokit/sky/shell/ResourceExtractor.java",
104 "android/org/domokit/sky/shell/ServiceFactory.java", 105 "android/org/domokit/sky/shell/ServiceFactory.java",
105 "android/org/domokit/sky/shell/ServiceRegistry.java", 106 "android/org/domokit/sky/shell/ServiceRegistry.java",
106 "android/org/domokit/sky/shell/SkyActivity.java", 107 "android/org/domokit/sky/shell/SkyActivity.java",
107 "android/org/domokit/sky/shell/SkyApplication.java", 108 "android/org/domokit/sky/shell/SkyApplication.java",
108 "android/org/domokit/sky/shell/SkyMain.java", 109 "android/org/domokit/sky/shell/SkyMain.java",
109 "android/org/domokit/sky/shell/TracingController.java", 110 "android/org/domokit/sky/shell/TracingController.java",
110 ] 111 ]
111 112
112 deps = [ 113 deps = [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ] 191 ]
191 192
192 deps = common_deps + [ 193 deps = common_deps + [
193 ":common", 194 ":common",
194 "//sky/services/testing:interfaces", 195 "//sky/services/testing:interfaces",
195 ] 196 ]
196 } 197 }
197 } else { 198 } else {
198 assert(false, "Unsupported platform") 199 assert(false, "Unsupported platform")
199 } 200 }
OLDNEW
« no previous file with comments | « no previous file | sky/shell/android/org/domokit/sky/shell/ResourceCleaner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698