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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 57433011: Restructure the events target into two components: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 63a744a1ee46e4fc505f910a9af4723750d3cbde..3130866fc47da11c26d05fb2964db69f9766e059 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -44,7 +44,6 @@
'../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/message_center/message_center.gyp:message_center',
'../ui/native_theme/native_theme.gyp:native_theme',
@@ -2672,17 +2671,19 @@
'../third_party/libusb/libusb.gyp:libusb',
],
}],
- ['toolkit_views == 0', {
- 'sources!': [
- 'browser/ui/tabs/tab_strip_layout_type.h',
- 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
- 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
- ],
- }],
['toolkit_views == 1', {
+ 'dependencies': [
+ '../ui/events/events.gyp:events',
+ ],
'sources!': [
'browser/ui/profile_reset_bubble_stub.cc',
],
+ }, { # toolkit_views == 0
+ 'sources!': [
+ 'browser/ui/tabs/tab_strip_layout_type.h',
+ 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
+ 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
+ ],
}],
['OS=="linux"', {
'dependencies': [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698