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

Issue 1559463002: [NaCl SDK] Don't include gtest/gmock in library form (Closed)

Created:
4 years, 11 months ago by Sam Clegg
Modified:
4 years, 11 months ago
Reviewers:
binji
CC:
chromium-reviews, binji+watch_chromium.org, Sam Clegg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[NaCl SDK] Don't include gtest/gmock in library form These are designed to be built from source into each project that uses them. The change also remove gtest/gmock from the default include path which allows different versions to be used, for example, in webports. A corresponding change to webports will be required: https://codereview.chromium.org/1555913002 Fix host_vc.mk such that it uses SRC_TO_OBJ to derive object file name (i.e. fix http://crbug/569091). CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk BUG=569091 Committed: https://crrev.com/b54fa117fb6e19784a5c80d06bf28073bdb1a01c Cr-Commit-Position: refs/heads/master@{#368128}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -196 lines) Patch
M native_client_sdk/src/build_tools/build_projects.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/build_tools/parse_dsc.py View 1 chunk +1 line, -0 lines 0 comments Download
M native_client_sdk/src/build_tools/sdk_files.list View 19 chunks +0 lines, -53 lines 0 comments Download
M native_client_sdk/src/doc/sdk/release-notes.rst View 1 1 chunk +6 lines, -0 lines 0 comments Download
M native_client_sdk/src/examples/tutorial/testing/example.dsc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/gmock/library.dsc View 1 chunk +32 lines, -58 lines 0 comments Download
M native_client_sdk/src/libraries/gtest/library.dsc View 1 chunk +37 lines, -74 lines 0 comments Download
M native_client_sdk/src/resources/Makefile.example.template View 1 chunk +2 lines, -1 line 0 comments Download
M native_client_sdk/src/tests/nacl_io_socket_test/example.dsc View 1 2 3 4 5 6 1 chunk +6 lines, -1 line 0 comments Download
M native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/example.dsc View 1 2 3 4 5 6 1 chunk +13 lines, -2 lines 0 comments Download
M native_client_sdk/src/tests/sdk_util_test/example.dsc View 1 2 3 4 5 6 1 chunk +11 lines, -1 line 0 comments Download
M native_client_sdk/src/tools/common.mk View 1 chunk +5 lines, -1 line 0 comments Download
M native_client_sdk/src/tools/host_vc.mk View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559463002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559463002/40001
4 years, 11 months ago (2016-01-02 17:55:20 UTC) #3
Sam Clegg
4 years, 11 months ago (2016-01-02 18:03:12 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_nacl_sdk on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_nacl_sdk/builds/641)
4 years, 11 months ago (2016-01-02 20:53:23 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559463002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559463002/60001
4 years, 11 months ago (2016-01-02 21:08:00 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_nacl_sdk on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_nacl_sdk/builds/642)
4 years, 11 months ago (2016-01-02 22:18:18 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559463002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559463002/120001
4 years, 11 months ago (2016-01-04 16:37:52 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-04 17:45:39 UTC) #17
binji
lgtm https://codereview.chromium.org/1559463002/diff/120001/native_client_sdk/src/resources/Makefile.example.template File native_client_sdk/src/resources/Makefile.example.template (right): https://codereview.chromium.org/1559463002/diff/120001/native_client_sdk/src/resources/Makefile.example.template#newcode55 native_client_sdk/src/resources/Makefile.example.template:55: [[ source_list = sorted(target['SOURCES'] + target.get('EXTRA_SOURCES', []))]] looks ...
4 years, 11 months ago (2016-01-04 19:48:21 UTC) #18
Sam Clegg
https://codereview.chromium.org/1559463002/diff/120001/native_client_sdk/src/resources/Makefile.example.template File native_client_sdk/src/resources/Makefile.example.template (right): https://codereview.chromium.org/1559463002/diff/120001/native_client_sdk/src/resources/Makefile.example.template#newcode55 native_client_sdk/src/resources/Makefile.example.template:55: [[ source_list = sorted(target['SOURCES'] + target.get('EXTRA_SOURCES', []))]] On 2016/01/04 ...
4 years, 11 months ago (2016-01-05 12:29:06 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559463002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559463002/140001
4 years, 11 months ago (2016-01-05 12:29:28 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-05 15:24:56 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559463002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559463002/140001
4 years, 11 months ago (2016-01-07 13:57:01 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 11 months ago (2016-01-07 19:47:12 UTC) #28
commit-bot: I haz the power
4 years, 11 months ago (2016-01-07 19:49:08 UTC) #30
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b54fa117fb6e19784a5c80d06bf28073bdb1a01c
Cr-Commit-Position: refs/heads/master@{#368128}

Powered by Google App Engine
This is Rietveld 408576698