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

Unified Diff: content/renderer/BUILD.gn

Issue 2623613004: SharedWorker: Move classes under content/renderer to content/renderer/shared_worker (Closed)
Patch Set: fix include guards Created 3 years, 11 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 | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 773f254483eac0b1aa4f31b5a3f2c11226e6d2b2..f1e86ce550f571e7fd3876c54f484b25b3202d8d 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -350,8 +350,10 @@ target(link_target_type, "renderer") {
"shared_worker/embedded_shared_worker_content_settings_client_proxy.h",
"shared_worker/embedded_shared_worker_stub.cc",
"shared_worker/embedded_shared_worker_stub.h",
- "shared_worker_repository.cc",
- "shared_worker_repository.h",
+ "shared_worker/shared_worker_repository.cc",
+ "shared_worker/shared_worker_repository.h",
+ "shared_worker/websharedworker_proxy.cc",
+ "shared_worker/websharedworker_proxy.h",
"skia_benchmarking_extension.cc",
"skia_benchmarking_extension.h",
"speech_recognition_dispatcher.cc",
@@ -382,8 +384,6 @@ target(link_target_type, "renderer") {
"webscrollbarbehavior_impl_aura.h",
"webscrollbarbehavior_impl_mac.h",
"webscrollbarbehavior_impl_mac.mm",
- "websharedworker_proxy.cc",
- "websharedworker_proxy.h",
]
configs += [
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698