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

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

Issue 905823004: Added MockPresentationClient to use in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/content_shell.gypi ('k') | content/shell/renderer/layout_test/webkit_test_runner.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/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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "renderer/test_runner/gamepad_controller.cc", 165 "renderer/test_runner/gamepad_controller.cc",
166 "renderer/test_runner/gamepad_controller.h", 166 "renderer/test_runner/gamepad_controller.h",
167 "renderer/test_runner/mock_color_chooser.cc", 167 "renderer/test_runner/mock_color_chooser.cc",
168 "renderer/test_runner/mock_color_chooser.h", 168 "renderer/test_runner/mock_color_chooser.h",
169 "renderer/test_runner/mock_constraints.cc", 169 "renderer/test_runner/mock_constraints.cc",
170 "renderer/test_runner/mock_constraints.h", 170 "renderer/test_runner/mock_constraints.h",
171 "renderer/test_runner/mock_credential_manager_client.cc", 171 "renderer/test_runner/mock_credential_manager_client.cc",
172 "renderer/test_runner/mock_credential_manager_client.h", 172 "renderer/test_runner/mock_credential_manager_client.h",
173 "renderer/test_runner/mock_grammar_check.cc", 173 "renderer/test_runner/mock_grammar_check.cc",
174 "renderer/test_runner/mock_grammar_check.h", 174 "renderer/test_runner/mock_grammar_check.h",
175 "renderer/test_runner/mock_presentation_client.cc",
176 "renderer/test_runner/mock_presentation_client.h",
175 "renderer/test_runner/mock_screen_orientation_client.cc", 177 "renderer/test_runner/mock_screen_orientation_client.cc",
176 "renderer/test_runner/mock_screen_orientation_client.h", 178 "renderer/test_runner/mock_screen_orientation_client.h",
177 "renderer/test_runner/mock_spell_check.cc", 179 "renderer/test_runner/mock_spell_check.cc",
178 "renderer/test_runner/mock_spell_check.h", 180 "renderer/test_runner/mock_spell_check.h",
179 "renderer/test_runner/mock_web_audio_device.cc", 181 "renderer/test_runner/mock_web_audio_device.cc",
180 "renderer/test_runner/mock_web_audio_device.h", 182 "renderer/test_runner/mock_web_audio_device.h",
181 "renderer/test_runner/mock_web_media_stream_center.cc", 183 "renderer/test_runner/mock_web_media_stream_center.cc",
182 "renderer/test_runner/mock_web_media_stream_center.h", 184 "renderer/test_runner/mock_web_media_stream_center.h",
183 "renderer/test_runner/mock_web_midi_accessor.cc", 185 "renderer/test_runner/mock_web_midi_accessor.cc",
184 "renderer/test_runner/mock_web_midi_accessor.h", 186 "renderer/test_runner/mock_web_midi_accessor.h",
(...skipping 333 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/layout_test/webkit_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698