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

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: Fixed linker errors on Win. Created 7 years, 2 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 | « build/all.gyp ('k') | chrome/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 7a641572891c7a37f7f892cb07052c699e6e7181..d3924a13ba809d2f5a14ecb960fcb76f4d38ae42 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1873,6 +1873,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',
@@ -2483,6 +2485,9 @@
],
}],
['OS!="android" and OS!="ios"', {
+ 'dependencies': [
+ 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
+ ],
'sources!': [
'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
],
@@ -2607,6 +2612,7 @@
['exclude', '^browser/ui/webui/signin/'],
['exclude', '^browser/ui/webui/suggestions_internals'],
['exclude', '^browser/ui/webui/sync_promo'],
+ ['exclude', '^tools/profile_reset/'],
['exclude', '^utility/importer/'],
],
'conditions': [
« no previous file with comments | « build/all.gyp ('k') | chrome/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698