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

Unified Diff: chrome/chrome_common.gypi

Issue 12494028: Move Requirements out of Extension Class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index f1103ef47a280667ea88d367dbeeb62582f1e076..47f3572d2de01f06c25641012d42859fad5ba512 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -179,6 +179,8 @@
'common/extensions/api/page_launcher/page_launcher_handler.h',
'common/extensions/api/plugins/plugins_handler.cc',
'common/extensions/api/plugins/plugins_handler.h',
+ 'common/extensions/api/requirements/requirements_handler.cc',
+ 'common/extensions/api/requirements/requirements_handler.h',
'common/extensions/api/speech/tts_engine_manifest_handler.cc',
'common/extensions/api/speech/tts_engine_manifest_handler.h',
'common/extensions/api/themes/theme_handler.cc',
@@ -413,6 +415,8 @@
['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
['include', 'common/extensions/api/plugins/plugins_handler.cc'],
['include', 'common/extensions/api/plugins/plugins_handler.h'],
+ ['include', 'common/extensions/api/requirements/requirements_handler.cc'],
+ ['include', 'common/extensions/api/requirements/requirements_handler.h'],
['include', 'common/extensions/api/themes/theme_handler.cc'],
['include', 'common/extensions/api/themes/theme_handler.h'],
],

Powered by Google App Engine
This is Rietveld 408576698