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

Issue 110463003: Create extensions_test_support build target (Closed)

Created:
6 years, 12 months ago by James Cook
Modified:
6 years, 11 months ago
Reviewers:
miket_OOO
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Create extensions_test_support build target * Create extensions/common/test_util.h for shared test code * Consolidate duplicated CreateExtensionWithID() functions * Create extensions_test_support build target because you can't have multiple files named test_util.h in a single build target on MSVS, all the other names are taken (test_utils.h, extension_test_util.h, etc.), and this gets us a step closer to having an extensions-only test suite. * Fix some missing dependencies for the extensions_common target * Remove unnecessary includes that create a dependency on themes BUG=none TEST=compiles, unit_tests TBR=thakis@chromium.org for mechanical changes to chrome/browser/ui/cocoa/extensions/ Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243382

Patch Set 1 #

Patch Set 2 : test_util fix mac #

Patch Set 3 : test_util fix mac 2 #

Patch Set 4 : rebase extension_test_util #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -85 lines) Patch
M chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa_browsertest.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa_unittest.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/media_galleries_dialog_gtk_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 2 chunks +1 line, -6 lines 0 comments Download
M chrome/common/extensions/api/extension_api_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_test_util.h View 1 chunk +2 lines, -15 lines 0 comments Download
M chrome/common/extensions/extension_test_util.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M extensions/browser/extension_registry_unittest.cc View 3 chunks +7 lines, -19 lines 0 comments Download
M extensions/browser/test_management_policy.h View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/common/extension.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A extensions/common/test_util.h View 1 chunk +27 lines, -0 lines 0 comments Download
A extensions/common/test_util.cc View 1 chunk +31 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
James Cook
miket, PTAL
6 years, 12 months ago (2013-12-26 20:13:02 UTC) #1
miket_OOO
lgtm
6 years, 11 months ago (2014-01-07 17:17:58 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamescook@chromium.org/110463003/220001
6 years, 11 months ago (2014-01-07 18:12:35 UTC) #3
commit-bot: I haz the power
6 years, 11 months ago (2014-01-07 21:28:56 UTC) #4
Message was sent while issue was closed.
Change committed as 243382

Powered by Google App Engine
This is Rietveld 408576698