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

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: Fix more build issues 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
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 "range.cc",
8 "range.h",
9 "range_f.cc",
10 "range_f.h",
11 "range_mac.mm",
12 "range_win.cc",
13 ]
14
15 configs += [
16 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
17 "//build/config/compiler:no_size_t_to_int_warning",
18 ]
19
20 defines = [ "GFX_IMPLEMENTATION" ]
21
22 deps = [
23 "//base",
24 "//ui/gfx:gfx_export",
25 ]
26 }
OLDNEW
« ui/gfx/gfx.gyp ('K') | « ui/gfx/gfx_tests.gyp ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698