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

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: handle the case where handles arrive before the RenderFrame is ready Created 6 years, 6 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
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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 { 444 {
445 'target_name': 'test_support_unit', 445 'target_name': 'test_support_unit',
446 'type': 'static_library', 446 'type': 'static_library',
447 'dependencies': [ 447 'dependencies': [
448 'chrome_resources.gyp:chrome_resources', 448 'chrome_resources.gyp:chrome_resources',
449 'chrome_resources.gyp:chrome_strings', 449 'chrome_resources.gyp:chrome_strings',
450 'browser', 450 'browser',
451 'common', 451 'common',
452 'test_support_common', 452 'test_support_common',
453 '../base/base.gyp:base', 453 '../base/base.gyp:base',
454 '../mojo/mojo.gyp:mojo_environment_chromium',
455 '../mojo/mojo.gyp:mojo_system_impl',
454 '../skia/skia.gyp:skia', 456 '../skia/skia.gyp:skia',
455 '../sync/sync.gyp:sync', 457 '../sync/sync.gyp:sync',
456 '../testing/gmock.gyp:gmock', 458 '../testing/gmock.gyp:gmock',
457 '../testing/gtest.gyp:gtest', 459 '../testing/gtest.gyp:gtest',
458 ], 460 ],
459 'include_dirs': [ 461 'include_dirs': [
460 '..', 462 '..',
461 ], 463 ],
462 'sources': [ 464 'sources': [
463 'browser/sync/glue/session_sync_test_helper.cc', 465 'browser/sync/glue/session_sync_test_helper.cc',
(...skipping 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 'unit_tests.isolate', 2865 'unit_tests.isolate',
2864 ], 2866 ],
2865 'sources': [ 2867 'sources': [
2866 'unit_tests.isolate', 2868 'unit_tests.isolate',
2867 ], 2869 ],
2868 }, 2870 },
2869 ], 2871 ],
2870 }], 2872 }],
2871 ], # 'conditions' 2873 ], # 'conditions'
2872 } 2874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698