| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'shell/shell_content_client.cc', | 84 'shell/shell_content_client.cc', |
| 85 'shell/shell_content_client.h', | 85 'shell/shell_content_client.h', |
| 86 'shell/shell_content_renderer_client.cc', | 86 'shell/shell_content_renderer_client.cc', |
| 87 'shell/shell_content_renderer_client.h', | 87 'shell/shell_content_renderer_client.h', |
| 88 'shell/shell_devtools_delegate.cc', | 88 'shell/shell_devtools_delegate.cc', |
| 89 'shell/shell_devtools_delegate.h', | 89 'shell/shell_devtools_delegate.h', |
| 90 'shell/shell_devtools_frontend.cc', | 90 'shell/shell_devtools_frontend.cc', |
| 91 'shell/shell_devtools_frontend.h', | 91 'shell/shell_devtools_frontend.h', |
| 92 'shell/shell_download_manager_delegate.cc', | 92 'shell/shell_download_manager_delegate.cc', |
| 93 'shell/shell_download_manager_delegate.h', | 93 'shell/shell_download_manager_delegate.h', |
| 94 'shell/shell_javascript_dialog_creator.cc', | 94 'shell/shell_javascript_dialog_manager.cc', |
| 95 'shell/shell_javascript_dialog_creator.h', | 95 'shell/shell_javascript_dialog_manager.h', |
| 96 'shell/shell_javascript_dialog_gtk.cc', | 96 'shell/shell_javascript_dialog_gtk.cc', |
| 97 'shell/shell_javascript_dialog_mac.mm', | 97 'shell/shell_javascript_dialog_mac.mm', |
| 98 'shell/shell_javascript_dialog_win.cc', | 98 'shell/shell_javascript_dialog_win.cc', |
| 99 'shell/shell_javascript_dialog.h', | 99 'shell/shell_javascript_dialog.h', |
| 100 'shell/shell_login_dialog_gtk.cc', | 100 'shell/shell_login_dialog_gtk.cc', |
| 101 'shell/shell_login_dialog_mac.mm', | 101 'shell/shell_login_dialog_mac.mm', |
| 102 'shell/shell_login_dialog.cc', | 102 'shell/shell_login_dialog.cc', |
| 103 'shell/shell_login_dialog.h', | 103 'shell/shell_login_dialog.h', |
| 104 'shell/shell_main_delegate.cc', | 104 'shell/shell_main_delegate.cc', |
| 105 'shell/shell_main_delegate.h', | 105 'shell/shell_main_delegate.h', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 667 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
| 668 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 668 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 669 'asset_location': '<(ant_build_out)/content_shell/assets', | 669 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 670 }, | 670 }, |
| 671 'includes': [ '../build/java_apk.gypi' ], | 671 'includes': [ '../build/java_apk.gypi' ], |
| 672 }, | 672 }, |
| 673 ], | 673 ], |
| 674 }], # OS=="android" | 674 }], # OS=="android" |
| 675 ] | 675 ] |
| 676 } | 676 } |
| OLD | NEW |