| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "platform/modules/webmidi/WebMIDIAccessor.h", | 426 "platform/modules/webmidi/WebMIDIAccessor.h", |
| 427 "platform/modules/webmidi/WebMIDIAccessorClient.h", | 427 "platform/modules/webmidi/WebMIDIAccessorClient.h", |
| 428 "platform/scheduler/child/child_scheduler.h", | 428 "platform/scheduler/child/child_scheduler.h", |
| 429 "platform/scheduler/child/single_thread_idle_task_runner.h", | 429 "platform/scheduler/child/single_thread_idle_task_runner.h", |
| 430 "platform/scheduler/child/webthread_base.h", | 430 "platform/scheduler/child/webthread_base.h", |
| 431 "platform/scheduler/renderer/render_widget_scheduling_state.h", | 431 "platform/scheduler/renderer/render_widget_scheduling_state.h", |
| 432 "platform/scheduler/renderer/renderer_scheduler.h", | 432 "platform/scheduler/renderer/renderer_scheduler.h", |
| 433 "platform/scheduler/test/fake_renderer_scheduler.h", | 433 "platform/scheduler/test/fake_renderer_scheduler.h", |
| 434 "platform/scheduler/test/mock_renderer_scheduler.h", | 434 "platform/scheduler/test/mock_renderer_scheduler.h", |
| 435 "platform/scheduler/test/renderer_scheduler_test_support.h", | 435 "platform/scheduler/test/renderer_scheduler_test_support.h", |
| 436 "web/SnapshotCreator.h", |
| 436 "web/WebAXEnums.h", | 437 "web/WebAXEnums.h", |
| 437 "web/WebAXObject.h", | 438 "web/WebAXObject.h", |
| 438 "web/WebActiveWheelFlingParameters.h", | 439 "web/WebActiveWheelFlingParameters.h", |
| 439 "web/WebArrayBuffer.h", | 440 "web/WebArrayBuffer.h", |
| 440 "web/WebArrayBufferConverter.h", | 441 "web/WebArrayBufferConverter.h", |
| 441 "web/WebArrayBufferView.h", | 442 "web/WebArrayBufferView.h", |
| 442 "web/WebAssociatedURLLoader.h", | 443 "web/WebAssociatedURLLoader.h", |
| 443 "web/WebAssociatedURLLoaderClient.h", | 444 "web/WebAssociatedURLLoaderClient.h", |
| 444 "web/WebAssociatedURLLoaderOptions.h", | 445 "web/WebAssociatedURLLoaderOptions.h", |
| 445 "web/WebAutofillClient.h", | 446 "web/WebAutofillClient.h", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 source_set("shared_typemap_traits") { | 789 source_set("shared_typemap_traits") { |
| 789 visibility = [ ":*" ] | 790 visibility = [ ":*" ] |
| 790 sources = [ | 791 sources = [ |
| 791 "web/ConsoleMessageStructTraits.cpp", | 792 "web/ConsoleMessageStructTraits.cpp", |
| 792 "web/ConsoleMessageStructTraits.h", | 793 "web/ConsoleMessageStructTraits.h", |
| 793 ] | 794 ] |
| 794 deps = [ | 795 deps = [ |
| 795 ":mojo_bindings_shared__generator", | 796 ":mojo_bindings_shared__generator", |
| 796 ] | 797 ] |
| 797 } | 798 } |
| OLD | NEW |