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

Unified Diff: trunk/src/ui/ui_unittests.gyp

Issue 190133003: Revert 255512 "Introduce a mock ui_unittests Framework for loadi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/ui/base/test/run_all_unittests.cc ('k') | trunk/src/ui/ui_unittests_bundle.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/ui_unittests.gyp
===================================================================
--- trunk/src/ui/ui_unittests.gyp (revision 255525)
+++ trunk/src/ui/ui_unittests.gyp (working copy)
@@ -62,6 +62,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../chrome/chrome_resources.gyp:packed_resources',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
@@ -285,12 +286,7 @@
'dependencies': [
'events/events.gyp:events_test_support',
'gfx/gfx.gyp:gfx_test_support',
- 'ui_unittests_bundle',
],
- }, { # OS!="mac"
- 'dependencies': [
- 'base/strings/ui_strings.gyp:ui_unittest_strings',
- ],
}],
['use_aura==1 or toolkit_views==1', {
'sources': [
@@ -340,19 +336,6 @@
},
],
'conditions': [
- # Mac target to build a test Framework bundle to mock out resource loading.
- ['OS == "mac"', {
- 'targets': [
- {
- 'target_name': 'ui_unittests_bundle',
- 'type': 'shared_library',
- 'dependencies': [
- 'resources/ui_resources.gyp:ui_test_pak',
- ],
- 'includes': [ 'ui_unittests_bundle.gypi' ],
- },
- ],
- }],
# Special target to wrap a gtest_target_type==shared_library
# ui_unittests into an android apk for execution.
# See base.gyp for TODO(jrg)s about this strategy.
« no previous file with comments | « trunk/src/ui/base/test/run_all_unittests.cc ('k') | trunk/src/ui/ui_unittests_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698