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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)
Patch Set: revert content/common/DEPS, rebase Created 3 years, 8 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 | « content/test/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 31e7f16d619e74e767c29e5ecc7a3471f69c15d2..03c7a57c702b58f18e245676f11a78a5d98a15c7 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1283,6 +1283,7 @@ component("platform") {
"scheduler/base/work_queue_sets.cc",
"scheduler/base/work_queue_sets.h",
"scheduler/child/compositor_worker_scheduler.cc",
+ "scheduler/child/compositor_worker_scheduler.h",
"scheduler/child/idle_canceled_delayed_task_sweeper.cc",
"scheduler/child/idle_canceled_delayed_task_sweeper.h",
"scheduler/child/idle_helper.cc",
@@ -1299,9 +1300,11 @@ component("platform") {
"scheduler/child/web_task_runner_impl.h",
"scheduler/child/webthread_base.cc",
"scheduler/child/webthread_impl_for_worker_scheduler.cc",
+ "scheduler/child/webthread_impl_for_worker_scheduler.h",
"scheduler/child/worker_global_scope_scheduler.cc",
"scheduler/child/worker_global_scope_scheduler.h",
"scheduler/child/worker_scheduler.cc",
+ "scheduler/child/worker_scheduler.h",
"scheduler/child/worker_scheduler_impl.cc",
"scheduler/child/worker_scheduler_impl.h",
"scheduler/renderer/auto_advancing_virtual_time_domain.cc",
@@ -1335,6 +1338,7 @@ component("platform") {
"scheduler/renderer/webthread_impl_for_renderer_scheduler.cc",
"scheduler/renderer/webthread_impl_for_renderer_scheduler.h",
"scheduler/utility/webthread_impl_for_utility_thread.cc",
+ "scheduler/utility/webthread_impl_for_utility_thread.h",
"scroll/MainThreadScrollingReason.h",
"scroll/ProgrammaticScrollAnimator.cpp",
"scroll/ProgrammaticScrollAnimator.h",
@@ -1483,11 +1487,6 @@ component("platform") {
"weborigin/URLSecurityOriginMap.h",
]
- if (is_android) {
- set_sources_assignment_filter([])
- sources += [ "exported/linux/WebFontRenderStyle.cpp" ]
- }
-
sources -= blink_platform_neon_files
sources -= blink_platform_msa_files
sources -= blink_platform_sse_files
@@ -1610,6 +1609,7 @@ component("platform") {
# Add in some Linux files also shared with Android.
set_sources_assignment_filter([])
sources += [
+ "exported/linux/WebFontRenderStyle.cpp",
"fonts/linux/FontPlatformDataLinux.cpp",
"fonts/linux/FontRenderStyle.cpp",
"fonts/linux/FontRenderStyle.h",
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698