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

Issue 7484017: mac component wip

Created:
9 years, 5 months ago by Nico
Modified:
7 years, 7 months ago
Reviewers:
CC:
chromium-reviews, jshin+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

mac component wip currently Release only (Debug needs -Wl,-dead_strip for target webkit, else ld complains: Undefined symbols for architecture i386: "_kCIFormatRGBA8", referenced from: _WKCIGetRGBA8Format in libWebKitSystemInterfaceLeopardPrivateExtern.a(WebKitSystemInterface.o) ld: symbol(s) not found for architecture i386 ) ninja: gyp: GYP_GENERATORS=ninja build/gyp_chromium -Dcomponent=shared_library -Goutput_dir=out_shared build: time DYLD_LIBRARY_PATH=$PWD/out_shared/Release ninja -C out_shared/Release/ chrome run: DYLD_LIBRARY_PATH=$PWD/out_shared/Release out_shared/Release/Chromium.app/Contents/MacOS/Chromium make: gyp: GYP_GENERATORS=make build/gyp_chromium -Dcomponent=shared_library build: time BUILDTYPE=Release make -j10 chrome run: out/Release/Chromium.app/Contents/MacOS/Chromium xcode: DYLD_LIBRARY_PATH=$PWD/../xcodebuild/Release xcodebuild -configuration Release -target net -project net.xcodeproj BUG=90078 TEST=

Patch Set 1 #

Patch Set 2 : string16 hack :-/ #

Patch Set 3 : ui wip #

Patch Set 4 : ui wip #

Patch Set 5 : ui builds #

Patch Set 6 : chrome builds! #

Patch Set 7 : most tests link #

Patch Set 8 : rebase #

Patch Set 9 : rebase webkit #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Patch Set 12 : build wip #

Patch Set 13 : foo #

Patch Set 14 : webcore starts building #

Patch Set 15 : limps along up to libcontent.dylib #

Patch Set 16 : framework down to 1 linker error #

Patch Set 17 : new error message #

Patch Set 18 : rebase #

Patch Set 19 : rebase #

Patch Set 20 : . #

Patch Set 21 : rebase #

Patch Set 22 : rebase #

Patch Set 23 : rebase #

Patch Set 24 : rebase #

Patch Set 25 : chrome builds again #

Patch Set 26 : simplify #

Patch Set 27 : simplify #

Patch Set 28 : simplify #

Patch Set 29 : simplify #

Patch Set 30 : remove skia->ui dependency #

Patch Set 31 : rebase #

Patch Set 32 : rebase #

Patch Set 33 : upload #

Patch Set 34 : focus on chrome for now #

Patch Set 35 : simpler #

Patch Set 36 : simpler #

Patch Set 37 : rebase #

Patch Set 38 : simpler #

Patch Set 39 : simpler #

Patch Set 40 : rebase (untested) #

Patch Set 41 : rebase #

Patch Set 42 : simpler #

Patch Set 43 : simpler #

Patch Set 44 : rebase #

Patch Set 45 : ninjagyp #

Patch Set 46 : different #

Patch Set 47 : rebase #

Patch Set 48 : make works #

Patch Set 49 : content_unittests is close #

Patch Set 50 : content_unittests links #

Patch Set 51 : unit_tests, sync_integration_tests link #

Patch Set 52 : EVERYTHING LINKS #

Patch Set 53 : rebase #

Patch Set 54 : rebase #

Patch Set 55 : simpler #

Patch Set 56 : rebase (untested) #

Patch Set 57 : works #

Patch Set 58 : simpler #

Patch Set 59 : content_unittests links in Debug #

Patch Set 60 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -2 lines) Patch
A comp_gyp.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 1 chunk +59 lines, -0 lines 0 comments Download
M content/common/content_export.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/child_process_host_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/media_export.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libjingle/libjingle.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698