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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 4 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/chrome_browser_ui.gypi ('k') | content/content_app.gypi » ('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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 { 454 {
455 'target_name': 'test_support_unit', 455 'target_name': 'test_support_unit',
456 'type': 'static_library', 456 'type': 'static_library',
457 'dependencies': [ 457 'dependencies': [
458 'chrome_resources.gyp:chrome_resources', 458 'chrome_resources.gyp:chrome_resources',
459 'chrome_resources.gyp:chrome_strings', 459 'chrome_resources.gyp:chrome_strings',
460 'browser', 460 'browser',
461 'common', 461 'common',
462 'test_support_common', 462 'test_support_common',
463 '../base/base.gyp:base', 463 '../base/base.gyp:base',
464 '../mojo/mojo.gyp:mojo_environment_chromium', 464 '../mojo/mojo_base.gyp:mojo_environment_chromium',
465 '../mojo/mojo.gyp:mojo_system_impl', 465 '../mojo/mojo_base.gyp:mojo_system_impl',
466 '../skia/skia.gyp:skia', 466 '../skia/skia.gyp:skia',
467 '../sync/sync.gyp:sync', 467 '../sync/sync.gyp:sync',
468 '../testing/gmock.gyp:gmock', 468 '../testing/gmock.gyp:gmock',
469 '../testing/gtest.gyp:gtest', 469 '../testing/gtest.gyp:gtest',
470 ], 470 ],
471 'include_dirs': [ 471 'include_dirs': [
472 '..', 472 '..',
473 ], 473 ],
474 'sources': [ 474 'sources': [
475 'browser/sync/glue/session_sync_test_helper.cc', 475 'browser/sync/glue/session_sync_test_helper.cc',
(...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 'dependencies': [ 2914 'dependencies': [
2915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2916 ], 2916 ],
2917 }], 2917 }],
2918 ], 2918 ],
2919 }, 2919 },
2920 ], 2920 ],
2921 }], 2921 }],
2922 ], # 'conditions' 2922 ], # 'conditions'
2923 } 2923 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698