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

Unified Diff: ui/v2/v2.gyp

Issue 25757007: V2: Implement reparenting, bounds and visibility change notifications, and write more tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« ui/v2/src/view_private.h ('K') | « ui/v2/src/view_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/v2/v2.gyp
diff --git a/ui/v2/v2.gyp b/ui/v2/v2.gyp
index 9f1c6fe1a4cfedf9939c5da8f538c3cdfc53b576..df454ba35658193ebf564c47ac6453423433afee 100644
--- a/ui/v2/v2.gyp
+++ b/ui/v2/v2.gyp
@@ -42,6 +42,8 @@
'src/paint_processor.cc',
'src/view.cc',
'src/view_observer.cc',
+ 'src/view_private.cc',
+ 'src/view_private.h',
'src/window.cc',
],
},
@@ -51,6 +53,7 @@
'dependencies': [
'../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest',
+ '../gfx/gfx.gyp:gfx',
'v2',
],
'sources': [
« ui/v2/src/view_private.h ('K') | « ui/v2/src/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698