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

Unified Diff: extensions/common/api/schemas.gypi

Issue 584163004: Move web_request directory to //extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 6 years, 3 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: extensions/common/api/schemas.gypi
diff --git a/extensions/common/api/schemas.gypi b/extensions/common/api/schemas.gypi
index d9649bad9e32e62ebc9a9aae8fd8eb081cd6e2a0..e28edf9a9c18d82266accfbed89261089eb40f1a 100644
--- a/extensions/common/api/schemas.gypi
+++ b/extensions/common/api/schemas.gypi
@@ -42,15 +42,22 @@
'test.json',
'usb.idl',
'usb_private.idl',
+ 'web_request.json',
'web_view_internal.json',
],
'non_compiled_schema_files': [
],
+ 'main_non_compiled_schema_files': [
+ 'web_request_internal.json',
+ ],
# TODO(thestig) Do not include this file in non-extensions builds.
# Then the conditional and else block can go away.
# Do the same for extensions/common/api/schemas.gni.
'conditions': [
['enable_extensions==1', {
+ 'non_compiled_schema_files': [
+ '<@(main_non_compiled_schema_files)',
+ ],
'schema_files': [
'<@(main_schema_files)',
],
« no previous file with comments | « extensions/browser/api/web_request/web_request_time_tracker_unittest.cc ('k') | extensions/common/api/web_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698