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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 196423023: Revert of Include sync.pb.h in sync_data.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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_extensions.gypi ('k') | components/password_manager.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 16 matching lines...) Expand all
27 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../sql/sql.gyp:sql', 28 '../sql/sql.gyp:sql',
29 '../sql/sql.gyp:test_support_sql', 29 '../sql/sql.gyp:test_support_sql',
30 '../sync/sync.gyp:sync', 30 '../sync/sync.gyp:sync',
31 '../testing/gmock.gyp:gmock', 31 '../testing/gmock.gyp:gmock',
32 '../testing/gtest.gyp:gtest', 32 '../testing/gtest.gyp:gtest',
33 '../third_party/zlib/zlib.gyp:zlib', 33 '../third_party/zlib/zlib.gyp:zlib',
34 '../ui/message_center/message_center.gyp:message_center_test_support', 34 '../ui/message_center/message_center.gyp:message_center_test_support',
35 ], 35 ],
36 'export_dependent_settings': [ 36 'export_dependent_settings': [
37 'browser',
38 '../base/base.gyp:test_support_base', 37 '../base/base.gyp:test_support_base',
39 '../content/content_shell_and_tests.gyp:test_support_content', 38 '../content/content_shell_and_tests.gyp:test_support_content',
40 ], 39 ],
41 'include_dirs': [ 40 'include_dirs': [
42 '..', 41 '..',
43 ], 42 ],
44 'sources': [ 43 'sources': [
45 'app/chrome_main_delegate.cc', 44 'app/chrome_main_delegate.cc',
46 'app/chrome_main_delegate.h', 45 'app/chrome_main_delegate.h',
47 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', 46 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
(...skipping 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'browser/ui/app_list/test/fake_profile_store.h', 2899 'browser/ui/app_list/test/fake_profile_store.h',
2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2900 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2902 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2901 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2903 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2902 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2904 ], 2903 ],
2905 }, 2904 },
2906 ], 2905 ],
2907 }], 2906 }],
2908 ], # 'conditions' 2907 ], # 'conditions'
2909 } 2908 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698