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

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

Issue 1925493002: Add manifests to many more gn built exe files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « components/wifi/BUILD.gn ('k') | courgette/BUILD.gn » ('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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 if (is_win) { 488 if (is_win) {
489 # GYP version: content/content_shell_and_tests.gyp:content_shell_crash_service 489 # GYP version: content/content_shell_and_tests.gyp:content_shell_crash_service
490 executable("content_shell_crash_service") { 490 executable("content_shell_crash_service") {
491 sources = [ 491 sources = [
492 "tools/content_shell_crash_service.cc", 492 "tools/content_shell_crash_service.cc",
493 ] 493 ]
494 494
495 deps = [ 495 deps = [
496 "//base", 496 "//base",
497 "//build/config/sanitizers:deps", 497 "//build/config/sanitizers:deps",
498 "//build/win:default_exe_manifest",
498 "//components/crash/content/tools:crash_service", 499 "//components/crash/content/tools:crash_service",
499 ] 500 ]
500 501
501 configs -= [ "//build/config/win:console" ] 502 configs -= [ "//build/config/win:console" ]
502 configs += [ "//build/config/win:windowed" ] 503 configs += [ "//build/config/win:windowed" ]
503 } 504 }
504 } 505 }
505 506
506 if (is_mac) { 507 if (is_mac) {
507 # TODO(GYP) this should be a bundle. Lots of other stuff in this target. 508 # TODO(GYP) this should be a bundle. Lots of other stuff in this target.
(...skipping 26 matching lines...) Expand all
534 ] 535 ]
535 info_plist = "app/helper-Info.plist" 536 info_plist = "app/helper-Info.plist"
536 } 537 }
537 } 538 }
538 539
539 mojom("mojo_bindings") { 540 mojom("mojo_bindings") {
540 sources = [ 541 sources = [
541 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 542 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
542 ] 543 ]
543 } 544 }
OLDNEW
« no previous file with comments | « components/wifi/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698