Chromium Code Reviews| 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", |
| ] |
| } |