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

Side by Side Diff: content/content_tests.gypi

Issue 286243003: Move JavascriptTestObserver from chrome to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'public/test/browser_test_base.h', 76 'public/test/browser_test_base.h',
77 'public/test/browser_test.h', 77 'public/test/browser_test.h',
78 'public/test/browser_test_utils.cc', 78 'public/test/browser_test_utils.cc',
79 'public/test/browser_test_utils.h', 79 'public/test/browser_test_utils.h',
80 'public/test/content_test_suite_base.cc', 80 'public/test/content_test_suite_base.cc',
81 'public/test/content_test_suite_base.h', 81 'public/test/content_test_suite_base.h',
82 'public/test/download_test_observer.cc', 82 'public/test/download_test_observer.cc',
83 'public/test/download_test_observer.h', 83 'public/test/download_test_observer.h',
84 'public/test/fake_speech_recognition_manager.cc', 84 'public/test/fake_speech_recognition_manager.cc',
85 'public/test/fake_speech_recognition_manager.h', 85 'public/test/fake_speech_recognition_manager.h',
86 'public/test/javascript_test_observer.cc',
87 'public/test/javascript_test_observer.h',
86 'public/test/mock_blob_url_request_context.cc', 88 'public/test/mock_blob_url_request_context.cc',
87 'public/test/mock_blob_url_request_context.h', 89 'public/test/mock_blob_url_request_context.h',
88 'public/test/mock_download_item.cc', 90 'public/test/mock_download_item.cc',
89 'public/test/mock_download_item.h', 91 'public/test/mock_download_item.h',
90 'public/test/mock_download_manager.cc', 92 'public/test/mock_download_manager.cc',
91 'public/test/mock_download_manager.h', 93 'public/test/mock_download_manager.h',
92 'public/test/mock_notification_observer.cc', 94 'public/test/mock_notification_observer.cc',
93 'public/test/mock_notification_observer.h', 95 'public/test/mock_notification_observer.h',
94 'public/test/mock_render_process_host.cc', 96 'public/test/mock_render_process_host.cc',
95 'public/test/mock_render_process_host.h', 97 'public/test/mock_render_process_host.h',
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1828 }, 1830 },
1829 ], 1831 ],
1830 }], 1832 }],
1831 ], 1833 ],
1832 }, 1834 },
1833 ], 1835 ],
1834 }], 1836 }],
1835 ], 1837 ],
1836 } 1838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698