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

Side by Side Diff: ui/display/types/BUILD.gn

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/display/display.gyp ('k') | ui/display/util/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 2014 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
5 component("types") {
6 output_name = "display_types"
7 sources = [
8 "chromeos/display_mode.cc",
9 "chromeos/display_mode.h",
10 "chromeos/display_snapshot.cc",
11 "chromeos/display_snapshot.h",
12 "chromeos/native_display_delegate.h",
13 "chromeos/native_display_observer.h",
14 "chromeos/touchscreen_device.cc",
15 "chromeos/touchscreen_device.h",
16 "chromeos/touchscreen_device_manager.h",
17 "display_constants.h",
18 "display_types_export.h",
19 ]
20
21 defines = [ "DISPLAY_TYPES_IMPLEMENTATION" ]
22
23 deps = [
24 "//base",
25 "//ui/gfx/geometry",
26 ]
27 }
OLDNEW
« no previous file with comments | « ui/display/display.gyp ('k') | ui/display/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698