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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 285333003: Support exposing Mojo services between render frames, render threads, and their respective hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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
« no previous file with comments | « chrome/browser/ui/webui/mojo_web_ui_controller.cc ('k') | 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',
455 '../skia/skia.gyp:skia', 457 '../skia/skia.gyp:skia',
456 '../sync/sync.gyp:sync', 458 '../sync/sync.gyp:sync',
457 '../testing/gmock.gyp:gmock', 459 '../testing/gmock.gyp:gmock',
458 '../testing/gtest.gyp:gtest', 460 '../testing/gtest.gyp:gtest',
459 ], 461 ],
460 'include_dirs': [ 462 'include_dirs': [
461 '..', 463 '..',
462 ], 464 ],
463 'sources': [ 465 'sources': [
464 'browser/sync/glue/session_sync_test_helper.cc', 466 'browser/sync/glue/session_sync_test_helper.cc',
(...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 'unit_tests.isolate', 2881 'unit_tests.isolate',
2880 ], 2882 ],
2881 'sources': [ 2883 'sources': [
2882 'unit_tests.isolate', 2884 'unit_tests.isolate',
2883 ], 2885 ],
2884 }, 2886 },
2885 ], 2887 ],
2886 }], 2888 }],
2887 ], # 'conditions' 2889 ], # 'conditions'
2888 } 2890 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/mojo_web_ui_controller.cc ('k') | chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698