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

Side by Side Diff: content/content_tests.gypi

Issue 11026070: Add API to construct new vector interchange MIME data type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Export symbol needed for test Created 8 years, 2 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'renderer/browser_plugin/mock_browser_plugin_manager.cc', 681 'renderer/browser_plugin/mock_browser_plugin_manager.cc',
682 'renderer/browser_plugin/browser_plugin_browsertest.h', 682 'renderer/browser_plugin/browser_plugin_browsertest.h',
683 'renderer/browser_plugin/browser_plugin_browsertest.cc', 683 'renderer/browser_plugin/browser_plugin_browsertest.cc',
684 'renderer/mouse_lock_dispatcher_browsertest.cc', 684 'renderer/mouse_lock_dispatcher_browsertest.cc',
685 'renderer/pepper/mock_renderer_ppapi_host.cc', 685 'renderer/pepper/mock_renderer_ppapi_host.cc',
686 'renderer/pepper/pepper_file_chooser_host_unittest.cc', 686 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
687 'renderer/pepper/pepper_url_request_unittest.cc', 687 'renderer/pepper/pepper_url_request_unittest.cc',
688 'renderer/render_view_browsertest.cc', 688 'renderer/render_view_browsertest.cc',
689 'renderer/render_view_browsertest_mac.mm', 689 'renderer/render_view_browsertest_mac.mm',
690 'renderer/renderer_accessibility_browsertest.cc', 690 'renderer/renderer_accessibility_browsertest.cc',
691 'renderer/web_intents_host_browsertest.cc',
691 'test/content_browser_test.h', 692 'test/content_browser_test.h',
692 'test/content_browser_test.cc', 693 'test/content_browser_test.cc',
693 'test/content_browser_test_utils.cc', 694 'test/content_browser_test_utils.cc',
694 'test/content_browser_test_utils.h', 695 'test/content_browser_test_utils.h',
695 'test/content_browser_test_utils_mac.mm', 696 'test/content_browser_test_utils_mac.mm',
696 'test/content_browser_test_test.cc', 697 'test/content_browser_test_test.cc',
697 'test/content_test_launcher.cc', 698 'test/content_test_launcher.cc',
698 'test/layout_browsertest.cc', 699 'test/layout_browsertest.cc',
699 'test/layout_browsertest.h', 700 'test/layout_browsertest.h',
700 'test/layout_test_http_server.cc', 701 'test/layout_test_http_server.cc',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'java_in_dir': '../content/shell/android/javatests', 908 'java_in_dir': '../content/shell/android/javatests',
908 'resource_dir': '../res', 909 'resource_dir': '../res',
909 'additional_src_dirs': ['../content/public/android/javatests/'], 910 'additional_src_dirs': ['../content/public/android/javatests/'],
910 }, 911 },
911 'includes': [ '../build/java_apk.gypi' ], 912 'includes': [ '../build/java_apk.gypi' ],
912 }, 913 },
913 ], 914 ],
914 }], 915 }],
915 ], 916 ],
916 } 917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698