summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 01:16:51 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 01:16:51 +0000
commitec79ca68d443ce2851fc577859816bbb577b5337 (patch)
tree1ef4278a503c6138309672cc35724787a3ea8bc9 /chrome/chrome_browser.gypi
parent016b57f941ec02b4342bb2fefb4bae5f83d10a9f (diff)
downloadchromium_src-ec79ca68d443ce2851fc577859816bbb577b5337.zip
chromium_src-ec79ca68d443ce2851fc577859816bbb577b5337.tar.gz
chromium_src-ec79ca68d443ce2851fc577859816bbb577b5337.tar.bz2
Get the toast working on win aura. This fixes TryChromeDialogBrowserTest.ToastCrasher.
There are activation issues with the toast, but at least it shows up and can be interacted with (when it works). Review URL: https://codereview.chromium.org/11275338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 96404fc0..5545ab8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2437,8 +2437,6 @@
['exclude', '^browser/automation/chrome_frame_automation_provider.cc'],
['exclude', '^browser/automation/chrome_frame_automation_provider.h'],
['exclude', '^browser/automation/testing_automation_provider_win.cc'],
- ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
- ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
['exclude', '^browser/google/google_update_win.cc'],
['exclude', '^browser/google/google_update_win.h'],
['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
@@ -2854,7 +2852,7 @@
'browser/protector/settings_change_global_error_delegate.h',
],
}],
- ['use_openssl==1', {
+ [ 'use_openssl==1', {
'sources!': [
'browser/importer/nss_decryptor.cc',
'browser/importer/nss_decryptor_system_nss.cc',