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

Side by Side Diff: chromecast/app/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 2 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 | « chromecast/android/BUILD.gn ('k') | chromecast/base/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 source_set("app") { 8 source_set("app") {
9 sources = [ 9 sources = [
10 "cast_main_delegate.cc", 10 "cast_main_delegate.cc",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "//base", 67 "//base",
68 "//base/test:run_all_unittests", 68 "//base/test:run_all_unittests",
69 "//base/test:test_support", 69 "//base/test:test_support",
70 "//chromecast/base:test_support", 70 "//chromecast/base:test_support",
71 "//chromecast/crash", 71 "//chromecast/crash",
72 "//chromecast/crash:test_support", 72 "//chromecast/crash:test_support",
73 "//testing/gtest", 73 "//testing/gtest",
74 ] 74 ]
75 } 75 }
76 76
77 # GYP target: chromecast.gyp:cast_shell_resources
78 grit("resources") { 77 grit("resources") {
79 source = "//chromecast/app/resources/shell_resources.grd" 78 source = "//chromecast/app/resources/shell_resources.grd"
80 79
81 resource_ids = "//chromecast/app/resources/resource_ids" 80 resource_ids = "//chromecast/app/resources/resource_ids"
82 81
83 outputs = [ 82 outputs = [
84 "grit/shell_resources.h", 83 "grit/shell_resources.h",
85 "shell_resources.pak", 84 "shell_resources.pak",
86 ] 85 ]
87 } 86 }
88 87
89 # GYP target: chromecast_locales.gyp:chromecast_settings
90 grit("chromecast_settings") { 88 grit("chromecast_settings") {
91 source = "//chromecast/app/resources/chromecast_settings.grd" 89 source = "//chromecast/app/resources/chromecast_settings.grd"
92 resource_ids = "//chromecast/app/resources/resource_ids" 90 resource_ids = "//chromecast/app/resources/resource_ids"
93 output_dir = "$root_gen_dir/chromecast_strings" 91 output_dir = "$root_gen_dir/chromecast_strings"
94 92
95 outputs = [ 93 outputs = [
96 "grit/chromecast_settings.h", 94 "grit/chromecast_settings.h",
97 "chromecast_settings_am.pak", 95 "chromecast_settings_am.pak",
98 "chromecast_settings_ar.pak", 96 "chromecast_settings_ar.pak",
99 "chromecast_settings_bg.pak", 97 "chromecast_settings_bg.pak",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "chromecast_settings_ta.pak", 141 "chromecast_settings_ta.pak",
144 "chromecast_settings_te.pak", 142 "chromecast_settings_te.pak",
145 "chromecast_settings_th.pak", 143 "chromecast_settings_th.pak",
146 "chromecast_settings_tr.pak", 144 "chromecast_settings_tr.pak",
147 "chromecast_settings_uk.pak", 145 "chromecast_settings_uk.pak",
148 "chromecast_settings_vi.pak", 146 "chromecast_settings_vi.pak",
149 "chromecast_settings_zh-CN.pak", 147 "chromecast_settings_zh-CN.pak",
150 "chromecast_settings_zh-TW.pak", 148 "chromecast_settings_zh-TW.pak",
151 ] 149 ]
152 } 150 }
OLDNEW
« no previous file with comments | « chromecast/android/BUILD.gn ('k') | chromecast/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698