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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)
Patch Set: fix webfont files Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "platform/modules/serviceworker/WebServiceWorkerProviderClient.h", 424 "platform/modules/serviceworker/WebServiceWorkerProviderClient.h",
425 "platform/modules/serviceworker/WebServiceWorkerProxy.h", 425 "platform/modules/serviceworker/WebServiceWorkerProxy.h",
426 "platform/modules/serviceworker/WebServiceWorkerRegistration.h", 426 "platform/modules/serviceworker/WebServiceWorkerRegistration.h",
427 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h", 427 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h",
428 "platform/modules/serviceworker/WebServiceWorkerRequest.h", 428 "platform/modules/serviceworker/WebServiceWorkerRequest.h",
429 "platform/modules/serviceworker/WebServiceWorkerResponse.h", 429 "platform/modules/serviceworker/WebServiceWorkerResponse.h",
430 "platform/modules/serviceworker/WebServiceWorkerResponseError.h", 430 "platform/modules/serviceworker/WebServiceWorkerResponseError.h",
431 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", 431 "platform/modules/serviceworker/WebServiceWorkerResponseType.h",
432 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", 432 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h",
433 "platform/modules/serviceworker/WebServiceWorkerState.h", 433 "platform/modules/serviceworker/WebServiceWorkerState.h",
434 "platform/modules/serviceworker/WebServiceWorkerStreamHandle.h",
434 "platform/modules/vr/WebVR.h", 435 "platform/modules/vr/WebVR.h",
435 "platform/modules/webmidi/WebMIDIAccessor.h", 436 "platform/modules/webmidi/WebMIDIAccessor.h",
436 "platform/modules/webmidi/WebMIDIAccessorClient.h", 437 "platform/modules/webmidi/WebMIDIAccessorClient.h",
437 "platform/modules/websockets/WebSocketHandle.h", 438 "platform/modules/websockets/WebSocketHandle.h",
438 "platform/modules/websockets/WebSocketHandleClient.h", 439 "platform/modules/websockets/WebSocketHandleClient.h",
439 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", 440 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h",
440 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", 441 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h",
441 "platform/scheduler/base/task_queue.h", 442 "platform/scheduler/base/task_queue.h",
442 "platform/scheduler/base/task_time_observer.h", 443 "platform/scheduler/base/task_time_observer.h",
443 "platform/scheduler/child/child_scheduler.h", 444 "platform/scheduler/child/child_scheduler.h",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "web/WebWorkerContentSettingsClientProxy.h", 616 "web/WebWorkerContentSettingsClientProxy.h",
616 "web/linux/WebFontRendering.h", 617 "web/linux/WebFontRendering.h",
617 "web/mac/WebScrollbarTheme.h", 618 "web/mac/WebScrollbarTheme.h",
618 "web/mac/WebSubstringUtil.h", 619 "web/mac/WebSubstringUtil.h",
619 "web/mac/WebSubstringUtil.h", 620 "web/mac/WebSubstringUtil.h",
620 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 621 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
621 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 622 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
622 "web/win/WebFontRendering.h", 623 "web/win/WebFontRendering.h",
623 ] 624 ]
624 625
626 if (is_android) {
627 # Android uses some Linux sources, put those back.
628 set_sources_assignment_filter([])
629 sources += [ "web/linux/WebFontRendering.h" ]
630 set_sources_assignment_filter(sources_assignment_filter)
631 }
632
625 public_configs = [ 633 public_configs = [
626 ":blink_headers_config", 634 ":blink_headers_config",
627 635
628 # Blink exposes icu headers in the public API. 636 # Blink exposes icu headers in the public API.
629 "//third_party/icu:icu_config", 637 "//third_party/icu:icu_config",
630 ] 638 ]
631 639
632 public_deps = [ 640 public_deps = [
633 "//skia", 641 "//skia",
634 "//url", 642 "//url",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 source_set("shared_typemap_traits") { 806 source_set("shared_typemap_traits") {
799 visibility = [ ":*" ] 807 visibility = [ ":*" ]
800 sources = [ 808 sources = [
801 "web/ConsoleMessageStructTraits.cpp", 809 "web/ConsoleMessageStructTraits.cpp",
802 "web/ConsoleMessageStructTraits.h", 810 "web/ConsoleMessageStructTraits.h",
803 ] 811 ]
804 deps = [ 812 deps = [
805 ":mojo_bindings_shared__generator", 813 ":mojo_bindings_shared__generator",
806 ] 814 ]
807 } 815 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698