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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2837023003: [Extensions Bindings] Add argument parsing errors (Closed)
Patch Set: nits Created 3 years, 8 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 | extensions/renderer/api_invocation_errors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index e978448e27e9991ffeb794f8bf43cd8fb85a19fa..c7e2e16d2cbabb4456ab7065d2879f105885eaa0 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -36,6 +36,8 @@ source_set("renderer") {
"api_event_handler.h",
"api_event_listeners.cc",
"api_event_listeners.h",
+ "api_invocation_errors.cc",
+ "api_invocation_errors.h",
"api_last_error.cc",
"api_last_error.h",
"api_request_handler.cc",
@@ -311,6 +313,7 @@ source_set("unit_tests") {
"api_bindings_system_unittest.h",
"api_event_handler_unittest.cc",
"api_event_listeners_unittest.cc",
+ "api_invocation_errors_unittest.cc",
"api_last_error_unittest.cc",
"api_request_handler_unittest.cc",
"api_test_base.cc",
« no previous file with comments | « no previous file | extensions/renderer/api_invocation_errors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698