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

Unified Diff: base/base.gypi

Issue 257003007: Introduce a new framework for back-and-forth tracked/protected preferences migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +cleanup-only tests Created 6 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index e77422a02536d62b599a04f8f9d3789a832a1224..738ba6d2e9fb5b4658e407eadfafbcbe67244464 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -125,7 +125,6 @@
'cpu.cc',
'cpu.h',
'critical_closure.h',
- 'critical_closure_ios.mm',
'debug/alias.cc',
'debug/alias.h',
'debug/crash_logging.cc',
@@ -137,7 +136,7 @@
'debug/dump_without_crashing.cc',
'debug/dump_without_crashing.h',
'debug/gdi_debug_util_win.cc',
- 'debug/gdi_debug_util_win.h',
+ 'debug/gdi_debug_util_win.h',
# This file depends on files from the 'allocator' target,
# but this target does not depend on 'allocator' (see
# allocator.gyp for details).
« no previous file with comments | « base/BUILD.gn ('k') | base/critical_closure.h » ('j') | base/critical_closure.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698