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

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

Issue 1158063002: Add plugins::TestPluginPlaceholder class and allow its use in Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pluginfix
Patch Set: Created 5 years, 6 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "renderer/test_runner/mock_webrtc_peer_connection_handler.cc", 209 "renderer/test_runner/mock_webrtc_peer_connection_handler.cc",
210 "renderer/test_runner/mock_webrtc_peer_connection_handler.h", 210 "renderer/test_runner/mock_webrtc_peer_connection_handler.h",
211 "renderer/test_runner/spell_check_client.cc", 211 "renderer/test_runner/spell_check_client.cc",
212 "renderer/test_runner/spell_check_client.h", 212 "renderer/test_runner/spell_check_client.h",
213 "renderer/test_runner/test_common.cc", 213 "renderer/test_runner/test_common.cc",
214 "renderer/test_runner/test_common.h", 214 "renderer/test_runner/test_common.h",
215 "renderer/test_runner/test_interfaces.cc", 215 "renderer/test_runner/test_interfaces.cc",
216 "renderer/test_runner/test_interfaces.h", 216 "renderer/test_runner/test_interfaces.h",
217 "renderer/test_runner/test_plugin.cc", 217 "renderer/test_runner/test_plugin.cc",
218 "renderer/test_runner/test_plugin.h", 218 "renderer/test_runner/test_plugin.h",
219 "renderer/test_runner/test_plugin_placeholder.cc",
220 "renderer/test_runner/test_plugin_placeholder.h",
219 "renderer/test_runner/test_runner.cc", 221 "renderer/test_runner/test_runner.cc",
220 "renderer/test_runner/test_runner.h", 222 "renderer/test_runner/test_runner.h",
221 "renderer/test_runner/text_input_controller.cc", 223 "renderer/test_runner/text_input_controller.cc",
222 "renderer/test_runner/text_input_controller.h", 224 "renderer/test_runner/text_input_controller.h",
223 "renderer/test_runner/web_ax_object_proxy.cc", 225 "renderer/test_runner/web_ax_object_proxy.cc",
224 "renderer/test_runner/web_ax_object_proxy.h", 226 "renderer/test_runner/web_ax_object_proxy.h",
225 "renderer/test_runner/web_content_settings.cc", 227 "renderer/test_runner/web_content_settings.cc",
226 "renderer/test_runner/web_content_settings.h", 228 "renderer/test_runner/web_content_settings.h",
227 "renderer/test_runner/web_frame_test_proxy.h", 229 "renderer/test_runner/web_frame_test_proxy.h",
228 "renderer/test_runner/web_task.cc", 230 "renderer/test_runner/web_task.cc",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 578
577 deps = [ 579 deps = [
578 "//base", 580 "//base",
579 "//components/crash/tools:crash_service", 581 "//components/crash/tools:crash_service",
580 ] 582 ]
581 583
582 configs -= [ "//build/config/win:console" ] 584 configs -= [ "//build/config/win:console" ]
583 configs += [ "//build/config/win:windowed" ] 585 configs += [ "//build/config/win:windowed" ]
584 } 586 }
585 } 587 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698