| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "browser/shell_resource_dispatcher_host_delegate.h", | 136 "browser/shell_resource_dispatcher_host_delegate.h", |
| 137 "browser/shell_speech_recognition_manager_delegate.cc", | 137 "browser/shell_speech_recognition_manager_delegate.cc", |
| 138 "browser/shell_speech_recognition_manager_delegate.h", | 138 "browser/shell_speech_recognition_manager_delegate.h", |
| 139 "browser/shell_url_request_context_getter.cc", | 139 "browser/shell_url_request_context_getter.cc", |
| 140 "browser/shell_url_request_context_getter.h", | 140 "browser/shell_url_request_context_getter.h", |
| 141 "browser/shell_web_contents_view_delegate.h", | 141 "browser/shell_web_contents_view_delegate.h", |
| 142 "browser/shell_web_contents_view_delegate_android.cc", | 142 "browser/shell_web_contents_view_delegate_android.cc", |
| 143 "browser/shell_web_contents_view_delegate_creator.h", | 143 "browser/shell_web_contents_view_delegate_creator.h", |
| 144 "browser/shell_web_contents_view_delegate_mac.mm", | 144 "browser/shell_web_contents_view_delegate_mac.mm", |
| 145 "browser/shell_web_contents_view_delegate_win.cc", | 145 "browser/shell_web_contents_view_delegate_win.cc", |
| 146 "common/layout_test/layout_test_content_client.cc", |
| 147 "common/layout_test/layout_test_content_client.h", |
| 146 "common/layout_test/layout_test_messages.cc", | 148 "common/layout_test/layout_test_messages.cc", |
| 147 "common/layout_test/layout_test_messages.h", | 149 "common/layout_test/layout_test_messages.h", |
| 148 "common/layout_test/layout_test_switches.cc", | 150 "common/layout_test/layout_test_switches.cc", |
| 149 "common/layout_test/layout_test_switches.h", | 151 "common/layout_test/layout_test_switches.h", |
| 150 "common/leak_detection_result.h", | 152 "common/leak_detection_result.h", |
| 151 "common/shell_content_client.cc", | 153 "common/shell_content_client.cc", |
| 152 "common/shell_content_client.h", | 154 "common/shell_content_client.h", |
| 153 "common/shell_messages.cc", | 155 "common/shell_messages.cc", |
| 154 "common/shell_messages.h", | 156 "common/shell_messages.h", |
| 155 "common/shell_switches.cc", | 157 "common/shell_switches.cc", |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 sources = [ | 512 sources = [ |
| 511 "app/shell_content_main.cc", | 513 "app/shell_content_main.cc", |
| 512 "app/shell_content_main.h", | 514 "app/shell_content_main.h", |
| 513 ] | 515 ] |
| 514 | 516 |
| 515 deps = [ | 517 deps = [ |
| 516 ":content_shell_lib", | 518 ":content_shell_lib", |
| 517 ] | 519 ] |
| 518 } | 520 } |
| 519 } | 521 } |
| OLD | NEW |