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

Unified Diff: chrome/chrome_tests.gypi

Issue 975043003: [MacViews] Add NativeAppWindowViewsMac and port HideWithApp behavior from NativeAppWindowCocoa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views
Patch Set: Created 5 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
« chrome/chrome_browser_ui.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 593f2e6f7093883525c661ebcf176e065a9aeeeb..0ed4bdd7c1586aa0a2aec933a1ccc1a165e93b81 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2328,6 +2328,11 @@
['toolkit_views==1 and OS!="mac"', {
'sources': [ '<@(chrome_browser_tests_views_non_mac_sources)' ],
}],
+ ['toolkit_views==1 and OS=="mac" and mac_views_browser==1', {
tapted 2015/03/04 02:27:33 nit: just check mac_views_browser?
jackhou1 2015/03/04 03:34:55 Removed.
+ 'sources': [
+ 'browser/ui/views/apps/chrome_native_app_window_views_mac_browsertest.mm',
tapted 2015/03/04 02:27:33 Hm. I think this needs a new variable, otherwise e
jackhou1 2015/03/04 03:34:55 Done.
+ ],
+ }],
['OS!="android" and OS!="ios"', {
'sources': [
'browser/copresence/chrome_whispernet_client_browsertest.cc',
« chrome/chrome_browser_ui.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698