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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 160083003: Split cocoa_event_utils in two parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_ui link issue? Created 6 years, 10 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
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 3f488a1d77d7ada251e0a5abd57f3e63be133136..402d0b9aaf78390a04a8aac72a715bf9ecdfe217 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -48,13 +48,14 @@
'../third_party/libxml/libxml.gyp:libxml',
'../third_party/zlib/zlib.gyp:zlib',
'../ui/base/strings/ui_strings.gyp:ui_strings',
+ '../ui/events/events.gyp:events',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/message_center/message_center.gyp:message_center',
'../ui/native_theme/native_theme.gyp:native_theme',
+ '../ui/resources/ui_resources.gyp:ui_resources',
'../ui/snapshot/snapshot.gyp:snapshot',
'../ui/ui.gyp:ui',
- '../ui/resources/ui_resources.gyp:ui_resources',
'../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
],
'include_dirs': [
@@ -2798,7 +2799,6 @@
}],
['toolkit_views == 1', {
'dependencies': [
- '../ui/events/events.gyp:events',
'../ui/wm/wm.gyp:wm_public',
],
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698