Chromium Code Reviews

Unified Diff: build/all.gyp

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added hard deadline for removing migration code. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 00b5fdb15959d77c6f6a9787c43d26be32d5a68f..645a2172e58016f2336b32ddf0a24fd05a5fdd8a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -119,11 +119,6 @@
'<(libjpeg_gyp_path):*',
],
}],
- ['OS!="android" and OS!="ios"', {
- 'dependencies': [
- '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
- ],
- }],
['OS=="mac" or OS=="ios" or OS=="win"', {
'dependencies': [
'../third_party/nss/nss.gyp:*',
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/prefs/chrome_pref_service_factory.cc » ('J')

Powered by Google App Engine