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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 ], | 61 ], |
62 'sources': [ | 62 'sources': [ |
63 'shell/android/shell_jni_registrar.cc', | 63 'shell/android/shell_jni_registrar.cc', |
64 'shell/android/shell_jni_registrar.h', | 64 'shell/android/shell_jni_registrar.h', |
65 'shell/android/shell_manager.cc', | 65 'shell/android/shell_manager.cc', |
66 'shell/android/shell_manager.h', | 66 'shell/android/shell_manager.h', |
67 'shell/geolocation/shell_access_token_store.cc', | 67 'shell/geolocation/shell_access_token_store.cc', |
68 'shell/geolocation/shell_access_token_store.h', | 68 'shell/geolocation/shell_access_token_store.h', |
69 'shell/minimal_ash.cc', | 69 'shell/minimal_ash.cc', |
70 'shell/minimal_ash.h', | 70 'shell/minimal_ash.h', |
| 71 'shell/notify_done_forwarder.cc', |
| 72 'shell/notify_done_forwarder.h', |
71 'shell/paths_mac.h', | 73 'shell/paths_mac.h', |
72 'shell/paths_mac.mm', | 74 'shell/paths_mac.mm', |
73 'shell/shell.cc', | 75 'shell/shell.cc', |
74 'shell/shell.h', | 76 'shell/shell.h', |
75 'shell/shell_android.cc', | 77 'shell/shell_android.cc', |
76 'shell/shell_aura.cc', | 78 'shell/shell_aura.cc', |
77 'shell/shell_gtk.cc', | 79 'shell/shell_gtk.cc', |
78 'shell/shell_mac.mm', | 80 'shell/shell_mac.mm', |
79 'shell/shell_win.cc', | 81 'shell/shell_win.cc', |
80 'shell/shell_application_mac.h', | 82 'shell/shell_application_mac.h', |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'native_lib_target': 'libcontent_shell_content_view', | 666 'native_lib_target': 'libcontent_shell_content_view', |
665 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 667 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
666 'asset_location': '<(ant_build_out)/content_shell/assets', | 668 'asset_location': '<(ant_build_out)/content_shell/assets', |
667 }, | 669 }, |
668 'includes': [ '../build/java_apk.gypi' ], | 670 'includes': [ '../build/java_apk.gypi' ], |
669 }, | 671 }, |
670 ], | 672 ], |
671 }], # OS=="android" | 673 }], # OS=="android" |
672 ] | 674 ] |
673 } | 675 } |
OLD | NEW |