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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "browser/layout_test/layout_test_notification_manager.cc", | 77 "browser/layout_test/layout_test_notification_manager.cc", |
78 "browser/layout_test/layout_test_notification_manager.h", | 78 "browser/layout_test/layout_test_notification_manager.h", |
79 "browser/layout_test/layout_test_permission_manager.cc", | 79 "browser/layout_test/layout_test_permission_manager.cc", |
80 "browser/layout_test/layout_test_permission_manager.h", | 80 "browser/layout_test/layout_test_permission_manager.h", |
81 "browser/layout_test/layout_test_push_messaging_service.cc", | 81 "browser/layout_test/layout_test_push_messaging_service.cc", |
82 "browser/layout_test/layout_test_push_messaging_service.h", | 82 "browser/layout_test/layout_test_push_messaging_service.h", |
83 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", | 83 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", |
84 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", | 84 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", |
85 "browser/layout_test/layout_test_url_request_context_getter.cc", | 85 "browser/layout_test/layout_test_url_request_context_getter.cc", |
86 "browser/layout_test/layout_test_url_request_context_getter.h", | 86 "browser/layout_test/layout_test_url_request_context_getter.h", |
87 "browser/layout_test/notify_done_forwarder.cc", | 87 "browser/layout_test/secondary_test_window_observer.cc", |
88 "browser/layout_test/notify_done_forwarder.h", | 88 "browser/layout_test/secondary_test_window_observer.h", |
89 "browser/layout_test/test_info_extractor.cc", | 89 "browser/layout_test/test_info_extractor.cc", |
90 "browser/layout_test/test_info_extractor.h", | 90 "browser/layout_test/test_info_extractor.h", |
91 "browser/shell.cc", | 91 "browser/shell.cc", |
92 "browser/shell.h", | 92 "browser/shell.h", |
93 "browser/shell_access_token_store.cc", | 93 "browser/shell_access_token_store.cc", |
94 "browser/shell_access_token_store.h", | 94 "browser/shell_access_token_store.h", |
95 "browser/shell_android.cc", | 95 "browser/shell_android.cc", |
96 "browser/shell_application_mac.h", | 96 "browser/shell_application_mac.h", |
97 "browser/shell_application_mac.mm", | 97 "browser/shell_application_mac.mm", |
98 "browser/shell_browser_context.cc", | 98 "browser/shell_browser_context.cc", |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 ":content_shell_lib", | 520 ":content_shell_lib", |
521 ] | 521 ] |
522 } | 522 } |
523 } | 523 } |
524 | 524 |
525 mojom("mojo_bindings") { | 525 mojom("mojo_bindings") { |
526 sources = [ | 526 sources = [ |
527 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 527 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
528 ] | 528 ] |
529 } | 529 } |
OLD | NEW |