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/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "browser/shell_resource_dispatcher_host_delegate.cc", | 145 "browser/shell_resource_dispatcher_host_delegate.cc", |
146 "browser/shell_resource_dispatcher_host_delegate.h", | 146 "browser/shell_resource_dispatcher_host_delegate.h", |
147 "browser/shell_speech_recognition_manager_delegate.cc", | 147 "browser/shell_speech_recognition_manager_delegate.cc", |
148 "browser/shell_speech_recognition_manager_delegate.h", | 148 "browser/shell_speech_recognition_manager_delegate.h", |
149 "browser/shell_url_request_context_getter.cc", | 149 "browser/shell_url_request_context_getter.cc", |
150 "browser/shell_url_request_context_getter.h", | 150 "browser/shell_url_request_context_getter.h", |
151 "browser/shell_web_contents_view_delegate.h", | 151 "browser/shell_web_contents_view_delegate.h", |
152 "browser/shell_web_contents_view_delegate_android.cc", | 152 "browser/shell_web_contents_view_delegate_android.cc", |
153 "browser/shell_web_contents_view_delegate_creator.h", | 153 "browser/shell_web_contents_view_delegate_creator.h", |
154 "browser/shell_web_contents_view_delegate_mac.mm", | 154 "browser/shell_web_contents_view_delegate_mac.mm", |
155 "common/layout_test/layout_test_content_client.cc", | |
156 "common/layout_test/layout_test_content_client.h", | |
157 "common/layout_test/layout_test_messages.cc", | 155 "common/layout_test/layout_test_messages.cc", |
158 "common/layout_test/layout_test_messages.h", | 156 "common/layout_test/layout_test_messages.h", |
159 "common/layout_test/layout_test_switches.cc", | 157 "common/layout_test/layout_test_switches.cc", |
160 "common/layout_test/layout_test_switches.h", | 158 "common/layout_test/layout_test_switches.h", |
161 "common/leak_detection_result.h", | 159 "common/leak_detection_result.h", |
162 "common/shell_content_client.cc", | 160 "common/shell_content_client.cc", |
163 "common/shell_content_client.h", | 161 "common/shell_content_client.h", |
164 "common/shell_messages.cc", | 162 "common/shell_messages.cc", |
165 "common/shell_messages.h", | 163 "common/shell_messages.h", |
166 "common/shell_origin_trial_policy.cc", | 164 "common/shell_origin_trial_policy.cc", |
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 "{{bundle_resources_dir}}/{{source_file_part}}", | 739 "{{bundle_resources_dir}}/{{source_file_part}}", |
742 ] | 740 ] |
743 } | 741 } |
744 } | 742 } |
745 | 743 |
746 mojom("mojo_bindings") { | 744 mojom("mojo_bindings") { |
747 sources = [ | 745 sources = [ |
748 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 746 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
749 ] | 747 ] |
750 } | 748 } |
OLD | NEW |