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

Unified Diff: content/content_browser.gypi

Issue 54623007: Make code path for bounds changes getting to renderer less brittle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Experimenting with single observer design Created 7 years, 1 month 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b7e5094f92fb336a20880465efbd2568e96eaf0c..5cd5eac4e31a955d64e1662ff4777a9957d4e2fb 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1183,6 +1183,10 @@
'browser/web_contents/aura/image_window_delegate.h',
'browser/web_contents/aura/shadow_layer_delegate.cc',
'browser/web_contents/aura/shadow_layer_delegate.h',
+ 'browser/web_contents/aura/constrained_windows_observer.cc',
+ 'browser/web_contents/aura/constrained_windows_observer.h',
+ 'browser/web_contents/aura/native_view_screen_bounds_observer.cc',
+ 'browser/web_contents/aura/native_view_screen_bounds_observer.h',
'browser/web_contents/aura/window_slider.cc',
'browser/web_contents/aura/window_slider.h',
'browser/web_contents/drag_utils_gtk.cc',
@@ -1410,6 +1414,11 @@
},
},
},
+ }, { # 'OS!="win"'
+ 'sources/': [
+ ['exclude', 'browser/web_contents/aura/constrained_windows_observer.cc'],
+ ['exclude', 'browser/web_contents/aura/constrained_windows_observer.h'],
+ ],
}],
['toolkit_uses_gtk == 1', {
'dependencies': [
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698