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

Unified Diff: extensions/browser/api/test/BUILD.gn

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (Closed)
Patch Set: initial Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/api/system_storage/BUILD.gn ('k') | extensions/browser/api/usb/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/test/BUILD.gn
diff --git a/tools/android/purge_ashmem/BUILD.gn b/extensions/browser/api/test/BUILD.gn
similarity index 65%
copy from tools/android/purge_ashmem/BUILD.gn
copy to extensions/browser/api/test/BUILD.gn
index e717fb137f6622d9b16db13a4f5b97eb81a7b49a..ceaeb5226de399fa1445650691527c3e4be36447 100644
--- a/tools/android/purge_ashmem/BUILD.gn
+++ b/extensions/browser/api/test/BUILD.gn
@@ -1,12 +1,14 @@
# Copyright 2015 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.
-
-executable("purge_ashmem") {
+source_set("test") {
sources = [
- "purge_ashmem.c",
+ "test_api.cc",
+ "test_api.h",
]
+
deps = [
- "//third_party/ashmem",
+ "//content/public/browser",
+ "//skia",
]
}
« no previous file with comments | « extensions/browser/api/system_storage/BUILD.gn ('k') | extensions/browser/api/usb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698