| OLD | NEW |
| 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 Loading... |
| 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', | |
| 59 'shell/paths_mac.h', | 57 'shell/paths_mac.h', |
| 60 'shell/paths_mac.mm', | 58 'shell/paths_mac.mm', |
| 61 'shell/shell.cc', | 59 'shell/shell.cc', |
| 62 'shell/shell.h', | 60 'shell/shell.h', |
| 63 'shell/shell_android.cc', | 61 'shell/shell_android.cc', |
| 64 'shell/shell_aura.cc', | 62 'shell/shell_aura.cc', |
| 65 'shell/shell_gtk.cc', | 63 'shell/shell_gtk.cc', |
| 66 'shell/shell_mac.mm', | 64 'shell/shell_mac.mm', |
| 67 'shell/shell_win.cc', | 65 'shell/shell_win.cc', |
| 68 'shell/shell_application_mac.h', | 66 'shell/shell_application_mac.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 99 'shell/shell_messages.cc', | 97 'shell/shell_messages.cc', |
| 100 'shell/shell_messages.h', | 98 'shell/shell_messages.h', |
| 101 'shell/shell_network_delegate.cc', | 99 'shell/shell_network_delegate.cc', |
| 102 'shell/shell_network_delegate.h', | 100 'shell/shell_network_delegate.h', |
| 103 'shell/shell_render_process_observer.cc', | 101 'shell/shell_render_process_observer.cc', |
| 104 'shell/shell_render_process_observer.h', | 102 'shell/shell_render_process_observer.h', |
| 105 'shell/shell_resource_context.cc', | 103 'shell/shell_resource_context.cc', |
| 106 'shell/shell_resource_context.h', | 104 'shell/shell_resource_context.h', |
| 107 'shell/shell_resource_dispatcher_host_delegate.cc', | 105 'shell/shell_resource_dispatcher_host_delegate.cc', |
| 108 'shell/shell_resource_dispatcher_host_delegate.h', | 106 '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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |