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

Unified Diff: content/browser/BUILD.gn

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 | « build/all.gyp ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7bd3d3e7c5ab412ea8d368eda2cf12246308ae56..889a289f542025753945c81300ede581d8aaac04 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -359,6 +359,7 @@ source_set("browser") {
if (use_aura) {
deps += [
"//ui/aura",
+ "//ui/aura_extra",
"//ui/strings",
"//ui/wm",
]
@@ -375,8 +376,6 @@ source_set("browser") {
"renderer_host/web_input_event_aura.h",
"web_contents/aura/gesture_nav_simple.cc",
"web_contents/aura/gesture_nav_simple.h",
- "web_contents/aura/image_window_delegate.cc",
- "web_contents/aura/image_window_delegate.h",
"web_contents/aura/overscroll_navigation_overlay.cc",
"web_contents/aura/overscroll_navigation_overlay.h",
"web_contents/aura/shadow_layer_delegate.cc",
« no previous file with comments | « build/all.gyp ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698