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

Unified Diff: chrome/chrome_browser.gypi

Issue 9372120: Implementation of AutomationEventQueue and associated framework to support generic non-blocking aut… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Nirnimesh's comments. Created 8 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.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 68c7a533c98f83eb06cf0ed5e9747b5330d1b407..cbca5953ed6a5c8fb3093d4f6566264cd671073c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -214,6 +214,10 @@
'browser/auto_launch_trial.h',
'browser/automation/automation_browser_tracker.cc',
'browser/automation/automation_browser_tracker.h',
+ 'browser/automation/automation_event_observer.cc',
+ 'browser/automation/automation_event_observer.h',
+ 'browser/automation/automation_event_queue.cc',
+ 'browser/automation/automation_event_queue.h',
'browser/automation/automation_extension_tracker.cc',
'browser/automation/automation_extension_tracker.h',
'browser/automation/automation_provider.cc',

Powered by Google App Engine
This is Rietveld 408576698