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

Side by Side Diff: chrome/installer/linux/BUILD.gn

Issue 2734783009: Revert of Include the AppData file for Chrome and Chromium (Closed)
Patch Set: Created 3 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 | « no previous file | chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/sysroot.gni") 8 import("//build/config/sysroot.gni")
9 import("//build/util/process_version.gni") 9 import("//build/util/process_version.gni")
10 import("//build/util/version.gni") 10 import("//build/util/version.gni")
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "common/prerm.include", 78 "common/prerm.include",
79 "common/repo.cron", 79 "common/repo.cron",
80 "common/rpm.include", 80 "common/rpm.include",
81 "common/rpmrepo.cron", 81 "common/rpmrepo.cron",
82 "common/symlinks.include", 82 "common/symlinks.include",
83 "common/variables.include", 83 "common/variables.include",
84 "common/wrapper", 84 "common/wrapper",
85 ] 85 ]
86 86
87 if (is_chrome_branded) { 87 if (is_chrome_branded) {
88 sources += [ 88 sources += [ "common/google-chrome/google-chrome.info" ]
89 "common/google-chrome/google-chrome.appdata.xml.template",
90 "common/google-chrome/google-chrome.info",
91 ]
92 } else { 89 } else {
93 sources += [ 90 sources += [ "common/chromium-browser/chromium-browser.info" ]
94 "common/chromium-browser/chromium-browser.appdata.xml",
95 "common/chromium-browser/chromium-browser.info",
96 ]
97 } 91 }
98 92
99 if (current_cpu == "x86") { 93 if (current_cpu == "x86") {
100 sources += [ "//build/linux/bin/eu-strip" ] 94 sources += [ "//build/linux/bin/eu-strip" ]
101 } else if (current_cpu == "x64") { 95 } else if (current_cpu == "x64") {
102 sources += [ "/usr/bin/eu-strip" ] 96 sources += [ "/usr/bin/eu-strip" ]
103 } 97 }
104 98
105 outputs = [ 99 outputs = [
106 "$root_out_dir/installer/common/{{source_file_part}}", 100 "$root_out_dir/installer/common/{{source_file_part}}",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 # Other packages that we support that aren't included in the default "linux" 360 # Other packages that we support that aren't included in the default "linux"
367 # target. 361 # target.
368 linux_package("trunk") { 362 linux_package("trunk") {
369 channel = "trunk" 363 channel = "trunk"
370 } 364 }
371 if (is_asan) { 365 if (is_asan) {
372 linux_package("asan") { 366 linux_package("asan") {
373 channel = "asan" 367 channel = "asan"
374 } 368 }
375 } 369 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698