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

Unified Diff: components/safe_json.gypi

Issue 1211423004: Change static library targets in safe_json GN files to source sets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 5 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 | « no previous file | 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.gypi b/components/safe_json.gypi
index b7ab6084ec97793f9fcab7ee10ff989a6fbf163c..dcf28244576f26b744c4671f41f77931e2c7569f 100644
--- a/components/safe_json.gypi
+++ b/components/safe_json.gypi
@@ -7,7 +7,6 @@
{
# GN version: //components/safe_json
'target_name': 'safe_json',
- #'type': '<(component)',
'type': 'static_library',
'dependencies': [
'safe_json_parser_message_filter',
@@ -19,9 +18,6 @@
'include_dirs': [
'..',
],
- 'defines': [
- 'SAFE_JSON_IMPLEMENTATION',
- ],
'sources': [
'safe_json/safe_json_parser.cc',
'safe_json/safe_json_parser.h',
« no previous file with comments | « no previous file | components/safe_json/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698