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

Unified Diff: chrome/chrome_resources.gyp

Issue 2257003002: [Extensions] Generate all schema resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready Created 4 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index ba40b735499809f4258316cca3c9fb57588d5fe6..8aff01e929f2b17fb3f644b2fc1514d41182ce20 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -211,18 +211,6 @@
},
],
'conditions': [
- ['enable_extensions==1', {
- 'actions': [
- {
- # GN version: //chrome/common:extensions_api_resources
- 'action_name': 'generate_extensions_api_resources',
- 'variables': {
- 'grit_grd_file': 'common/extensions_api_resources.grd',
- },
- 'includes': [ 'chrome_grit_action.gypi' ],
- }
- ],
- }],
['OS != "android" and OS != "ios"', {
'dependencies': [ 'make_file_types_protobuf' ]
}],

Powered by Google App Engine
This is Rietveld 408576698