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

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2800213002: Avoid duplicate functions/code in core/inspector.
Patch Set: Manual inlined urlWithoutFragment Created 3 years, 5 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 | third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index f2e878553a14cb44ba0b0ee2bfa2bf1ee2927d2e..710722bd5873571a3ff13641ac7a2ad5eee24f9a 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -98,15 +98,6 @@ blink_core_sources("inspector") {
"WorkerThreadDebugger.h",
]
- jumbo_excluded_sources = [
- # Collides with InspectorPageAgent.cpp and
- # NetworkResourcesData.cpp (patch incoming)
- "InspectorNetworkAgent.cpp",
-
- # Collides with InspectorPageAgent.cpp (patch incoming)
- "MainThreadDebugger.cpp",
- ]
-
configs += [
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
"//build/config/compiler:no_size_t_to_int_warning",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698