| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_messages.cc", | 146 "common/layout_test/layout_test_messages.cc", |
| 147 "common/layout_test/layout_test_messages.h", | 147 "common/layout_test/layout_test_messages.h", |
| 148 "common/layout_test/layout_test_switches.cc", |
| 149 "common/layout_test/layout_test_switches.h", |
| 148 "common/leak_detection_result.h", | 150 "common/leak_detection_result.h", |
| 149 "common/shell_content_client.cc", | 151 "common/shell_content_client.cc", |
| 150 "common/shell_content_client.h", | 152 "common/shell_content_client.h", |
| 151 "common/shell_messages.cc", | 153 "common/shell_messages.cc", |
| 152 "common/shell_messages.h", | 154 "common/shell_messages.h", |
| 153 "common/shell_switches.cc", | 155 "common/shell_switches.cc", |
| 154 "common/shell_switches.h", | 156 "common/shell_switches.h", |
| 155 "common/shell_test_configuration.cc", | 157 "common/shell_test_configuration.cc", |
| 156 "common/shell_test_configuration.h", | 158 "common/shell_test_configuration.h", |
| 157 "renderer/layout_test/blink_test_helpers.cc", | 159 "renderer/layout_test/blink_test_helpers.cc", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 sources = [ | 505 sources = [ |
| 504 "app/shell_content_main.cc", | 506 "app/shell_content_main.cc", |
| 505 "app/shell_content_main.h", | 507 "app/shell_content_main.h", |
| 506 ] | 508 ] |
| 507 | 509 |
| 508 deps = [ | 510 deps = [ |
| 509 ":content_shell_lib", | 511 ":content_shell_lib", |
| 510 ] | 512 ] |
| 511 } | 513 } |
| 512 } | 514 } |
| OLD | NEW |