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

Side by Side Diff: extensions/browser/app_window/BUILD.gn

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (Closed)
Patch Set: initial Created 4 years, 3 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 | « extensions/browser/api/webcam_private/BUILD.gn ('k') | extensions/browser/guest_view/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 source_set("app_window") {
5 sources = [
6 "app_delegate.h",
7 "app_web_contents_helper.cc",
8 "app_web_contents_helper.h",
9 "app_window.cc",
10 "app_window.h",
11 "app_window_client.cc",
12 "app_window_client.h",
13 "app_window_contents.cc",
14 "app_window_contents.h",
15 "app_window_geometry_cache.cc",
16 "app_window_geometry_cache.h",
17 "app_window_registry.cc",
18 "app_window_registry.h",
19 "native_app_window.h",
20 "size_constraints.cc",
21 "size_constraints.h",
22 ]
23
24 deps = [
25 "//content/public/browser",
26 "//skia",
27 ]
28 }
OLDNEW
« no previous file with comments | « extensions/browser/api/webcam_private/BUILD.gn ('k') | extensions/browser/guest_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698