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

Unified Diff: extensions/browser/api/web_request/BUILD.gn

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (Closed)
Patch Set: initial Created 4 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/browser/api/vpn_provider/BUILD.gn ('k') | extensions/browser/api/webcam_private/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/web_request/BUILD.gn
diff --git a/extensions/browser/api/web_request/BUILD.gn b/extensions/browser/api/web_request/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..eddfd7a418c08d808df2a8ff4a4486c7a0161827
--- /dev/null
+++ b/extensions/browser/api/web_request/BUILD.gn
@@ -0,0 +1,30 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+source_set("web_request") {
+ sources = [
+ "form_data_parser.cc",
+ "form_data_parser.h",
+ "upload_data_presenter.cc",
+ "upload_data_presenter.h",
+ "web_request_api.cc",
+ "web_request_api.h",
+ "web_request_api_constants.cc",
+ "web_request_api_constants.h",
+ "web_request_api_helpers.cc",
+ "web_request_api_helpers.h",
+ "web_request_event_details.cc",
+ "web_request_event_details.h",
+ "web_request_event_router_delegate.h",
+ "web_request_permissions.cc",
+ "web_request_permissions.h",
+ "web_request_time_tracker.cc",
+ "web_request_time_tracker.h",
+ ]
+
+ deps = [
+ "//content/public/browser",
+ "//skia",
+ "//third_party/re2",
+ ]
+}
« no previous file with comments | « extensions/browser/api/vpn_provider/BUILD.gn ('k') | extensions/browser/api/webcam_private/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698