| OLD | NEW |
| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 "platform/scheduler/child/single_thread_idle_task_runner.h", | 445 "platform/scheduler/child/single_thread_idle_task_runner.h", |
| 446 "platform/scheduler/child/webthread_base.h", | 446 "platform/scheduler/child/webthread_base.h", |
| 447 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", | 447 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", |
| 448 "platform/scheduler/child/worker_scheduler.h", | 448 "platform/scheduler/child/worker_scheduler.h", |
| 449 "platform/scheduler/renderer/render_widget_scheduling_state.h", | 449 "platform/scheduler/renderer/render_widget_scheduling_state.h", |
| 450 "platform/scheduler/renderer/renderer_scheduler.h", | 450 "platform/scheduler/renderer/renderer_scheduler.h", |
| 451 "platform/scheduler/test/fake_renderer_scheduler.h", | 451 "platform/scheduler/test/fake_renderer_scheduler.h", |
| 452 "platform/scheduler/test/mock_renderer_scheduler.h", | 452 "platform/scheduler/test/mock_renderer_scheduler.h", |
| 453 "platform/scheduler/test/renderer_scheduler_test_support.h", | 453 "platform/scheduler/test/renderer_scheduler_test_support.h", |
| 454 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", | 454 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", |
| 455 "web/SnapshotCreator.h", |
| 455 "web/WebAXEnums.h", | 456 "web/WebAXEnums.h", |
| 456 "web/WebAXObject.h", | 457 "web/WebAXObject.h", |
| 457 "web/WebActiveWheelFlingParameters.h", | 458 "web/WebActiveWheelFlingParameters.h", |
| 458 "web/WebArrayBuffer.h", | 459 "web/WebArrayBuffer.h", |
| 459 "web/WebArrayBufferConverter.h", | 460 "web/WebArrayBufferConverter.h", |
| 460 "web/WebArrayBufferView.h", | 461 "web/WebArrayBufferView.h", |
| 461 "web/WebAssociatedURLLoader.h", | 462 "web/WebAssociatedURLLoader.h", |
| 462 "web/WebAssociatedURLLoaderClient.h", | 463 "web/WebAssociatedURLLoaderClient.h", |
| 463 "web/WebAssociatedURLLoaderOptions.h", | 464 "web/WebAssociatedURLLoaderOptions.h", |
| 464 "web/WebAutofillClient.h", | 465 "web/WebAutofillClient.h", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 source_set("shared_typemap_traits") { | 799 source_set("shared_typemap_traits") { |
| 799 visibility = [ ":*" ] | 800 visibility = [ ":*" ] |
| 800 sources = [ | 801 sources = [ |
| 801 "web/ConsoleMessageStructTraits.cpp", | 802 "web/ConsoleMessageStructTraits.cpp", |
| 802 "web/ConsoleMessageStructTraits.h", | 803 "web/ConsoleMessageStructTraits.h", |
| 803 ] | 804 ] |
| 804 deps = [ | 805 deps = [ |
| 805 ":mojo_bindings_shared__generator", | 806 ":mojo_bindings_shared__generator", |
| 806 ] | 807 ] |
| 807 } | 808 } |
| OLD | NEW |