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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 24998003: Compiler for the JSON Traversal Language. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments, added some unittests. Created 7 years, 3 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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 289c87c4249c94ac22c162a0bf98c78799c7ef1f..9fc2693d43b471782b635b4bf3315be74987d919 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1867,6 +1867,8 @@
'test/data/unit/framework_unittest.gtestjs',
'test/logging/win/mof_data_parser_unittest.cc',
'tools/convert_dict/convert_dict_unittest.cc',
+ 'tools/profile_reset/jtl_compiler_unittest.cc',
+ 'tools/profile_reset/jtl_parser_unittest.cc',
'utility/extensions/unpacker_unittest.cc',
'utility/importer/bookmark_html_reader_unittest.cc',
'utility/importer/bookmarks_file_importer_unittest.cc',
@@ -1994,6 +1996,7 @@
'conditions': [
['OS!="ios"', {
'dependencies': [
+ 'chrome.gyp:jtl_compiler_lib',
'common/extensions/api/api.gyp:api',
'../components/components.gyp:autofill_content_test_support',
'../components/component_strings.gyp:component_strings',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/DEPS » ('j') | chrome/tools/profile_reset/jtl_compiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698