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

Unified Diff: components/safe_json.gypi

Issue 1211793002: Rename safe_json_parser component to safe_json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 6 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.gyp ('k') | components/safe_json/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json.gypi
diff --git a/components/safe_json_parser.gypi b/components/safe_json.gypi
similarity index 67%
rename from components/safe_json_parser.gypi
rename to components/safe_json.gypi
index 04fb2887a8ede9d325054fe3e9ad68996b755987..d3c55126079b02825ef741c5ee2dab3c98e7af08 100644
--- a/components/safe_json_parser.gypi
+++ b/components/safe_json.gypi
@@ -5,8 +5,8 @@
{
'targets': [
{
- # GN version: //components/safe_json_parser
- 'target_name': 'safe_json_parser',
+ # GN version: //components/safe_json
+ 'target_name': 'safe_json',
#'type': '<(component)',
'type': 'static_library',
'dependencies': [
@@ -20,11 +20,11 @@
'..',
],
'defines': [
- 'SAFE_JSON_PARSER_IMPLEMENTATION',
+ 'SAFE_JSON_IMPLEMENTATION',
],
'sources': [
- 'safe_json_parser/safe_json_parser.h',
- 'safe_json_parser/safe_json_parser.cc',
+ 'safe_json/safe_json_parser.cc',
+ 'safe_json/safe_json_parser.h',
],
},
{
@@ -39,10 +39,10 @@
'..',
],
'sources': [
- 'safe_json_parser/safe_json_parser_messages.cc',
- 'safe_json_parser/safe_json_parser_messages.h',
- 'safe_json_parser/safe_json_parser_message_filter.cc',
- 'safe_json_parser/safe_json_parser_message_filter.h',
+ 'safe_json/safe_json_parser_message_filter.cc',
+ 'safe_json/safe_json_parser_message_filter.h',
+ 'safe_json/safe_json_parser_messages.cc',
+ 'safe_json/safe_json_parser_messages.h',
],
},
],
« no previous file with comments | « components/components.gyp ('k') | components/safe_json/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698