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

Unified Diff: base/base.gyp

Issue 720753002: NOT_FOR_COMMIT: Death Test for intercepting base::File Open/Close Base URL: https://chromium.googlesource.com/chromium/src.git@cache-close
Patch Set: 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
« no previous file with comments | « no previous file | base/files/protect_file_posix_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 6f1776b65204608275b49cd290faf59916101c47..fa218577cfa16e38bf0a97808e7b073c69393e71 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -498,6 +498,7 @@
'files/file_util_unittest.cc',
'files/important_file_writer_unittest.cc',
'files/memory_mapped_file_unittest.cc',
+ 'files/protect_file_posix_unittest.cc',
'files/scoped_temp_dir_unittest.cc',
'gmock_unittest.cc',
'guid_unittest.cc',
@@ -690,7 +691,10 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
],
- 'includes': ['../build/nocompile.gypi'],
+ 'includes': [
+ '../build/nocompile.gypi',
+ 'files/protect_file_posix.gypi',
+ ],
'variables': {
# TODO(ajwong): Is there a way to autodetect this?
'module_dir': 'base'
« no previous file with comments | « no previous file | base/files/protect_file_posix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698