| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "browser/layout_test/layout_test_notification_manager.cc", | 79 "browser/layout_test/layout_test_notification_manager.cc", |
| 80 "browser/layout_test/layout_test_notification_manager.h", | 80 "browser/layout_test/layout_test_notification_manager.h", |
| 81 "browser/layout_test/layout_test_permission_manager.cc", | 81 "browser/layout_test/layout_test_permission_manager.cc", |
| 82 "browser/layout_test/layout_test_permission_manager.h", | 82 "browser/layout_test/layout_test_permission_manager.h", |
| 83 "browser/layout_test/layout_test_push_messaging_service.cc", | 83 "browser/layout_test/layout_test_push_messaging_service.cc", |
| 84 "browser/layout_test/layout_test_push_messaging_service.h", | 84 "browser/layout_test/layout_test_push_messaging_service.h", |
| 85 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", | 85 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", |
| 86 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", | 86 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", |
| 87 "browser/layout_test/layout_test_url_request_context_getter.cc", | 87 "browser/layout_test/layout_test_url_request_context_getter.cc", |
| 88 "browser/layout_test/layout_test_url_request_context_getter.h", | 88 "browser/layout_test/layout_test_url_request_context_getter.h", |
| 89 "browser/layout_test/notify_done_forwarder.cc", | 89 "browser/layout_test/secondary_test_window_observer.cc", |
| 90 "browser/layout_test/notify_done_forwarder.h", | 90 "browser/layout_test/secondary_test_window_observer.h", |
| 91 "browser/layout_test/test_info_extractor.cc", | 91 "browser/layout_test/test_info_extractor.cc", |
| 92 "browser/layout_test/test_info_extractor.h", | 92 "browser/layout_test/test_info_extractor.h", |
| 93 "browser/shell.cc", | 93 "browser/shell.cc", |
| 94 "browser/shell.h", | 94 "browser/shell.h", |
| 95 "browser/shell_access_token_store.cc", | 95 "browser/shell_access_token_store.cc", |
| 96 "browser/shell_access_token_store.h", | 96 "browser/shell_access_token_store.h", |
| 97 "browser/shell_android.cc", | 97 "browser/shell_android.cc", |
| 98 "browser/shell_application_mac.h", | 98 "browser/shell_application_mac.h", |
| 99 "browser/shell_application_mac.mm", | 99 "browser/shell_application_mac.mm", |
| 100 "browser/shell_browser_context.cc", | 100 "browser/shell_browser_context.cc", |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 ] | 534 ] |
| 535 info_plist = "app/helper-Info.plist" | 535 info_plist = "app/helper-Info.plist" |
| 536 } | 536 } |
| 537 } | 537 } |
| 538 | 538 |
| 539 mojom("mojo_bindings") { | 539 mojom("mojo_bindings") { |
| 540 sources = [ | 540 sources = [ |
| 541 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 541 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
| 542 ] | 542 ] |
| 543 } | 543 } |
| OLD | NEW |