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

Unified Diff: chrome/chrome_common.gypi

Issue 23007021: Report Javascript Runtime Errors to the Error Console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_feldman
Patch Set: Comment Condensed Created 7 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_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 09c291209d942dce52f6001a337d75c124f85773..c82c5ce04ba8899cbfc8cf0f71d83aeaee91e657 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -56,6 +56,8 @@
'sources': [
'../apps/app_shim/app_shim_launch.h',
'../apps/app_shim/app_shim_messages.h',
+ '../extensions/common/constants.cc',
+ '../extensions/common/constants.h',
'../extensions/common/crx_file.cc',
'../extensions/common/crx_file.h',
'../extensions/common/draggable_region.cc',
@@ -72,6 +74,8 @@
'../extensions/common/extension_paths.h',
'../extensions/common/extension_resource.cc',
'../extensions/common/extension_resource.h',
+ '../extensions/common/extension_urls.cc',
+ '../extensions/common/extension_urls.h',
'../extensions/common/extensions_client.cc',
'../extensions/common/extensions_client.h',
'../extensions/common/features/feature.cc',

Powered by Google App Engine
This is Rietveld 408576698