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

Unified Diff: base/base.gyp

Issue 676873004: Intercept file Open/Close (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 1 month 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: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 6e14243e0ef4b6939ee09c45abdd0eae785c13db..6f1776b65204608275b49cd290faf59916101c47 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -377,6 +377,16 @@
],
},
{
+ 'target_name': 'protect_file_posix',
Fabrice (no longer in Chrome) 2014/11/17 16:10:54 Nit: Add the gn file location
pasko 2014/11/17 16:25:57 Done.
+ 'type': 'static_library',
+ 'dependencies': [
+ 'base',
+ ],
+ 'sources': [
+ 'files/protect_file_posix.cc',
+ ],
+ },
+ {
'target_name': 'base_prefs_test_support',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « base/BUILD.gn ('k') | base/files/file.cc » ('j') | base/files/protect_file_posix.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698