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

Side by Side Diff: ui/gfx/range/BUILD.gn

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 7 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 | « ui/gfx/ipc/gfx_ipc.gyp ('k') | ui/gfx/range/gfx_range_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
(Empty)
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
3 # found in the LICENSE file.
4
5 component("range") {
6 sources = [
7 "gfx_range_export.h",
8 "range.cc",
9 "range.h",
10 "range_f.cc",
11 "range_f.h",
12 "range_mac.mm",
13 "range_win.cc",
14 ]
15
16 configs += [
17 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
18 "//build/config/compiler:no_size_t_to_int_warning",
19 ]
20
21 defines = [ "GFX_RANGE_IMPLEMENTATION" ]
22
23 deps = [
24 "//base",
25 "//ui/gfx:gfx_export",
26 ]
27 }
OLDNEW
« no previous file with comments | « ui/gfx/ipc/gfx_ipc.gyp ('k') | ui/gfx/range/gfx_range_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698