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

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: Add a test for the behavior within a Post()ed callback 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
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4a7bcc0214158e24a3eff185a671f202b5f8e51e..3f373c2a485ca7e9dbda1755c187b009211ee11c 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -72,8 +72,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',
@@ -88,6 +88,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',
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698