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

Side by Side Diff: content/content_tests.gypi

Issue 10494012: Move mock notification observer header from content\test to content\public\test. This way we can en… (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 13 matching lines...) Expand all
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', 32 'public/test/mock_download_item.h',
33 'public/test/mock_download_manager.h', 33 'public/test/mock_download_manager.h',
34 'public/test/mock_notification_observer.h',
34 'public/test/test_navigation_observer.h', 35 'public/test/test_navigation_observer.h',
35 # TODO(phajdan.jr): All of those files should live in content/test (if 36 # TODO(phajdan.jr): All of those files should live in content/test (if
36 # they're only used by content) or content/public/test (if they're used 37 # they're only used by content) or content/public/test (if they're used
37 # by other embedders). 38 # by other embedders).
38 'browser/download/mock_download_file.cc', 39 'browser/download/mock_download_file.cc',
39 'browser/download/mock_download_file.h', 40 'browser/download/mock_download_file.h',
40 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', 41 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
41 'browser/geolocation/arbitrator_dependency_factories_for_test.h', 42 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
42 'browser/geolocation/fake_access_token_store.cc', 43 'browser/geolocation/fake_access_token_store.cc',
43 'browser/geolocation/fake_access_token_store.h', 44 'browser/geolocation/fake_access_token_store.h',
(...skipping 24 matching lines...) Expand all
68 'test/gpu/gpu_test_config.cc', 69 'test/gpu/gpu_test_config.cc',
69 'test/gpu/gpu_test_config.h', 70 'test/gpu/gpu_test_config.h',
70 'test/gpu/gpu_test_expectations_parser.cc', 71 'test/gpu/gpu_test_expectations_parser.cc',
71 'test/gpu/gpu_test_expectations_parser.h', 72 'test/gpu/gpu_test_expectations_parser.h',
72 'test/mock_download_item.cc', 73 'test/mock_download_item.cc',
73 'test/mock_download_manager.cc', 74 'test/mock_download_manager.cc',
74 'test/mock_keyboard.cc', 75 'test/mock_keyboard.cc',
75 'test/mock_keyboard_driver_win.cc', 76 'test/mock_keyboard_driver_win.cc',
76 'test/mock_keyboard_driver_win.h', 77 'test/mock_keyboard_driver_win.h',
77 'test/mock_keyboard.h', 78 'test/mock_keyboard.h',
79 'test/mock_notification_observer.cc',
78 'test/mock_render_process.cc', 80 'test/mock_render_process.cc',
79 'test/mock_render_process.h', 81 'test/mock_render_process.h',
80 'test/mock_render_process_host.cc', 82 'test/mock_render_process_host.cc',
81 'test/mock_render_process_host.h', 83 'test/mock_render_process_host.h',
82 'test/mock_render_thread.cc', 84 'test/mock_render_thread.cc',
83 'test/mock_render_thread.h', 85 'test/mock_render_thread.h',
84 'test/mock_resource_context.cc', 86 'test/mock_resource_context.cc',
85 'test/mock_resource_context.h', 87 'test/mock_resource_context.h',
86 'test/mock_web_ui.cc', 88 'test/mock_web_ui.cc',
87 'test/mock_web_ui.h', 89 'test/mock_web_ui.h',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 589 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
588 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 590 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
589 ], 591 ],
590 }, 592 },
591 'includes': [ '../build/apk_test.gypi' ], 593 'includes': [ '../build/apk_test.gypi' ],
592 }, 594 },
593 ], 595 ],
594 }], 596 }],
595 ], 597 ],
596 } 598 }
OLDNEW
« no previous file with comments | « content/browser/debugger/devtools_netlog_observer.cc ('k') | content/public/test/mock_notification_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698