| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'shell/notify_done_forwarder.cc', | 81 'shell/notify_done_forwarder.cc', |
| 82 'shell/notify_done_forwarder.h', | 82 'shell/notify_done_forwarder.h', |
| 83 'shell/paths_mac.h', | 83 'shell/paths_mac.h', |
| 84 'shell/paths_mac.mm', | 84 'shell/paths_mac.mm', |
| 85 'shell/renderer/shell_content_renderer_client.cc', | 85 'shell/renderer/shell_content_renderer_client.cc', |
| 86 'shell/renderer/shell_content_renderer_client.h', | 86 'shell/renderer/shell_content_renderer_client.h', |
| 87 'shell/renderer/shell_media_stream_client.cc', | 87 'shell/renderer/shell_media_stream_client.cc', |
| 88 'shell/renderer/shell_media_stream_client.h', | 88 'shell/renderer/shell_media_stream_client.h', |
| 89 'shell/renderer/shell_render_process_observer.cc', | 89 'shell/renderer/shell_render_process_observer.cc', |
| 90 'shell/renderer/shell_render_process_observer.h', | 90 'shell/renderer/shell_render_process_observer.h', |
| 91 'shell/renderer/shell_video_frame_provider.cc', |
| 92 'shell/renderer/shell_video_frame_provider.h', |
| 91 'shell/renderer/webkit_test_runner.cc', | 93 'shell/renderer/webkit_test_runner.cc', |
| 92 'shell/renderer/webkit_test_runner.h', | 94 'shell/renderer/webkit_test_runner.h', |
| 93 'shell/shell.cc', | 95 'shell/shell.cc', |
| 94 'shell/shell.h', | 96 'shell/shell.h', |
| 95 'shell/shell_android.cc', | 97 'shell/shell_android.cc', |
| 96 'shell/shell_aura.cc', | 98 'shell/shell_aura.cc', |
| 97 'shell/shell_gtk.cc', | 99 'shell/shell_gtk.cc', |
| 98 'shell/shell_mac.mm', | 100 'shell/shell_mac.mm', |
| 99 'shell/shell_win.cc', | 101 'shell/shell_win.cc', |
| 100 'shell/shell_application_mac.h', | 102 'shell/shell_application_mac.h', |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'native_lib_target': 'libcontent_shell_content_view', | 708 'native_lib_target': 'libcontent_shell_content_view', |
| 707 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 709 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 708 'asset_location': '<(ant_build_out)/content_shell/assets', | 710 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 709 }, | 711 }, |
| 710 'includes': [ '../build/java_apk.gypi' ], | 712 'includes': [ '../build/java_apk.gypi' ], |
| 711 }, | 713 }, |
| 712 ], | 714 ], |
| 713 }], # OS=="android" | 715 }], # OS=="android" |
| 714 ] | 716 ] |
| 715 } | 717 } |
| OLD | NEW |