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

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

Issue 938403005: Make it possible for a navigator.connect service to receive messages as base::Value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-c-message-as-values-pass-flag
Patch Set: mention bug Created 5 years, 9 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
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/repack.gni") 7 import("//tools/grit/repack.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "browser/layout_test/layout_test_content_browser_client.cc", 52 "browser/layout_test/layout_test_content_browser_client.cc",
53 "browser/layout_test/layout_test_content_browser_client.h", 53 "browser/layout_test/layout_test_content_browser_client.h",
54 "browser/layout_test/layout_test_devtools_frontend.cc", 54 "browser/layout_test/layout_test_devtools_frontend.cc",
55 "browser/layout_test/layout_test_devtools_frontend.h", 55 "browser/layout_test/layout_test_devtools_frontend.h",
56 "browser/layout_test/layout_test_download_manager_delegate.cc", 56 "browser/layout_test/layout_test_download_manager_delegate.cc",
57 "browser/layout_test/layout_test_download_manager_delegate.h", 57 "browser/layout_test/layout_test_download_manager_delegate.h",
58 "browser/layout_test/layout_test_javascript_dialog_manager.cc", 58 "browser/layout_test/layout_test_javascript_dialog_manager.cc",
59 "browser/layout_test/layout_test_javascript_dialog_manager.h", 59 "browser/layout_test/layout_test_javascript_dialog_manager.h",
60 "browser/layout_test/layout_test_message_filter.cc", 60 "browser/layout_test/layout_test_message_filter.cc",
61 "browser/layout_test/layout_test_message_filter.h", 61 "browser/layout_test/layout_test_message_filter.h",
62 "browser/layout_test/layout_test_navigator_connect_service_factory.cc",
63 "browser/layout_test/layout_test_navigator_connect_service_factory.h",
62 "browser/layout_test/layout_test_notification_manager.cc", 64 "browser/layout_test/layout_test_notification_manager.cc",
63 "browser/layout_test/layout_test_notification_manager.h", 65 "browser/layout_test/layout_test_notification_manager.h",
64 "browser/layout_test/layout_test_push_messaging_service.cc", 66 "browser/layout_test/layout_test_push_messaging_service.cc",
65 "browser/layout_test/layout_test_push_messaging_service.h", 67 "browser/layout_test/layout_test_push_messaging_service.h",
66 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", 68 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
67 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", 69 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h",
68 "browser/layout_test/layout_test_url_request_context_getter.cc", 70 "browser/layout_test/layout_test_url_request_context_getter.cc",
69 "browser/layout_test/layout_test_url_request_context_getter.h", 71 "browser/layout_test/layout_test_url_request_context_getter.h",
70 "browser/notify_done_forwarder.cc", 72 "browser/notify_done_forwarder.cc",
71 "browser/notify_done_forwarder.h", 73 "browser/notify_done_forwarder.h",
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 # image diff rather than having content shell depend on it. 520 # image diff rather than having content shell depend on it.
519 datadeps = [ 521 datadeps = [
520 "//tools/imagediff($host_toolchain)", 522 "//tools/imagediff($host_toolchain)",
521 ] 523 ]
522 } 524 }
523 } 525 }
524 } else { 526 } else {
525 group("content_shell") { 527 group("content_shell") {
526 } 528 }
527 } 529 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698