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

Side by Side Diff: content/content_shell.gypi

Issue 11316244: [content shell] add support for a testRunner.setXSSAuditorEnabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years 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
« no previous file with comments | « no previous file | content/public/renderer/render_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'shell/shell_resource_context.cc', 102 'shell/shell_resource_context.cc',
103 'shell/shell_resource_context.h', 103 'shell/shell_resource_context.h',
104 'shell/shell_resource_dispatcher_host_delegate.cc', 104 'shell/shell_resource_dispatcher_host_delegate.cc',
105 'shell/shell_resource_dispatcher_host_delegate.h', 105 'shell/shell_resource_dispatcher_host_delegate.h',
106 'shell/shell_stacking_client_ash.cc', 106 'shell/shell_stacking_client_ash.cc',
107 'shell/shell_stacking_client_ash.h', 107 'shell/shell_stacking_client_ash.h',
108 'shell/shell_switches.cc', 108 'shell/shell_switches.cc',
109 'shell/shell_switches.h', 109 'shell/shell_switches.h',
110 'shell/shell_url_request_context_getter.cc', 110 'shell/shell_url_request_context_getter.cc',
111 'shell/shell_url_request_context_getter.h', 111 'shell/shell_url_request_context_getter.h',
112 'shell/shell_webpreferences.cc',
113 'shell/shell_webpreferences.h',
112 'shell/shell_web_contents_view_delegate_creator.h', 114 'shell/shell_web_contents_view_delegate_creator.h',
113 'shell/shell_web_contents_view_delegate_gtk.cc', 115 'shell/shell_web_contents_view_delegate_gtk.cc',
114 'shell/shell_web_contents_view_delegate_mac.mm', 116 'shell/shell_web_contents_view_delegate_mac.mm',
115 'shell/shell_web_contents_view_delegate_win.cc', 117 'shell/shell_web_contents_view_delegate_win.cc',
116 'shell/shell_web_contents_view_delegate.h', 118 'shell/shell_web_contents_view_delegate.h',
117 'shell/webkit_test_platform_support.h', 119 'shell/webkit_test_platform_support.h',
118 'shell/webkit_test_platform_support_android.cc', 120 'shell/webkit_test_platform_support_android.cc',
119 'shell/webkit_test_platform_support_linux.cc', 121 'shell/webkit_test_platform_support_linux.cc',
120 'shell/webkit_test_platform_support_mac.mm', 122 'shell/webkit_test_platform_support_mac.mm',
121 'shell/webkit_test_platform_support_win.cc', 123 'shell/webkit_test_platform_support_win.cc',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'resource_dir': '../res', 646 'resource_dir': '../res',
645 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 647 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
646 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 648 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
647 }, 649 },
648 'includes': [ '../build/java_apk.gypi' ], 650 'includes': [ '../build/java_apk.gypi' ],
649 }, 651 },
650 ], 652 ],
651 }], # OS=="android" 653 }], # OS=="android"
652 ] 654 ]
653 } 655 }
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698