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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 48643003: Moved extension and value builder code to extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 7 years, 1 month 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
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 21 matching lines...) Expand all
32 '../third_party/zlib/zlib.gyp:zlib', 32 '../third_party/zlib/zlib.gyp:zlib',
33 '../ui/message_center/message_center.gyp:message_center_test_support', 33 '../ui/message_center/message_center.gyp:message_center_test_support',
34 ], 34 ],
35 'export_dependent_settings': [ 35 'export_dependent_settings': [
36 '../base/base.gyp:test_support_base', 36 '../base/base.gyp:test_support_base',
37 ], 37 ],
38 'include_dirs': [ 38 'include_dirs': [
39 '..', 39 '..',
40 ], 40 ],
41 'sources': [ 41 'sources': [
42 '../extensions/common/extension_builder.cc',
43 '../extensions/common/extension_builder.h',
44 '../extensions/common/value_builder.cc',
45 '../extensions/common/value_builder.h',
42 'app/chrome_main_delegate.cc', 46 'app/chrome_main_delegate.cc',
43 'app/chrome_main_delegate.h', 47 'app/chrome_main_delegate.h',
44 'browser/android/mock_google_location_settings_helper.cc', 48 'browser/android/mock_google_location_settings_helper.cc',
45 'browser/android/mock_google_location_settings_helper.h', 49 'browser/android/mock_google_location_settings_helper.h',
46 'browser/android/tab_android_test_stubs.cc', 50 'browser/android/tab_android_test_stubs.cc',
47 'browser/bookmarks/bookmark_test_helpers.cc', 51 'browser/bookmarks/bookmark_test_helpers.cc',
48 'browser/bookmarks/bookmark_test_helpers.h', 52 'browser/bookmarks/bookmark_test_helpers.h',
49 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', 53 'browser/browsing_data/mock_browsing_data_appcache_helper.cc',
50 'browser/browsing_data/mock_browsing_data_appcache_helper.h', 54 'browser/browsing_data/mock_browsing_data_appcache_helper.h',
51 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', 55 'browser/browsing_data/mock_browsing_data_cookie_helper.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'browser/ui/find_bar/find_bar_host_unittest_util.h', 196 'browser/ui/find_bar/find_bar_host_unittest_util.h',
193 'browser/ui/fullscreen/fullscreen_controller_state_test.cc', 197 'browser/ui/fullscreen/fullscreen_controller_state_test.cc',
194 'browser/ui/fullscreen/fullscreen_controller_state_test.h', 198 'browser/ui/fullscreen/fullscreen_controller_state_test.h',
195 'browser/ui/fullscreen/fullscreen_controller_state_tests.h', 199 'browser/ui/fullscreen/fullscreen_controller_state_tests.h',
196 'browser/ui/fullscreen/fullscreen_controller_test.cc', 200 'browser/ui/fullscreen/fullscreen_controller_test.cc',
197 'browser/ui/fullscreen/fullscreen_controller_test.h', 201 'browser/ui/fullscreen/fullscreen_controller_test.h',
198 'browser/ui/gtk/find_bar_host_unittest_util_gtk.cc', 202 'browser/ui/gtk/find_bar_host_unittest_util_gtk.cc',
199 'browser/ui/test/test_confirm_bubble_model.cc', 203 'browser/ui/test/test_confirm_bubble_model.cc',
200 'browser/ui/test/test_confirm_bubble_model.h', 204 'browser/ui/test/test_confirm_bubble_model.h',
201 'browser/ui/views/find_bar_host_unittest_util_views.cc', 205 'browser/ui/views/find_bar_host_unittest_util_views.cc',
202 'common/extensions/extension_builder.cc',
203 'common/extensions/extension_builder.h',
204 'common/extensions/extension_test_util.cc', 206 'common/extensions/extension_test_util.cc',
205 'common/extensions/extension_test_util.h', 207 'common/extensions/extension_test_util.h',
206 'common/extensions/value_builder.cc',
207 'common/extensions/value_builder.h',
208 'renderer/chrome_mock_render_thread.cc', 208 'renderer/chrome_mock_render_thread.cc',
209 'renderer/chrome_mock_render_thread.h', 209 'renderer/chrome_mock_render_thread.h',
210 'renderer/mock_printer.cc', 210 'renderer/mock_printer.cc',
211 'renderer/mock_printer.h', 211 'renderer/mock_printer.h',
212 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 212 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
213 'renderer/safe_browsing/mock_feature_extractor_clock.h', 213 'renderer/safe_browsing/mock_feature_extractor_clock.h',
214 'renderer/safe_browsing/test_utils.cc', 214 'renderer/safe_browsing/test_utils.cc',
215 'renderer/safe_browsing/test_utils.h', 215 'renderer/safe_browsing/test_utils.h',
216 'test/automation/automation_handle_tracker.cc', 216 'test/automation/automation_handle_tracker.cc',
217 'test/automation/automation_handle_tracker.h', 217 'test/automation/automation_handle_tracker.h',
(...skipping 2691 matching lines...) Expand 10 before | Expand all | Expand 10 after
2909 'browser/ui/app_list/test/fake_profile.h', 2909 'browser/ui/app_list/test/fake_profile.h',
2910 'browser/ui/app_list/test/fake_profile_store.cc', 2910 'browser/ui/app_list/test/fake_profile_store.cc',
2911 'browser/ui/app_list/test/fake_profile_store.h', 2911 'browser/ui/app_list/test/fake_profile_store.h',
2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2913 ], 2913 ],
2914 }, 2914 },
2915 ], 2915 ],
2916 }], 2916 }],
2917 ], # 'conditions' 2917 ], # 'conditions'
2918 } 2918 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698