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

Unified Diff: components/json_schema.gypi

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 years, 4 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 | « components/components_unittests.isolate ('k') | components/json_schema/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/json_schema.gypi
diff --git a/components/auto_login_parser.gypi b/components/json_schema.gypi
similarity index 59%
copy from components/auto_login_parser.gypi
copy to components/json_schema.gypi
index 1dae9360602b63d0a022edc71a107dc56e12587a..aefbdda05de27254f241e15ec34798de12c50775 100644
--- a/components/auto_login_parser.gypi
+++ b/components/json_schema.gypi
@@ -5,18 +5,20 @@
{
'targets': [
{
- 'target_name': 'auto_login_parser',
+ 'target_name': 'json_schema',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../net/net.gyp:net',
+ '../ui/ui.gyp:ui',
],
'include_dirs': [
'..',
],
'sources': [
- 'auto_login_parser/auto_login_parser.cc',
- 'auto_login_parser/auto_login_parser.h',
+ 'json_schema/json_schema_constants.cc',
+ 'json_schema/json_schema_constants.h',
+ 'json_schema/json_schema_validator.cc',
+ 'json_schema/json_schema_validator.h',
],
},
],
« no previous file with comments | « components/components_unittests.isolate ('k') | components/json_schema/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698