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

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: And fix the final ExtensionApiTest.AlertBasic case. 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 48 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
49 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support ', 49 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support ',
50 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre e.gyp:TestRunner', 50 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre e.gyp:TestRunner',
51 ], 51 ],
52 'include_dirs': [ 52 'include_dirs': [
53 '..', 53 '..',
54 ], 54 ],
55 'sources': [ 55 'sources': [
56 'shell/geolocation/shell_access_token_store.cc', 56 'shell/geolocation/shell_access_token_store.cc',
57 'shell/geolocation/shell_access_token_store.h', 57 'shell/geolocation/shell_access_token_store.h',
58 'shell/minimal_ash.cc',
59 'shell/minimal_ash.h',
58 'shell/paths_mac.h', 60 'shell/paths_mac.h',
59 'shell/paths_mac.mm', 61 'shell/paths_mac.mm',
60 'shell/shell.cc', 62 'shell/shell.cc',
61 'shell/shell.h', 63 'shell/shell.h',
62 'shell/shell_android.cc', 64 'shell/shell_android.cc',
63 'shell/shell_aura.cc', 65 'shell/shell_aura.cc',
64 'shell/shell_gtk.cc', 66 'shell/shell_gtk.cc',
65 'shell/shell_mac.mm', 67 'shell/shell_mac.mm',
66 'shell/shell_win.cc', 68 'shell/shell_win.cc',
67 'shell/shell_application_mac.h', 69 'shell/shell_application_mac.h',
(...skipping 30 matching lines...) Expand all
98 'shell/shell_messages.cc', 100 'shell/shell_messages.cc',
99 'shell/shell_messages.h', 101 'shell/shell_messages.h',
100 'shell/shell_network_delegate.cc', 102 'shell/shell_network_delegate.cc',
101 'shell/shell_network_delegate.h', 103 'shell/shell_network_delegate.h',
102 'shell/shell_render_process_observer.cc', 104 'shell/shell_render_process_observer.cc',
103 'shell/shell_render_process_observer.h', 105 'shell/shell_render_process_observer.h',
104 'shell/shell_resource_context.cc', 106 'shell/shell_resource_context.cc',
105 'shell/shell_resource_context.h', 107 'shell/shell_resource_context.h',
106 'shell/shell_resource_dispatcher_host_delegate.cc', 108 'shell/shell_resource_dispatcher_host_delegate.cc',
107 'shell/shell_resource_dispatcher_host_delegate.h', 109 'shell/shell_resource_dispatcher_host_delegate.h',
108 'shell/shell_stacking_client_ash.cc',
109 'shell/shell_stacking_client_ash.h',
110 'shell/shell_switches.cc', 110 'shell/shell_switches.cc',
111 'shell/shell_switches.h', 111 'shell/shell_switches.h',
112 'shell/shell_url_request_context_getter.cc', 112 'shell/shell_url_request_context_getter.cc',
113 'shell/shell_url_request_context_getter.h', 113 'shell/shell_url_request_context_getter.h',
114 'shell/shell_web_contents_view_delegate_creator.h', 114 'shell/shell_web_contents_view_delegate_creator.h',
115 'shell/shell_web_contents_view_delegate_gtk.cc', 115 'shell/shell_web_contents_view_delegate_gtk.cc',
116 'shell/shell_web_contents_view_delegate_mac.mm', 116 'shell/shell_web_contents_view_delegate_mac.mm',
117 'shell/shell_web_contents_view_delegate_win.cc', 117 'shell/shell_web_contents_view_delegate_win.cc',
118 'shell/shell_web_contents_view_delegate.h', 118 'shell/shell_web_contents_view_delegate.h',
119 'shell/webkit_test_controller.cc', 119 'shell/webkit_test_controller.cc',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'resource_dir': '../res', 646 'resource_dir': '../res',
647 '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'],
648 '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'],
649 }, 649 },
650 'includes': [ '../build/java_apk.gypi' ], 650 'includes': [ '../build/java_apk.gypi' ],
651 }, 651 },
652 ], 652 ],
653 }], # OS=="android" 653 }], # OS=="android"
654 ] 654 ]
655 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698