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

Unified Diff: ash/shared/BUILD.gn

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: move files to ash/shared, fix deps Created 4 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 | « ash/root_window_controller_unittest.cc ('k') | ash/shared/ash_shared_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shared/BUILD.gn
diff --git a/ash/shared/BUILD.gn b/ash/shared/BUILD.gn
index 3bfae4f1a6ccb54d3df97921e9089212ec3921c6..f0cfab706dd1897ef92637528345063a9ee82587 100644
--- a/ash/shared/BUILD.gn
+++ b/ash/shared/BUILD.gn
@@ -2,8 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("app_types") {
+source_set("shared") {
sky 2016/10/18 02:45:53 As this is a source_set there isn't any point in t
James Cook 2016/10/18 04:45:45 Whoops, I uploaded the ash_shared_export.h file by
sources = [
"app_types.h",
+ "shell_window_ids.cc",
+ "shell_window_ids.h",
+ ]
+
+ deps = [
+ "//base",
]
}
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shared/ash_shared_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698