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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("app_types") { 5 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
6 sources = [ 6 sources = [
7 "app_types.h", 7 "app_types.h",
8 "shell_window_ids.cc",
9 "shell_window_ids.h",
10 ]
11
12 deps = [
13 "//base",
8 ] 14 ]
9 } 15 }
OLDNEW
« 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