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

Unified Diff: ui/gfx/geometry/BUILD.gn

Issue 2561263003: [ios] Excluded harfbuzz-ng and events code (Closed)
Patch Set: Excluded duplicated screen_aura.cc Created 4 years 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 side-by-side diff with in-line comments
Download patch
« ui/base/BUILD.gn ('K') | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/BUILD.gn
diff --git a/ui/gfx/geometry/BUILD.gn b/ui/gfx/geometry/BUILD.gn
index 59690a21003b56186d014bc1c8c4dac837e0c71b..1532ec842b7a25cab26ddc8127b6bfbf66bc90c7 100644
--- a/ui/gfx/geometry/BUILD.gn
+++ b/ui/gfx/geometry/BUILD.gn
@@ -9,12 +9,6 @@ component("geometry") {
"box_f.h",
"cubic_bezier.cc",
"cubic_bezier.h",
- "dip_util.cc",
- "dip_util.h",
- "insets.cc",
- "insets.h",
- "insets_f.cc",
- "insets_f.h",
"matrix3_f.cc",
"matrix3_f.h",
"point.cc",
@@ -29,11 +23,8 @@ component("geometry") {
"quad_f.h",
"rect.cc",
"rect.h",
- "rect_conversions.cc",
- "rect_conversions.h",
"rect_f.cc",
"rect_f.h",
- "safe_integer_conversions.h",
"scroll_offset.cc",
"scroll_offset.h",
"size.cc",
@@ -44,14 +35,27 @@ component("geometry") {
"size_f.h",
"vector2d.cc",
"vector2d.h",
- "vector2d_conversions.cc",
- "vector2d_conversions.h",
"vector2d_f.cc",
"vector2d_f.h",
"vector3d_f.cc",
"vector3d_f.h",
]
+ if (!is_ios) {
+ sources += [
+ "dip_util.cc",
+ "dip_util.h",
+ "insets.cc",
+ "insets.h",
+ "insets_f.cc",
+ "insets_f.h",
+ "rect_conversions.cc",
+ "rect_conversions.h",
+ "safe_integer_conversions.h",
+ "vector2d_conversions.cc",
+ "vector2d_conversions.h",
+ ]
+ }
defines = [ "GFX_IMPLEMENTATION" ]
deps = [
« ui/base/BUILD.gn ('K') | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698