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

Unified Diff: chrome/tools/profile_reset/jtl_compiler.gyp

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from dbeam@, using new tracked preference deprecation. Created 6 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 | « chrome/tools/profile_reset/jtl_compiler.cc ('k') | chrome/tools/profile_reset/jtl_compiler_frontend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/profile_reset/jtl_compiler.gyp
diff --git a/chrome/tools/profile_reset/jtl_compiler.gyp b/chrome/tools/profile_reset/jtl_compiler.gyp
deleted file mode 100644
index 6d210157897a4a0cbd2a0042b3416ae6013fd950..0000000000000000000000000000000000000000
--- a/chrome/tools/profile_reset/jtl_compiler.gyp
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'jtl_compiler',
- 'type': 'executable',
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../crypto/crypto.gyp:crypto',
- 'jtl_compiler_lib',
- ],
- 'sources': [
- '../../browser/profile_resetter/jtl_foundation.cc',
- '../../browser/profile_resetter/jtl_foundation.h',
- 'jtl_compiler_frontend.cc',
- ],
- },
- {
- 'target_name': 'jtl_compiler_lib',
- 'type': 'static_library',
- 'product_name': 'jtl_compiler',
- 'dependencies': [
- '../../../third_party/re2/re2.gyp:re2',
- '../../../base/base.gyp:base',
- ],
- 'sources': [
- '../../browser/profile_resetter/jtl_foundation.h',
- '../../browser/profile_resetter/jtl_instructions.h',
- 'jtl_compiler.h',
- 'jtl_compiler.cc',
- 'jtl_parser.h',
- 'jtl_parser.cc',
- ],
- },
- ],
-}
« no previous file with comments | « chrome/tools/profile_reset/jtl_compiler.cc ('k') | chrome/tools/profile_reset/jtl_compiler_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698