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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 248893002: MacViews: gyp changes for a non-aura toolkit views on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase for r265571 conflict, less similarity Created 6 years, 8 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 | « no previous file | chrome/chrome_tests_unit.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 485db7661123bd6d10949ce476bca550a3a98306..998d260bc1f81fc00f6ff47b40f58f93e79a1cfe 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2556,20 +2556,6 @@
'safe_browsing_report_proto',
],
}],
- ['toolkit_views == 1', {
- 'dependencies': [
- '../ui/wm/wm.gyp:wm',
- ],
- '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': [
'../build/linux/system.gyp:udev',
@@ -2675,6 +2661,9 @@
],
}],
['use_aura==1', {
+ 'sources!': [
+ 'browser/ui/profile_reset_bubble_stub.cc',
+ ],
'sources/': [
['exclude', '^browser/ui/screen_capture_notification_ui_stub.cc'],
# TODO: (stevenjb/beng): Find a home for these.
@@ -2690,6 +2679,7 @@
'../ui/aura/aura.gyp:aura',
'../ui/keyboard/keyboard.gyp:keyboard',
'../ui/keyboard/keyboard.gyp:keyboard_resources',
+ '../ui/wm/wm.gyp:wm',
],
'conditions': [
['OS=="win"', {
@@ -2713,6 +2703,11 @@
}],
],
}, { # else: use_aura==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',
+ ],
'sources/': [
['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_host.h'],
['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_host_win.cc'],
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698