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

Unified Diff: chrome/chrome_common.gypi

Issue 12886024: Move JSON schema validator code into its own directory in chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/browser/policy/policy_loader_win_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index f1103ef47a280667ea88d367dbeeb62582f1e076..8398de3fcee7e8e0689d5b732bebc22cd1625981 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -285,10 +285,10 @@
'common/icon_with_badge_image_source.h',
'common/instant_types.cc',
'common/instant_types.h',
- 'common/json_schema_constants.cc',
- 'common/json_schema_constants.h',
- 'common/json_schema_validator.cc',
- 'common/json_schema_validator.h',
+ 'common/json_schema/json_schema_constants.cc',
+ 'common/json_schema/json_schema_constants.h',
+ 'common/json_schema/json_schema_validator.cc',
+ 'common/json_schema/json_schema_validator.h',
'common/localized_error.cc',
'common/localized_error.h',
'common/logging_chrome.cc',
« no previous file with comments | « chrome/browser/policy/policy_loader_win_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698