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

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

Issue 2670573002: Revert of Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | content/shell/browser/content_shell_renderer_manifest_overlay.json » ('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/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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "common/layout_test/layout_test_switches.h", 157 "common/layout_test/layout_test_switches.h",
158 "common/leak_detection_result.h", 158 "common/leak_detection_result.h",
159 "common/shell_content_client.cc", 159 "common/shell_content_client.cc",
160 "common/shell_content_client.h", 160 "common/shell_content_client.h",
161 "common/shell_messages.cc", 161 "common/shell_messages.cc",
162 "common/shell_messages.h", 162 "common/shell_messages.h",
163 "common/shell_origin_trial_policy.cc", 163 "common/shell_origin_trial_policy.cc",
164 "common/shell_origin_trial_policy.h", 164 "common/shell_origin_trial_policy.h",
165 "common/shell_switches.cc", 165 "common/shell_switches.cc",
166 "common/shell_switches.h", 166 "common/shell_switches.h",
167 "common/shell_test_configuration.cc",
168 "common/shell_test_configuration.h",
167 "renderer/layout_test/blink_test_helpers.cc", 169 "renderer/layout_test/blink_test_helpers.cc",
168 "renderer/layout_test/blink_test_helpers.h", 170 "renderer/layout_test/blink_test_helpers.h",
169 "renderer/layout_test/blink_test_runner.cc", 171 "renderer/layout_test/blink_test_runner.cc",
170 "renderer/layout_test/blink_test_runner.h", 172 "renderer/layout_test/blink_test_runner.h",
171 "renderer/layout_test/interface_registry_js_wrapper.cc", 173 "renderer/layout_test/interface_registry_js_wrapper.cc",
172 "renderer/layout_test/interface_registry_js_wrapper.h", 174 "renderer/layout_test/interface_registry_js_wrapper.h",
173 "renderer/layout_test/layout_test_content_renderer_client.cc", 175 "renderer/layout_test/layout_test_content_renderer_client.cc",
174 "renderer/layout_test/layout_test_content_renderer_client.h", 176 "renderer/layout_test/layout_test_content_renderer_client.h",
175 "renderer/layout_test/layout_test_render_frame_observer.cc", 177 "renderer/layout_test/layout_test_render_frame_observer.cc",
176 "renderer/layout_test/layout_test_render_frame_observer.h", 178 "renderer/layout_test/layout_test_render_frame_observer.h",
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "app/app.icns", 753 "app/app.icns",
752 ] 754 ]
753 outputs = [ 755 outputs = [
754 "{{bundle_resources_dir}}/{{source_file_part}}", 756 "{{bundle_resources_dir}}/{{source_file_part}}",
755 ] 757 ]
756 } 758 }
757 } 759 }
758 760
759 mojom("mojo_bindings") { 761 mojom("mojo_bindings") {
760 sources = [ 762 sources = [
761 "common/layout_test.mojom",
762 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 763 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
763 ] 764 ]
764 public_deps = [
765 "//mojo/common:common_custom_types",
766 "//ui/gfx/geometry/mojo",
767 "//url/mojo:url_mojom_gurl",
768 ]
769 } 765 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/browser/content_shell_renderer_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698