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

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

Issue 1930403003: [Mac/GN] Get chrome and chrome_framework building. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-app-shim
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "//components/crash/content/app:lib", 333 "//components/crash/content/app:lib",
334 "//components/startup_metric_utils/browser:lib", 334 "//components/startup_metric_utils/browser:lib",
335 "//content/public/app:both", 335 "//content/public/app:both",
336 "//content/public/common", 336 "//content/public/common",
337 "//ui/base", 337 "//ui/base",
338 ] 338 ]
339 339
340 if (is_mac) { 340 if (is_mac) {
341 sources += [ "chrome_main_mac.mm" ] 341 sources += [ "chrome_main_mac.mm" ]
342 342
343 deps += [ "//chrome:main_dll" ] 343 deps += [ "//chrome:chrome_framework" ]
344 } 344 }
345 345
346 if (is_win) { 346 if (is_win) {
347 deps += [ 347 deps += [
348 "//chrome:chrome_initial", 348 "//chrome:chrome_initial",
349 "//sandbox/win:sandbox", 349 "//sandbox/win:sandbox",
350 ] 350 ]
351 } 351 }
352 352
353 if (is_chromeos) { 353 if (is_chromeos) {
(...skipping 27 matching lines...) Expand all
381 base_manifest = "${root_out_dir}/content_renderer_manifest.json" 381 base_manifest = "${root_out_dir}/content_renderer_manifest.json"
382 base_deps = [ "//content/public/app:renderer_manifest" ] 382 base_deps = [ "//content/public/app:renderer_manifest" ]
383 } 383 }
384 384
385 group("mojo_manifests") { 385 group("mojo_manifests") {
386 data_deps = [ 386 data_deps = [
387 ":chrome_manifest", 387 ":chrome_manifest",
388 ":chrome_renderer_manifest", 388 ":chrome_renderer_manifest",
389 ] 389 ]
390 } 390 }
OLDNEW
« build/util/branding.gni ('K') | « chrome/BUILD.gn ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698