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

Unified Diff: chrome/chrome_common.gypi

Issue 14757022: Add a non-blocking "OneShotEvent" class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests; add a test Created 7 years, 7 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_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index d1dcc273110894e109f6f57f52ed26c3b73b62ef..66ef582c5439a33022fb4741ee0bb9c99e8f1f8b 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -53,6 +53,8 @@
],
'sources': [
'../apps/app_shim/app_shim_messages.h',
+ '../extensions/common/async_event.cc',
+ '../extensions/common/async_event.h',
'../extensions/common/constants.cc',
'../extensions/common/constants.h',
'../extensions/common/crx_file.cc',

Powered by Google App Engine
This is Rietveld 408576698