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

Side by Side Diff: content/content_tests.gypi

Issue 10501012: Move mock download test headers from content\test to content\public\test. This way we can enforce t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 11 matching lines...) Expand all
22 '../webkit/support/webkit_support.gyp:appcache', 22 '../webkit/support/webkit_support.gyp:appcache',
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'public/test/accessibility_test_utils_win.h', 28 'public/test/accessibility_test_utils_win.h',
29 'public/test/browser_test.h', 29 'public/test/browser_test.h',
30 'public/test/content_test_suite_base.h', 30 'public/test/content_test_suite_base.h',
31 'public/test/js_injection_ready_observer.h', 31 'public/test/js_injection_ready_observer.h',
32 'public/test/mock_download_item.h',
33 'public/test/mock_download_manager.h',
32 'public/test/test_navigation_observer.h', 34 'public/test/test_navigation_observer.h',
33 # TODO(phajdan.jr): All of those files should live in content/test (if 35 # TODO(phajdan.jr): All of those files should live in content/test (if
34 # they're only used by content) or content/public/test (if they're used 36 # they're only used by content) or content/public/test (if they're used
35 # by other embedders). 37 # by other embedders).
36 'browser/download/mock_download_file.cc', 38 'browser/download/mock_download_file.cc',
37 'browser/download/mock_download_file.h', 39 'browser/download/mock_download_file.h',
38 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', 40 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
39 'browser/geolocation/arbitrator_dependency_factories_for_test.h', 41 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
40 'browser/geolocation/fake_access_token_store.cc', 42 'browser/geolocation/fake_access_token_store.cc',
41 'browser/geolocation/fake_access_token_store.h', 43 'browser/geolocation/fake_access_token_store.h',
(...skipping 19 matching lines...) Expand all
61 'test/browser_test_base.cc', 63 'test/browser_test_base.cc',
62 'test/browser_test_base.h', 64 'test/browser_test_base.h',
63 'test/content_test_suite.cc', 65 'test/content_test_suite.cc',
64 'test/content_test_suite.h', 66 'test/content_test_suite.h',
65 'test/content_test_suite_base.cc', 67 'test/content_test_suite_base.cc',
66 'test/gpu/gpu_test_config.cc', 68 'test/gpu/gpu_test_config.cc',
67 'test/gpu/gpu_test_config.h', 69 'test/gpu/gpu_test_config.h',
68 'test/gpu/gpu_test_expectations_parser.cc', 70 'test/gpu/gpu_test_expectations_parser.cc',
69 'test/gpu/gpu_test_expectations_parser.h', 71 'test/gpu/gpu_test_expectations_parser.h',
70 'test/mock_download_item.cc', 72 'test/mock_download_item.cc',
71 'test/mock_download_item.h',
72 'test/mock_download_manager.cc', 73 'test/mock_download_manager.cc',
73 'test/mock_download_manager.h',
74 'test/mock_keyboard.cc', 74 'test/mock_keyboard.cc',
75 'test/mock_keyboard_driver_win.cc', 75 'test/mock_keyboard_driver_win.cc',
76 'test/mock_keyboard_driver_win.h', 76 'test/mock_keyboard_driver_win.h',
77 'test/mock_keyboard.h', 77 'test/mock_keyboard.h',
78 'test/mock_render_process.cc', 78 'test/mock_render_process.cc',
79 'test/mock_render_process.h', 79 'test/mock_render_process.h',
80 'test/mock_render_process_host.cc', 80 'test/mock_render_process_host.cc',
81 'test/mock_render_process_host.h', 81 'test/mock_render_process_host.h',
82 'test/mock_render_thread.cc', 82 'test/mock_render_thread.cc',
83 'test/mock_render_thread.h', 83 'test/mock_render_thread.h',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 587 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
588 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 588 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
589 ], 589 ],
590 }, 590 },
591 'includes': [ '../build/apk_test.gypi' ], 591 'includes': [ '../build/apk_test.gypi' ],
592 }, 592 },
593 ], 593 ],
594 }], 594 }],
595 ], 595 ],
596 } 596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698