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

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

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS 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
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 ":mojo_bindings", 216 ":mojo_bindings",
217 ":resources", 217 ":resources",
218 "//base", 218 "//base",
219 "//base:base_static", 219 "//base:base_static",
220 "//base/third_party/dynamic_annotations", 220 "//base/third_party/dynamic_annotations",
221 "//cc", 221 "//cc",
222 "//components/cdm/renderer", 222 "//components/cdm/renderer",
223 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 223 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
224 "//components/keyed_service/content", 224 "//components/keyed_service/content",
225 "//components/plugins/renderer", 225 "//components/plugins/renderer",
226 "//components/test_runner:test_runner",
227 "//components/url_formatter", 226 "//components/url_formatter",
228 "//components/web_cache/renderer", 227 "//components/web_cache/renderer",
229 "//content:resources", 228 "//content:resources",
230 "//content/app/resources", 229 "//content/app/resources",
231 "//content/app/strings", 230 "//content/app/strings",
232 "//content/gpu", 231 "//content/gpu",
233 "//content/public/common:service_names", 232 "//content/public/common:service_names",
233 "//content/shell/test_runner:test_runner",
234 "//content/test:content_test_mojo_bindings", 234 "//content/test:content_test_mojo_bindings",
235 "//content/test:layouttest_support", 235 "//content/test:layouttest_support",
236 "//content/test:test_support", 236 "//content/test:test_support",
237 "//device/bluetooth", 237 "//device/bluetooth",
238 "//device/bluetooth:mocks", 238 "//device/bluetooth:mocks",
239 "//device/geolocation", 239 "//device/geolocation",
240 "//gin", 240 "//gin",
241 "//gpu", 241 "//gpu",
242 "//ipc", 242 "//ipc",
243 "//media", 243 "//media",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 public_deps = [ 401 public_deps = [
402 ":content_shell_resources_grit", 402 ":content_shell_resources_grit",
403 ] 403 ]
404 } 404 }
405 405
406 group("resources") { 406 group("resources") {
407 public_deps = [ 407 public_deps = [
408 ":copy_shell_resources", 408 ":copy_shell_resources",
409 ] 409 ]
410 deps = [ 410 deps = [
411 "//components/test_runner:resources", 411 "//content/shell/test_runner:resources",
412 ] 412 ]
413 data_deps = [ 413 data_deps = [
414 "//components/test_runner:resources", 414 "//content/shell/test_runner:resources",
415 ] 415 ]
416 } 416 }
417 417
418 repack("pak") { 418 repack("pak") {
419 sources = [ 419 sources = [
420 "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak" , 420 "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak" ,
421 "$root_gen_dir/blink/public/resources/blink_resources.pak", 421 "$root_gen_dir/blink/public/resources/blink_resources.pak",
422 "$root_gen_dir/content/app/resources/content_resources_100_percent.pak", 422 "$root_gen_dir/content/app/resources/content_resources_100_percent.pak",
423 "$root_gen_dir/content/app/strings/content_strings_en-US.pak", 423 "$root_gen_dir/content/app/strings/content_strings_en-US.pak",
424 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", 424 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "app/shell_main.cc", 479 "app/shell_main.cc",
480 ] 480 ]
481 deps = [ 481 deps = [
482 ":content_shell_framework_bundle_data", 482 ":content_shell_framework_bundle_data",
483 ":content_shell_resources_bundle_data", 483 ":content_shell_resources_bundle_data",
484 "//build/config/sanitizers:deps", 484 "//build/config/sanitizers:deps",
485 485
486 # TODO(rsesek): Remove this after GYP is gone, since it only needs to 486 # TODO(rsesek): Remove this after GYP is gone, since it only needs to
487 # be here per the comment in blink_test_platform_support_mac.mm about 487 # be here per the comment in blink_test_platform_support_mac.mm about
488 # the bundle structure. 488 # the bundle structure.
489 "//components/test_runner:resources", 489 "//content/shell/test_runner:resources",
490 ] 490 ]
491 ldflags = [ 491 ldflags = [
492 # The main app is at Content Shell.app/Contents/MacOS/Content Shell 492 # The main app is at Content Shell.app/Contents/MacOS/Content Shell
493 # so set the rpath up to Contents/ so that the loader can find 493 # so set the rpath up to Contents/ so that the loader can find
494 # Framworks/. 494 # Framworks/.
495 "-rpath", 495 "-rpath",
496 "@executable_path/../", 496 "@executable_path/../",
497 ] 497 ]
498 info_plist_target = ":content_shell_plist" 498 info_plist_target = ":content_shell_plist"
499 } 499 }
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 data_deps += [ 800 data_deps += [
801 "//breakpad:dump_syms", 801 "//breakpad:dump_syms",
802 "//breakpad:microdump_stackwalk", 802 "//breakpad:microdump_stackwalk",
803 "//breakpad:minidump_dump", 803 "//breakpad:minidump_dump",
804 "//breakpad:minidump_stackwalk", 804 "//breakpad:minidump_stackwalk",
805 "//breakpad:symupload", 805 "//breakpad:symupload",
806 "//tools/android/forwarder2", 806 "//tools/android/forwarder2",
807 ] 807 ]
808 } 808 }
809 } 809 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698