DescriptionCreate 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 #Messages
Total messages: 4 (0 generated)
|