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

Unified Diff: content/content_browser.gypi

Issue 880703002: Move ImageWindowDelegate to ui/aura_extra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated a comment Created 5 years, 11 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
« 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 9fc7832e4eae0963097d76e2ab9a957328c71ebb..f686c2bf376cef830aa56407c6058ef6660387ed 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1379,8 +1379,6 @@
'browser/utility_process_host_impl.h',
'browser/web_contents/aura/gesture_nav_simple.cc',
'browser/web_contents/aura/gesture_nav_simple.h',
- 'browser/web_contents/aura/image_window_delegate.cc',
- 'browser/web_contents/aura/image_window_delegate.h',
'browser/web_contents/aura/overscroll_navigation_overlay.cc',
'browser/web_contents/aura/overscroll_navigation_overlay.h',
'browser/web_contents/aura/shadow_layer_delegate.cc',
@@ -1901,6 +1899,7 @@
['use_aura==1', {
'dependencies': [
'../ui/aura/aura.gyp:aura',
+ '../ui/aura_extra/aura_extra.gyp:aura_extra',
'../ui/strings/ui_strings.gyp:ui_strings',
],
}, {
« 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