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

Side by Side Diff: third_party/adobe/flash/BUILD.gn

Issue 1123433002: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/webapp/build_template.gni ('k') | third_party/harfbuzz-ng/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 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("//build/config/chrome_build.gni")
6
5 if (is_chrome_branded) { 7 if (is_chrome_branded) {
6 if (is_linux && current_cpu == "x86") { 8 if (is_linux && current_cpu == "x86") {
7 flapper_version_h_file = "symbols/ppapi/linux/flapper_version.h" 9 flapper_version_h_file = "symbols/ppapi/linux/flapper_version.h"
8 flapper_binary_files = [ 10 flapper_binary_files = [
9 "binaries/ppapi/linux/libpepflashplayer.so", 11 "binaries/ppapi/linux/libpepflashplayer.so",
10 "binaries/ppapi/linux/manifest.json", 12 "binaries/ppapi/linux/manifest.json",
11 ] 13 ]
12 } else if (is_linux && current_cpu == "x64") { 14 } else if (is_linux && current_cpu == "x64") {
13 flapper_version_h_file = "symbols/ppapi/linux_x64/flapper_version.h" 15 flapper_version_h_file = "symbols/ppapi/linux_x64/flapper_version.h"
14 flapper_binary_files = [ 16 flapper_binary_files = [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 # NOP 64 # NOP
63 } 65 }
64 } else { 66 } else {
65 copy("flapper_binaries") { 67 copy("flapper_binaries") {
66 sources = flapper_binary_files 68 sources = flapper_binary_files
67 outputs = [ 69 outputs = [
68 "$root_out_dir/PepperFlash/{{source_file_part}}", 70 "$root_out_dir/PepperFlash/{{source_file_part}}",
69 ] 71 ]
70 } 72 }
71 } 73 }
OLDNEW
« no previous file with comments | « remoting/webapp/build_template.gni ('k') | third_party/harfbuzz-ng/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698