Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Side by Side Diff: content/shell/BUILD.gn

Issue 395883002: Support layout testing Web Notifications from Document and Worker contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698