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

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

Issue 1930813002: mash/chrome: Update manifest for exe:chrome. (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
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("//mojo/public/mojo_application_manifest.gni") 5 import("//mojo/public/mojo_application_manifest.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 android_generated_java_resources = [ 10 android_generated_java_resources = [
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ] 365 ]
366 } 366 }
367 } 367 }
368 368
369 mojo_application_manifest("chrome_manifest") { 369 mojo_application_manifest("chrome_manifest") {
370 type = "exe" 370 type = "exe"
371 application_name = "chrome" 371 application_name = "chrome"
372 source = "mojo/chrome_manifest.json" 372 source = "mojo/chrome_manifest.json"
373 base_manifest = "${root_out_dir}/content_browser_manifest.json" 373 base_manifest = "${root_out_dir}/content_browser_manifest.json"
374 base_deps = [ "//content/public/app:browser_manifest" ] 374 base_deps = [ "//content/public/app:browser_manifest" ]
375 deps = [
376 "//components/mus:manifest",
377 ]
378 packaged_applications = [ "mus" ]
375 } 379 }
376 380
377 mojo_application_manifest("chrome_renderer_manifest") { 381 mojo_application_manifest("chrome_renderer_manifest") {
378 type = "exe" 382 type = "exe"
379 application_name = "chrome_renderer" 383 application_name = "chrome_renderer"
380 source = "mojo/chrome_renderer_manifest.json" 384 source = "mojo/chrome_renderer_manifest.json"
381 base_manifest = "${root_out_dir}/content_renderer_manifest.json" 385 base_manifest = "${root_out_dir}/content_renderer_manifest.json"
382 base_deps = [ "//content/public/app:renderer_manifest" ] 386 base_deps = [ "//content/public/app:renderer_manifest" ]
383 } 387 }
384 388
385 group("mojo_manifests") { 389 group("mojo_manifests") {
386 data_deps = [ 390 data_deps = [
387 ":chrome_manifest", 391 ":chrome_manifest",
388 ":chrome_renderer_manifest", 392 ":chrome_renderer_manifest",
389 ] 393 ]
390 } 394 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/mojo/chrome_manifest.json » ('j') | chrome/app/mojo/chrome_manifest.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698