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

Unified Diff: ash/BUILD.gn

Issue 2538113005: mash: Move session_types.h to ash/public (Closed)
Patch Set: fix gn deps Created 4 years 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 | ash/common/media_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index e6e63399fe4d871257fab6f708bc30e16d6a38a9..b4c568f0de5247476d4c6947000278469e789c43 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -135,7 +135,6 @@ component("ash") {
"common/session/session_state_delegate.h",
"common/session/session_state_observer.cc",
"common/session/session_state_observer.h",
- "common/session/session_types.h",
"common/shelf/app_list_button.cc",
"common/shelf/app_list_button.h",
"common/shelf/app_list_shelf_item_delegate.cc",
@@ -1022,6 +1021,7 @@ component("ash_with_content") {
":ash",
]
deps = [
+ "//ash/public/cpp",
"//base",
"//base/third_party/dynamic_annotations",
"//content/public/browser",
« no previous file with comments | « no previous file | ash/common/media_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698