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

Issue 15855006: prepare skia for shared library build on android (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Total comments: 5

Patch Set 5 : #

Patch Set 6 : rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -178 lines) Patch
M Makefile View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gyp/FileReaderApp.gyp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M gyp/SampleApp.gyp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M gyp/SimpleCocoaApp.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gyp/SimpleiOSApp.gyp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M gyp/bench.gyp View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M gyp/common.gypi View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M gyp/common_conditions.gypi View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M gyp/common_variables.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/core.gyp View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M gyp/debugger.gyp View 1 2 1 chunk +1 line, -6 lines 0 comments Download
M gyp/effects.gyp View 2 chunks +4 lines, -3 lines 0 comments Download
M gyp/flags.gyp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M gyp/gm.gyp View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M gyp/most.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gyp/nacl.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gyp/pathops_unittest.gyp View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M gyp/pdf.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gyp/pixman_test.gyp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M gyp/ports.gyp View 1 chunk +4 lines, -5 lines 0 comments Download
M gyp/sfnt.gyp View 1 chunk +2 lines, -3 lines 0 comments Download
M gyp/shapeops_demo.gyp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M gyp/shapeops_edge.gyp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M gyp/shapeops_tool.gyp View 1 2 1 chunk +1 line, -9 lines 0 comments Download
M gyp/skia_base_libs.gyp View 1 2 1 chunk +0 lines, -52 lines 0 comments Download
A + gyp/skia_lib.gyp View 1 2 3 4 2 chunks +22 lines, -2 lines 0 comments Download
M gyp/tests.gyp View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M gyp/tools.gyp View 1 2 3 4 5 13 chunks +12 lines, -35 lines 0 comments Download
M gyp/xps.gyp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M platform_tools/android/app/src/com/skia/SkiaIntentService.java View 1 2 3 4 4 chunks +6 lines, -5 lines 0 comments Download
M platform_tools/android/app/src/com/skia/SkiaSampleActivity.java View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M platform_tools/android/bin/android_setup.sh View 1 chunk +1 line, -0 lines 0 comments Download
M platform_tools/android/gyp/skia_android.gypi View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M platform_tools/android/launcher/skia_launcher.cpp View 1 2 3 4 2 chunks +29 lines, -11 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Zach Reizner
7 years, 6 months ago (2013-05-30 20:22:19 UTC) #1
Zach Reizner
7 years, 6 months ago (2013-05-30 20:22:19 UTC) #2
djsollen
you need to include your new file. Also run a standard linux build and make ...
7 years, 6 months ago (2013-05-30 20:35:28 UTC) #3
Zach Reizner
made all changes except the ones involving the PDF headers for the reason stated. https://codereview.chromium.org/15855006/diff/6001/include/pdf/SkPDFDevice.h ...
7 years, 6 months ago (2013-05-31 13:16:38 UTC) #4
Zach Reizner
7 years, 6 months ago (2013-05-31 13:32:02 UTC) #5
djsollen
Eric, can you weigh in on this. Also to set expectations let's update the common.gypi ...
7 years, 6 months ago (2013-05-31 13:38:07 UTC) #6
borenet
LGTM for the most part, with a few comments. https://codereview.chromium.org/15855006/diff/15001/Makefile File Makefile (right): https://codereview.chromium.org/15855006/diff/15001/Makefile#newcode48 Makefile:48: ...
7 years, 6 months ago (2013-05-31 14:29:57 UTC) #7
djsollen
https://codereview.chromium.org/15855006/diff/15001/include/pdf/SkPDFDevice.h File include/pdf/SkPDFDevice.h (right): https://codereview.chromium.org/15855006/diff/15001/include/pdf/SkPDFDevice.h#newcode34 include/pdf/SkPDFDevice.h:34: #ifndef SkTSet_DEFINED On 2013/05/31 14:29:57, borenet wrote: > Derek, ...
7 years, 6 months ago (2013-05-31 17:18:58 UTC) #8
Zach Reizner
7 years, 6 months ago (2013-05-31 18:01:36 UTC) #9
djsollen
lgtm pending trybot success
7 years, 6 months ago (2013-05-31 19:02:00 UTC) #10
djsollen
Committed patchset #6 manually as r9378 (presubmit successful).
7 years, 6 months ago (2013-05-31 20:03:18 UTC) #11
djsollen
7 years, 6 months ago (2013-05-31 20:09:58 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 manually as r9379.

Powered by Google App Engine
This is Rietveld 408576698