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

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: Rename Latch to OneShotEvent 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..79631a829233c93b135b7f6e697a9ad165717bfa 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -73,8 +73,8 @@
'../extensions/common/extension_resource.h',
'../extensions/common/id_util.cc',
'../extensions/common/id_util.h',
- '../extensions/common/install_warning.h',
'../extensions/common/install_warning.cc',
+ '../extensions/common/install_warning.h',
'../extensions/common/matcher/regex_set_matcher.cc',
'../extensions/common/matcher/regex_set_matcher.h',
'../extensions/common/matcher/string_pattern.cc',
@@ -89,6 +89,8 @@
'../extensions/common/matcher/url_matcher_factory.h',
'../extensions/common/matcher/url_matcher_helpers.cc',
'../extensions/common/matcher/url_matcher_helpers.h',
+ '../extensions/common/one_shot_event.cc',
+ '../extensions/common/one_shot_event.h',
'../extensions/common/url_pattern.cc',
'../extensions/common/url_pattern.h',
'../extensions/common/url_pattern_set.cc',

Powered by Google App Engine
This is Rietveld 408576698