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

Side by Side Diff: trunk/src/chrome/chrome_tests_unit.gypi

Issue 352013002: Revert 279557 "Support exposing Mojo services between render fra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.cc ('k') | trunk/src/chrome/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 { 445 {
446 'target_name': 'test_support_unit', 446 'target_name': 'test_support_unit',
447 'type': 'static_library', 447 'type': 'static_library',
448 'dependencies': [ 448 'dependencies': [
449 'chrome_resources.gyp:chrome_resources', 449 'chrome_resources.gyp:chrome_resources',
450 'chrome_resources.gyp:chrome_strings', 450 'chrome_resources.gyp:chrome_strings',
451 'browser', 451 'browser',
452 'common', 452 'common',
453 'test_support_common', 453 'test_support_common',
454 '../base/base.gyp:base', 454 '../base/base.gyp:base',
455 '../mojo/mojo.gyp:mojo_environment_chromium',
456 '../mojo/mojo.gyp:mojo_system_impl',
457 '../skia/skia.gyp:skia', 455 '../skia/skia.gyp:skia',
458 '../sync/sync.gyp:sync', 456 '../sync/sync.gyp:sync',
459 '../testing/gmock.gyp:gmock', 457 '../testing/gmock.gyp:gmock',
460 '../testing/gtest.gyp:gtest', 458 '../testing/gtest.gyp:gtest',
461 ], 459 ],
462 'include_dirs': [ 460 'include_dirs': [
463 '..', 461 '..',
464 ], 462 ],
465 'sources': [ 463 'sources': [
466 'browser/sync/glue/session_sync_test_helper.cc', 464 'browser/sync/glue/session_sync_test_helper.cc',
(...skipping 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'unit_tests.isolate', 2883 'unit_tests.isolate',
2886 ], 2884 ],
2887 'sources': [ 2885 'sources': [
2888 'unit_tests.isolate', 2886 'unit_tests.isolate',
2889 ], 2887 ],
2890 }, 2888 },
2891 ], 2889 ],
2892 }], 2890 }],
2893 ], # 'conditions' 2891 ], # 'conditions'
2894 } 2892 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/mojo_web_ui_controller.cc ('k') | trunk/src/chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698