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

Side by Side Diff: content/content_shell.gypi

Issue 11829040: Fix the content_browsertests everywhere maybe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix SimpleMessageBoxViews asan failure. Created 7 years, 11 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 '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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 47 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
48 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support ', 48 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support ',
49 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre e.gyp:TestRunner', 49 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre e.gyp:TestRunner',
50 ], 50 ],
51 'include_dirs': [ 51 'include_dirs': [
52 '..', 52 '..',
53 ], 53 ],
54 'sources': [ 54 'sources': [
55 'shell/geolocation/shell_access_token_store.cc', 55 'shell/geolocation/shell_access_token_store.cc',
56 'shell/geolocation/shell_access_token_store.h', 56 'shell/geolocation/shell_access_token_store.h',
57 'shell/minimal_ash.cc',
58 'shell/minimal_ash.h',
57 'shell/paths_mac.h', 59 'shell/paths_mac.h',
58 'shell/paths_mac.mm', 60 'shell/paths_mac.mm',
59 'shell/shell.cc', 61 'shell/shell.cc',
60 'shell/shell.h', 62 'shell/shell.h',
61 'shell/shell_android.cc', 63 'shell/shell_android.cc',
62 'shell/shell_aura.cc', 64 'shell/shell_aura.cc',
63 'shell/shell_gtk.cc', 65 'shell/shell_gtk.cc',
64 'shell/shell_mac.mm', 66 'shell/shell_mac.mm',
65 'shell/shell_win.cc', 67 'shell/shell_win.cc',
66 'shell/shell_application_mac.h', 68 'shell/shell_application_mac.h',
(...skipping 30 matching lines...) Expand all
97 'shell/shell_messages.cc', 99 'shell/shell_messages.cc',
98 'shell/shell_messages.h', 100 'shell/shell_messages.h',
99 'shell/shell_network_delegate.cc', 101 'shell/shell_network_delegate.cc',
100 'shell/shell_network_delegate.h', 102 'shell/shell_network_delegate.h',
101 'shell/shell_render_process_observer.cc', 103 'shell/shell_render_process_observer.cc',
102 'shell/shell_render_process_observer.h', 104 'shell/shell_render_process_observer.h',
103 'shell/shell_resource_context.cc', 105 'shell/shell_resource_context.cc',
104 'shell/shell_resource_context.h', 106 'shell/shell_resource_context.h',
105 'shell/shell_resource_dispatcher_host_delegate.cc', 107 'shell/shell_resource_dispatcher_host_delegate.cc',
106 'shell/shell_resource_dispatcher_host_delegate.h', 108 'shell/shell_resource_dispatcher_host_delegate.h',
107 'shell/shell_stacking_client_ash.cc',
108 'shell/shell_stacking_client_ash.h',
109 'shell/shell_switches.cc', 109 'shell/shell_switches.cc',
110 'shell/shell_switches.h', 110 'shell/shell_switches.h',
111 'shell/shell_url_request_context_getter.cc', 111 'shell/shell_url_request_context_getter.cc',
112 'shell/shell_url_request_context_getter.h', 112 'shell/shell_url_request_context_getter.h',
113 'shell/shell_web_contents_view_delegate_creator.h', 113 'shell/shell_web_contents_view_delegate_creator.h',
114 'shell/shell_web_contents_view_delegate_gtk.cc', 114 'shell/shell_web_contents_view_delegate_gtk.cc',
115 'shell/shell_web_contents_view_delegate_mac.mm', 115 'shell/shell_web_contents_view_delegate_mac.mm',
116 'shell/shell_web_contents_view_delegate_win.cc', 116 'shell/shell_web_contents_view_delegate_win.cc',
117 'shell/shell_web_contents_view_delegate.h', 117 'shell/shell_web_contents_view_delegate.h',
118 'shell/webkit_test_controller.cc', 118 'shell/webkit_test_controller.cc',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'resource_dir': '../res', 647 'resource_dir': '../res',
648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
650 }, 650 },
651 'includes': [ '../build/java_apk.gypi' ], 651 'includes': [ '../build/java_apk.gypi' ],
652 }, 652 },
653 ], 653 ],
654 }], # OS=="android" 654 }], # OS=="android"
655 ] 655 ]
656 } 656 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698