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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 101203006: Fix Blink dependencies in build files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | components/autofill.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 15 matching lines...) Expand all
26 '../sql/sql.gyp:sql', 26 '../sql/sql.gyp:sql',
27 '../sql/sql.gyp:test_support_sql', 27 '../sql/sql.gyp:test_support_sql',
28 '../sync/sync.gyp:sync', 28 '../sync/sync.gyp:sync',
29 '../testing/gmock.gyp:gmock', 29 '../testing/gmock.gyp:gmock',
30 '../testing/gtest.gyp:gtest', 30 '../testing/gtest.gyp:gtest',
31 '../third_party/zlib/zlib.gyp:zlib', 31 '../third_party/zlib/zlib.gyp:zlib',
32 '../ui/message_center/message_center.gyp:message_center_test_support', 32 '../ui/message_center/message_center.gyp:message_center_test_support',
33 ], 33 ],
34 'export_dependent_settings': [ 34 'export_dependent_settings': [
35 '../base/base.gyp:test_support_base', 35 '../base/base.gyp:test_support_base',
36 '../content/content_shell_and_tests.gyp:test_support_content',
36 ], 37 ],
37 'include_dirs': [ 38 'include_dirs': [
38 '..', 39 '..',
39 ], 40 ],
40 'sources': [ 41 'sources': [
41 '../extensions/browser/test_management_policy.cc', 42 '../extensions/browser/test_management_policy.cc',
42 '../extensions/browser/test_management_policy.h', 43 '../extensions/browser/test_management_policy.h',
43 '../extensions/common/extension_builder.cc', 44 '../extensions/common/extension_builder.cc',
44 '../extensions/common/extension_builder.h', 45 '../extensions/common/extension_builder.h',
45 '../extensions/common/value_builder.cc', 46 '../extensions/common/value_builder.cc',
(...skipping 2873 matching lines...) Expand 10 before | Expand all | Expand 10 after
2919 'browser/ui/app_list/test/fake_profile_store.h', 2920 'browser/ui/app_list/test/fake_profile_store.h',
2920 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2921 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2921 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2922 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2922 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2923 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2923 ], 2924 ],
2924 }, 2925 },
2925 ], 2926 ],
2926 }], 2927 }],
2927 ], # 'conditions' 2928 ], # 'conditions'
2928 } 2929 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698