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

Side by Side Diff: mojo/tools/roll/skia_build.patch

Issue 774413002: Update from https://crrev.com/306724 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/tools/roll/net_sql.patch ('k') | net/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 diff --git a/skia/BUILD.gn b/skia/BUILD.gn 1 diff --git a/skia/BUILD.gn b/skia/BUILD.gn
2 index 1944183..a57b6a1 100644 2 index 9aeaa0d..83c4d8b 100644
3 --- a/skia/BUILD.gn 3 --- a/skia/BUILD.gn
4 +++ b/skia/BUILD.gn 4 +++ b/skia/BUILD.gn
5 @@ -11,15 +11,6 @@ if (cpu_arch == "arm") { 5 @@ -11,18 +11,6 @@ if (cpu_arch == "arm") {
6 skia_support_gpu = !is_ios 6 skia_support_gpu = !is_ios
7 skia_support_pdf = !is_ios && (enable_basic_printing || enable_print_preview) 7 skia_support_pdf = !is_ios && (enable_basic_printing || enable_print_preview)
8 8
9 -# The list of Skia defines that are to be set for blink. 9 -# The list of Skia defines that are to be set for blink.
10 -gypi_blink_skia_defines = exec_script( 10 -gypi_blink_skia_defines =
11 - "//build/gypi_to_gn.py", 11 - exec_script("//build/gypi_to_gn.py",
12 - [ rebase_path("//third_party/WebKit/public/blink_skia_config.gypi"), 12 - [
13 - "--replace=<(skia_include_path)=//third_party/skia/include", 13 - rebase_path(
14 - "--replace=<(skia_src_path)=//third_party/skia/src" ], 14 - "//third_party/WebKit/public/blink_skia_config.gypi"),
15 - "scope", 15 - "--replace=<(skia_include_path)=//third_party/skia/include",
16 - [ "//third_party/WebKit/public/blink_skia_config.gypi" ]) 16 - "--replace=<(skia_src_path)=//third_party/skia/src",
17 - ],
18 - "scope",
19 - [ "//third_party/WebKit/public/blink_skia_config.gypi" ])
17 - 20 -
18 # The list of Skia defines that are to be set for chromium. 21 # The list of Skia defines that are to be set for chromium.
19 gypi_skia_defines = exec_script( 22 gypi_skia_defines =
20 "//build/gypi_to_gn.py", 23 exec_script("//build/gypi_to_gn.py",
21 @@ -108,8 +99,7 @@ config("skia_config") { 24 @@ -126,8 +114,7 @@ config("skia_config") {
22 "//third_party/skia/src/lazy", 25 "//third_party/skia/src/lazy",
23 ] 26 ]
24 27
25 - defines = gypi_blink_skia_defines.blink_skia_defines 28 - defines = gypi_blink_skia_defines.blink_skia_defines
26 - defines += gypi_skia_defines.skia_for_chromium_defines 29 - defines += gypi_skia_defines.skia_for_chromium_defines
27 + defines = gypi_skia_defines.skia_for_chromium_defines 30 + defines = gypi_skia_defines.skia_for_chromium_defines
28 31
29 defines += [ 32 defines += [
30 "SK_ENABLE_INST_COUNT=0", 33 "SK_ENABLE_INST_COUNT=0",
OLDNEW
« no previous file with comments | « mojo/tools/roll/net_sql.patch ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698