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

Side by Side Diff: content/content_tests.gypi

Issue 10830072: Browser Plugin: New Implementation (Renderer Side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added lots more comments to messages and public members of BrowserPlugin Created 8 years, 4 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'browser/renderer_host/resource_dispatcher_host_browsertest.cc', 580 'browser/renderer_host/resource_dispatcher_host_browsertest.cc',
581 'browser/session_history_browsertest.cc', 581 'browser/session_history_browsertest.cc',
582 'browser/speech/speech_recognition_browsertest.cc', 582 'browser/speech/speech_recognition_browsertest.cc',
583 'browser/webkit_browsertest.cc', 583 'browser/webkit_browsertest.cc',
584 'browser/worker_host/test/worker_browsertest.cc', 584 'browser/worker_host/test/worker_browsertest.cc',
585 'renderer/mouse_lock_dispatcher_browsertest.cc', 585 'renderer/mouse_lock_dispatcher_browsertest.cc',
586 'renderer/pepper/pepper_file_chooser_host_unittest.cc', 586 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
587 'renderer/render_view_browsertest.cc', 587 'renderer/render_view_browsertest.cc',
588 'renderer/render_view_browsertest_mac.mm', 588 'renderer/render_view_browsertest_mac.mm',
589 'renderer/renderer_accessibility_browsertest.cc', 589 'renderer/renderer_accessibility_browsertest.cc',
590 'renderer/browser_plugin/tests/mock_browser_plugin.h',
591 'renderer/browser_plugin/tests/mock_browser_plugin.cc',
592 'renderer/browser_plugin/tests/mock_browser_plugin_manager.h',
593 'renderer/browser_plugin/tests/mock_browser_plugin_manager.cc',
594 'renderer/browser_plugin/tests/browser_plugin_browsertest.h',
595 'renderer/browser_plugin/tests/browser_plugin_browsertest.cc',
590 'test/content_browser_test.h', 596 'test/content_browser_test.h',
591 'test/content_browser_test.cc', 597 'test/content_browser_test.cc',
592 'test/content_browser_test_utils.cc', 598 'test/content_browser_test_utils.cc',
593 'test/content_browser_test_utils.h', 599 'test/content_browser_test_utils.h',
594 'test/content_browser_test_utils_mac.mm', 600 'test/content_browser_test_utils_mac.mm',
595 'test/content_browser_test_test.cc', 601 'test/content_browser_test_test.cc',
596 'test/content_test_launcher.cc', 602 'test/content_test_launcher.cc',
597 'test/layout_browsertest.cc', 603 'test/layout_browsertest.cc',
598 'test/layout_browsertest.h', 604 'test/layout_browsertest.h',
599 'test/layout_test_http_server.cc', 605 'test/layout_test_http_server.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 '-buildfile', 830 '-buildfile',
825 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 831 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
826 ] 832 ]
827 } 833 }
828 ], 834 ],
829 }, 835 },
830 ], 836 ],
831 }], 837 }],
832 ], 838 ],
833 } 839 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698