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

Side by Side Diff: blimp/engine/BUILD.gn

Issue 1772343003: Revert of Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal-fonts
Patch Set: Created 4 years, 9 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 | « blimp/docs/running.md ('k') | blimp/engine/DEPS » ('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("//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("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "//blimp/net:blimp_net", 216 "//blimp/net:blimp_net",
217 "//content/public/app:both", 217 "//content/public/app:both",
218 ] 218 ]
219 } 219 }
220 220
221 group("blimp_engine") { 221 group("blimp_engine") {
222 deps = [ 222 deps = [
223 ":blimp_engine_app", 223 ":blimp_engine_app",
224 ":pak", 224 ":pak",
225 "//sandbox/linux:chrome_sandbox", 225 "//sandbox/linux:chrome_sandbox",
226 "//third_party/blimp_fonts",
227 ] 226 ]
228 227
229 # List dependencies as both deps and data_deps to ensure changes trigger a 228 # List dependencies as both deps and data_deps to ensure changes trigger a
230 # rebuild and "gn desc ... runtime_deps" correctly prints the data_deps. 229 # rebuild and "gn desc ... runtime_deps" correctly prints the data_deps.
231 data_deps = deps 230 data_deps = deps
232 } 231 }
233 232
234 # Builds and bundles the engine into a tarball that can be used to build a 233 # Builds and bundles the engine into a tarball that can be used to build a
235 # Docker image. 234 # Docker image.
236 action("blimp_engine_bundle") { 235 action("blimp_engine_bundle") {
(...skipping 27 matching lines...) Expand all
264 _rebased_dockerfile, 263 _rebased_dockerfile,
265 "--startup-script", 264 "--startup-script",
266 _rebased_startup_script, 265 _rebased_startup_script,
267 "--manifest", 266 "--manifest",
268 _rebased_manifest, 267 _rebased_manifest,
269 "--output", 268 "--output",
270 rebase_path(_bundle), 269 rebase_path(_bundle),
271 ] 270 ]
272 } 271 }
273 } 272 }
OLDNEW
« no previous file with comments | « blimp/docs/running.md ('k') | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698