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

Unified Diff: extensions/browser/BUILD.gn

Issue 550403003: Move declarative api files to extensions/browser/api/declarative. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser tests. 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
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/declarative/declarative_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 764e40bab5f21761d17e1f0b756f008a8b09aece..84c5c0c1cef93fcf3b1aa929b3d6e6690b37d308 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -89,6 +89,16 @@ source_set("browser") {
"api/cast_channel/logger.h",
"api/cast_channel/logger_util.cc",
"api/cast_channel/logger_util.h",
+ "api/declarative/declarative_api.cc",
+ "api/declarative/declarative_api.h",
+ "api/declarative/declarative_rule.h",
+ "api/declarative/deduping_factory.h",
+ "api/declarative/rules_cache_delegate.cc",
+ "api/declarative/rules_cache_delegate.h",
+ "api/declarative/rules_registry.cc",
+ "api/declarative/rules_registry.h",
+ "api/declarative/test_rules_registry.cc",
+ "api/declarative/test_rules_registry.h",
"api/declarative_webrequest/request_stage.cc",
"api/declarative_webrequest/request_stage.h",
"api/declarative_webrequest/webrequest_constants.cc",
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/declarative/declarative_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698