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

Unified Diff: base/base.gypi

Issue 10835032: Add APIs to protect critical tasks on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync and address review comments Created 8 years, 5 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 | « no previous file | base/critical_closure.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 63362f1d84016073c23093403abacaeafea8a6d8..461079442307fa07300c3215a35ea017838d5f72 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -86,6 +86,8 @@
'compiler_specific.h',
'cpu.cc',
'cpu.h',
+ 'critical_closure.h',
+ 'critical_closure_ios.mm',
'debug/alias.cc',
'debug/alias.h',
'debug/debug_on_start_win.cc',
@@ -151,6 +153,8 @@
'hi_res_timer_manager_win.cc',
'hi_res_timer_manager.h',
'id_map.h',
+ 'ios/scoped_critical_action.h',
+ 'ios/scoped_critical_action.mm',
'json/json_file_value_serializer.cc',
'json/json_file_value_serializer.h',
'json/json_parser.cc',
« no previous file with comments | « no previous file | base/critical_closure.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698