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

Issue 16099011: GYP changes and scripts for compiling Skia for ChromeOS (Closed)

Created:
7 years, 6 months ago by borenet
Modified:
7 years, 5 months ago
Reviewers:
djsollen
CC:
skia-review_googlegroups.com, tfarina
Visibility:
Public.

Description

GYP Changes and Scripts for Compiling Skia for ChromeOS For now, this requires having a complete ChromeOS checkout. R=djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=9505

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -470 lines) Patch
M DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M gyp/SampleApp.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/bench.gyp View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + gyp/chromeos_deps.gyp View 1 chunk +3 lines, -14 lines 0 comments Download
M gyp/common.gypi View 1 1 chunk +6 lines, -0 lines 1 comment Download
M gyp/common_conditions.gypi View 1 3 chunks +27 lines, -17 lines 0 comments Download
M gyp/common_variables.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gyp/core.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/debugger.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/gpu.gyp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M gyp/images.gyp View 1 1 chunk +10 lines, -0 lines 0 comments Download
M gyp/opts.gyp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M gyp/pixman_test.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/ports.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/shapeops_demo.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/utils.gyp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gyp/views.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M gyp/xml.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
A platform_tools/chromeos/bin/build_skia_in_chroot View 1 chunk +39 lines, -0 lines 0 comments Download
A + platform_tools/chromeos/bin/chromeos_make View 1 1 chunk +22 lines, -40 lines 0 comments Download
A + platform_tools/chromeos/bin/chromeos_setup.sh View 1 2 chunks +52 lines, -165 lines 0 comments Download
A + platform_tools/chromeos/gyp/dependencies.gypi View 3 chunks +1 line, -217 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
borenet
I tried to "svn cp" where I could, but I think that might have actually ...
7 years, 6 months ago (2013-06-07 19:29:27 UTC) #1
djsollen
https://codereview.chromium.org/16099011/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/16099011/diff/1/DEPS#newcode28 DEPS:28: "platform_tools/chromeos/third_party/externals/gif": "https://android.googlesource.com/platform/external/giflib.git", are you sure we want to be ...
7 years, 6 months ago (2013-06-07 20:32:32 UTC) #2
borenet
https://codereview.chromium.org/16099011/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/16099011/diff/1/DEPS#newcode28 DEPS:28: "platform_tools/chromeos/third_party/externals/gif": "https://android.googlesource.com/platform/external/giflib.git", On 2013/06/07 20:32:32, djsollen wrote: > are ...
7 years, 6 months ago (2013-06-07 20:53:03 UTC) #3
djsollen
lgtm with my nits and your changes https://codereview.chromium.org/16099011/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/16099011/diff/1/DEPS#newcode28 DEPS:28: "platform_tools/chromeos/third_party/externals/gif": "https://android.googlesource.com/platform/external/giflib.git", ...
7 years, 6 months ago (2013-06-10 13:06:47 UTC) #4
borenet
Uploaded patch set 3. https://codereview.chromium.org/16099011/diff/1/gyp/common_variables.gypi File gyp/common_variables.gypi (right): https://codereview.chromium.org/16099011/diff/1/gyp/common_variables.gypi#newcode130 gyp/common_variables.gypi:130: 'skia_cros_target%': '', On 2013/06/07 19:29:27, ...
7 years, 6 months ago (2013-06-11 13:25:42 UTC) #5
djsollen
lgtm, but are you sure you are brave enough to commit something else to the ...
7 years, 6 months ago (2013-06-11 15:50:13 UTC) #6
borenet
On 2013/06/11 15:50:13, djsollen wrote: > lgtm, but are you sure you are brave enough ...
7 years, 6 months ago (2013-06-11 15:51:24 UTC) #7
borenet
Committed patchset #3 manually as r9505 (presubmit successful).
7 years, 6 months ago (2013-06-11 15:52:38 UTC) #8
tfarina
https://codereview.chromium.org/16099011/diff/35001/platform_tools/chromeos/gyp/dependencies.gypi File platform_tools/chromeos/gyp/dependencies.gypi (right): https://codereview.chromium.org/16099011/diff/35001/platform_tools/chromeos/gyp/dependencies.gypi#newcode11 platform_tools/chromeos/gyp/dependencies.gypi:11: 'target_name': 'gif', how this is compiling on Linux? $ ...
7 years, 5 months ago (2013-07-13 03:56:56 UTC) #9
djsollen
7 years, 5 months ago (2013-07-15 11:59:43 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/16099011/diff/35001/platform_tools/chromeos/g...
File platform_tools/chromeos/gyp/dependencies.gypi (right):

https://codereview.chromium.org/16099011/diff/35001/platform_tools/chromeos/g...
platform_tools/chromeos/gyp/dependencies.gypi:11: 'target_name': 'gif',
This file is only related to ChromeOS.  For that standard linux build see
trunk/gyp/images.gyp and you will find that on linux we expect the host OS to
have installed gifn development libs and we just link using -lgif.

Powered by Google App Engine
This is Rietveld 408576698