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/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//tools/grit/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "browser/shell_login_dialog.cc", | 70 "browser/shell_login_dialog.cc", |
71 "browser/shell_login_dialog.h", | 71 "browser/shell_login_dialog.h", |
72 "browser/shell_login_dialog_mac.mm", | 72 "browser/shell_login_dialog_mac.mm", |
73 "browser/shell_mac.mm", | 73 "browser/shell_mac.mm", |
74 "browser/shell_message_filter.cc", | 74 "browser/shell_message_filter.cc", |
75 "browser/shell_message_filter.h", | 75 "browser/shell_message_filter.h", |
76 "browser/shell_net_log.cc", | 76 "browser/shell_net_log.cc", |
77 "browser/shell_net_log.h", | 77 "browser/shell_net_log.h", |
78 "browser/shell_network_delegate.cc", | 78 "browser/shell_network_delegate.cc", |
79 "browser/shell_network_delegate.h", | 79 "browser/shell_network_delegate.h", |
| 80 "browser/shell_notification_manager.cc", |
| 81 "browser/shell_notification_manager.h", |
80 "browser/shell_platform_data_aura.cc", | 82 "browser/shell_platform_data_aura.cc", |
81 "browser/shell_platform_data_aura.h", | 83 "browser/shell_platform_data_aura.h", |
82 "browser/shell_plugin_service_filter.cc", | 84 "browser/shell_plugin_service_filter.cc", |
83 "browser/shell_plugin_service_filter.h", | 85 "browser/shell_plugin_service_filter.h", |
84 "browser/shell_quota_permission_context.cc", | 86 "browser/shell_quota_permission_context.cc", |
85 "browser/shell_quota_permission_context.h", | 87 "browser/shell_quota_permission_context.h", |
86 "browser/shell_resource_dispatcher_host_delegate.cc", | 88 "browser/shell_resource_dispatcher_host_delegate.cc", |
87 "browser/shell_resource_dispatcher_host_delegate.h", | 89 "browser/shell_resource_dispatcher_host_delegate.h", |
88 "browser/shell_speech_recognition_manager_delegate.cc", | 90 "browser/shell_speech_recognition_manager_delegate.cc", |
89 "browser/shell_speech_recognition_manager_delegate.h", | 91 "browser/shell_speech_recognition_manager_delegate.h", |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 } | 451 } |
450 | 452 |
451 if (!is_android || !is_android_webview_build) { | 453 if (!is_android || !is_android_webview_build) { |
452 # Some tests rely on this tool. It might be nicer if these tests relied on | 454 # Some tests rely on this tool. It might be nicer if these tests relied on |
453 # image diff rather than having content shell depend on it. | 455 # image diff rather than having content shell depend on it. |
454 datadeps = [ | 456 datadeps = [ |
455 "//tools/imagediff($host_toolchain)", | 457 "//tools/imagediff($host_toolchain)", |
456 ] | 458 ] |
457 } | 459 } |
458 } | 460 } |
OLD | NEW |