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

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: 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
Index: components/safe_json.gypi
diff --git a/components/safe_json_parser.gypi b/components/safe_json.gypi
similarity index 70%
rename from components/safe_json_parser.gypi
rename to components/safe_json.gypi
index 04fb2887a8ede9d325054fe3e9ad68996b755987..980140b0e0dec61ff8e7585a8d5549b0f20ee7c7 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': [
@@ -23,8 +23,8 @@
'SAFE_JSON_PARSER_IMPLEMENTATION',
Robert Sesek 2015/06/25 14:40:49 Update this define?
Bernhard Bauer 2015/06/25 14:48:57 Done.
],
'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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698