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

Side by Side Diff: content/content_tests.gypi

Issue 10803026: Get content_browsertest working. I've added a simple test for now, and will convert the tests in sr… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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'],
11 'dependencies': [ 11 'dependencies': [
12 '../build/temp_gyp/googleurl.gyp:googleurl', 12 '../build/temp_gyp/googleurl.gyp:googleurl',
13 'content_app', 13 'content_app',
14 'content_browser', 14 'content_browser',
15 'content_common', 15 'content_common',
16 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
17 '../testing/gmock.gyp:gmock', 17 '../testing/gmock.gyp:gmock',
18 '../testing/gtest.gyp:gtest', 18 '../testing/gtest.gyp:gtest',
19 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 19 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
20 '../ui/surface/surface.gyp:surface', 20 '../ui/surface/surface.gyp:surface',
21 '../ui/ui.gyp:ui_test_support', 21 '../ui/ui.gyp:ui_test_support',
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/browser_test_utils.h',
30 'public/test/content_test_suite_base.h', 31 'public/test/content_test_suite_base.h',
31 'public/test/js_injection_ready_observer.h', 32 'public/test/js_injection_ready_observer.h',
32 'public/test/mock_download_item.h', 33 'public/test/mock_download_item.h',
33 'public/test/mock_download_manager.h', 34 'public/test/mock_download_manager.h',
34 'public/test/mock_notification_observer.h', 35 'public/test/mock_notification_observer.h',
35 'public/test/mock_render_process_host.h', 36 'public/test/mock_render_process_host.h',
36 'public/test/mock_render_thread.h', 37 'public/test/mock_render_thread.h',
37 'public/test/mock_resource_context.h', 38 'public/test/mock_resource_context.h',
38 'public/test/render_view_fake_resources_test.h', 39 'public/test/render_view_fake_resources_test.h',
39 'public/test/render_view_test.h', 40 'public/test/render_view_test.h',
(...skipping 27 matching lines...) Expand all
67 'browser/renderer_host/test_render_view_host.h', 68 'browser/renderer_host/test_render_view_host.h',
68 'browser/web_contents/test_web_contents.cc', 69 'browser/web_contents/test_web_contents.cc',
69 'browser/web_contents/test_web_contents.h', 70 'browser/web_contents/test_web_contents.h',
70 'common/test_url_constants.cc', 71 'common/test_url_constants.cc',
71 'common/test_url_constants.h', 72 'common/test_url_constants.h',
72 'gpu/gpu_idirect3d9_mock_win.cc', 73 'gpu/gpu_idirect3d9_mock_win.cc',
73 'gpu/gpu_idirect3d9_mock_win.h', 74 'gpu/gpu_idirect3d9_mock_win.h',
74 'test/accessibility_test_utils_win.cc', 75 'test/accessibility_test_utils_win.cc',
75 'test/browser_test_base.cc', 76 'test/browser_test_base.cc',
76 'test/browser_test_base.h', 77 'test/browser_test_base.h',
78 'test/browser_test_utils.cc',
79 'test/content_browser_test_utils.cc',
80 'test/content_browser_test_utils.h',
77 'test/content_test_suite.cc', 81 'test/content_test_suite.cc',
78 'test/content_test_suite.h', 82 'test/content_test_suite.h',
79 'test/content_test_suite_base.cc', 83 'test/content_test_suite_base.cc',
80 'test/gpu/gpu_test_config.cc', 84 'test/gpu/gpu_test_config.cc',
81 'test/gpu/gpu_test_config.h', 85 'test/gpu/gpu_test_config.h',
82 'test/gpu/gpu_test_expectations_parser.cc', 86 'test/gpu/gpu_test_expectations_parser.cc',
83 'test/gpu/gpu_test_expectations_parser.h', 87 'test/gpu/gpu_test_expectations_parser.h',
84 'test/mock_download_item.cc', 88 'test/mock_download_item.cc',
85 'test/mock_download_manager.cc', 89 'test/mock_download_manager.cc',
86 'test/mock_keyboard.cc', 90 'test/mock_keyboard.cc',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 ], 540 ],
537 'include_dirs': [ 541 'include_dirs': [
538 '..', 542 '..',
539 ], 543 ],
540 'defines': [ 544 'defines': [
541 'HAS_OUT_OF_PROC_TEST_RUNNER', 545 'HAS_OUT_OF_PROC_TEST_RUNNER',
542 ], 546 ],
543 'sources': [ 547 'sources': [
544 'test/content_browser_test.h', 548 'test/content_browser_test.h',
545 'test/content_browser_test.cc', 549 'test/content_browser_test.cc',
550 'test/content_browser_test_test.cc',
546 'test/content_test_launcher.cc', 551 'test/content_test_launcher.cc',
547 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
548 ], 552 ],
549 'conditions': [ 553 'conditions': [
550 ['OS=="win"', { 554 ['OS=="win"', {
551 'resource_include_dirs': [ 555 'resource_include_dirs': [
552 '<(SHARED_INTERMEDIATE_DIR)/webkit', 556 '<(SHARED_INTERMEDIATE_DIR)/webkit',
553 ], 557 ],
554 'sources': [ 558 'sources': [
555 'shell/resource.h', 559 'shell/resource.h',
556 'shell/shell.rc', 560 'shell/shell.rc',
557 # TODO: It would be nice to have these pulled in 561 # TODO: It would be nice to have these pulled in
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 687 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
684 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 688 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
685 ], 689 ],
686 }, 690 },
687 'includes': [ '../build/apk_test.gypi' ], 691 'includes': [ '../build/apk_test.gypi' ],
688 }, 692 },
689 ], 693 ],
690 }], 694 }],
691 ], 695 ],
692 } 696 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698