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

Unified Diff: extensions/browser/BUILD.gn

Issue 638273004: Move stash_backend into extensions/browser/mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 | « no previous file | extensions/browser/mojo/stash_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 9ba92cfe7d179d1da7f161298c7b5faf09cbfd50..c56c46a5e280d696bec0f65bd545c61b1868aa9b 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -406,6 +406,8 @@ source_set("browser") {
"management_policy.h",
"mojo/keep_alive_impl.cc",
"mojo/keep_alive_impl.h",
+ "mojo/stash_backend.cc",
+ "mojo/stash_backend.h",
"pref_names.cc",
"pref_names.h",
"process_manager.cc",
@@ -425,8 +427,6 @@ source_set("browser") {
"script_execution_observer.h",
"script_executor.cc",
"script_executor.h",
- "stash_backend.cc",
- "stash_backend.h",
"state_store.cc",
"state_store.h",
"suggest_permission_util.cc",
« no previous file with comments | « no previous file | extensions/browser/mojo/stash_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698