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

Side by Side Diff: win8/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 | « ui/views/examples/BUILD.gn ('k') | no next file » | 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 source_set("test_support_win8") { 5 source_set("test_support_win8") {
6 sources = [ 6 sources = [
7 "test/open_with_dialog_async.cc", 7 "test/open_with_dialog_async.cc",
8 "test/open_with_dialog_async.h", 8 "test/open_with_dialog_async.h",
9 "test/open_with_dialog_controller.cc", 9 "test/open_with_dialog_controller.cc",
10 "test/open_with_dialog_controller.h", 10 "test/open_with_dialog_controller.h",
(...skipping 25 matching lines...) Expand all
36 "test/test_registrar_resource.h", 36 "test/test_registrar_resource.h",
37 ] 37 ]
38 38
39 configs -= [ "//build/config/win:console" ] 39 configs -= [ "//build/config/win:console" ]
40 configs += [ "//build/config/win:windowed" ] 40 configs += [ "//build/config/win:windowed" ]
41 41
42 deps = [ 42 deps = [
43 ":test_registrar_constants", 43 ":test_registrar_constants",
44 "//base", 44 "//base",
45 "//build/config/sanitizers:deps", 45 "//build/config/sanitizers:deps",
46 "//build/win:default_exe_manifest",
46 47
47 # Chrome is the default viewer process currently used by the tests. 48 # Chrome is the default viewer process currently used by the tests.
48 # TODO(robertshield): Investigate building a standalone metro viewer 49 # TODO(robertshield): Investigate building a standalone metro viewer
49 # process. 50 # process.
50 "//chrome", 51 "//chrome",
51 ] 52 ]
52 } 53 }
53 54
54 copy("visual_elements_resources") { 55 copy("visual_elements_resources") {
55 sources = [ 56 sources = [
56 "resources/Logo.png", 57 "resources/Logo.png",
57 "resources/SecondaryTile.png", 58 "resources/SecondaryTile.png",
58 "resources/SmallLogo.png", 59 "resources/SmallLogo.png",
59 "resources/chrome.VisualElementsManifest.xml", 60 "resources/chrome.VisualElementsManifest.xml",
60 ] 61 ]
61 62
62 outputs = [ 63 outputs = [
63 "$root_out_dir/{{source_file_part}}", 64 "$root_out_dir/{{source_file_part}}",
64 ] 65 ]
65 } 66 }
OLDNEW
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698