| # Copyright 2015 Google Inc. All Rights Reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| { |
| 'variables': { |
| 'sb_pedantic_warnings': 1, |
| }, |
| 'targets': [ |
| { |
| 'target_name': 'browser', |
| 'type': 'static_library', |
| 'includes': [ |
| '../renderer/renderer_parameters_setup.gypi', |
| ], |
| 'sources': [ |
| 'application.cc', |
| 'application.h', |
| 'browser_module.cc', |
| 'browser_module.h', |
| 'debug_console.cc', |
| 'debug_console.h', |
| 'h5vcc_url_handler.cc', |
| 'h5vcc_url_handler.h', |
| 'lifecycle_observer.h', |
| 'memory_settings/auto_mem.cc', |
| 'memory_settings/auto_mem.h', |
| 'memory_settings/auto_mem_settings.cc', |
| 'memory_settings/auto_mem_settings.h', |
| 'memory_settings/calculations.cc', |
| 'memory_settings/calculations.h', |
| 'memory_settings/checker.cc', |
| 'memory_settings/checker.h', |
| 'memory_settings/constants.h', |
| 'memory_settings/constrainer.cc', |
| 'memory_settings/constrainer.h', |
| 'memory_settings/scaling_function.cc', |
| 'memory_settings/scaling_function.h', |
| 'memory_settings/memory_settings.cc', |
| 'memory_settings/memory_settings.h', |
| 'memory_settings/pretty_print.cc', |
| 'memory_settings/pretty_print.h', |
| 'memory_settings/table_printer.cc', |
| 'memory_settings/table_printer.h', |
| 'memory_settings/texture_dimensions.h', |
| 'memory_tracker/tool.cc', |
| 'memory_tracker/tool.h', |
| 'memory_tracker/tool/buffered_file_writer.cc', |
| 'memory_tracker/tool/buffered_file_writer.h', |
| 'memory_tracker/tool/compressed_time_series_tool.cc', |
| 'memory_tracker/tool/compressed_time_series_tool.h', |
| 'memory_tracker/tool/histogram_table_csv_base.h', |
| 'memory_tracker/tool/internal_fragmentation_tool.cc', |
| 'memory_tracker/tool/internal_fragmentation_tool.h', |
| 'memory_tracker/tool/leak_finder_tool.cc', |
| 'memory_tracker/tool/leak_finder_tool.h', |
| 'memory_tracker/tool/log_writer_tool.cc', |
| 'memory_tracker/tool/log_writer_tool.h', |
| 'memory_tracker/tool/malloc_stats_tool.cc', |
| 'memory_tracker/tool/malloc_stats_tool.h', |
| 'memory_tracker/tool/malloc_logger_tool.cc', |
| 'memory_tracker/tool/malloc_logger_tool.h', |
| 'memory_tracker/tool/memory_size_binner_tool.cc', |
| 'memory_tracker/tool/memory_size_binner_tool.h', |
| 'memory_tracker/tool/params.cc', |
| 'memory_tracker/tool/params.h', |
| 'memory_tracker/tool/print_csv_tool.cc', |
| 'memory_tracker/tool/print_csv_tool.h', |
| 'memory_tracker/tool/print_tool.cc', |
| 'memory_tracker/tool/print_tool.h', |
| 'memory_tracker/tool/tool_impl.cc', |
| 'memory_tracker/tool/tool_impl.h', |
| 'memory_tracker/tool/tool_thread.cc', |
| 'memory_tracker/tool/tool_thread.h', |
| 'memory_tracker/tool/util.cc', |
| 'memory_tracker/tool/util.h', |
| 'on_screen_keyboard_starboard_bridge.cc', |
| 'on_screen_keyboard_starboard_bridge.h', |
| 'render_tree_combiner.cc', |
| 'render_tree_combiner.h', |
| 'screen_shot_writer.cc', |
| 'screen_shot_writer.h', |
| 'splash_screen.cc', |
| 'splash_screen.h', |
| 'splash_screen_cache.cc', |
| 'splash_screen_cache.h', |
| 'storage_upgrade_handler.cc', |
| 'storage_upgrade_handler.h', |
| 'suspend_fuzzer.cc', |
| 'suspend_fuzzer.h', |
| 'switches.cc', |
| 'switches.h', |
| 'system_platform_error_handler.cc', |
| 'system_platform_error_handler.h', |
| 'trace_manager.cc', |
| 'trace_manager.h', |
| 'url_handler.cc', |
| 'url_handler.h', |
| 'user_agent_string.cc', |
| 'user_agent_string.h', |
| 'web_module.cc', |
| 'web_module.h', |
| 'web_module_stat_tracker.cc', |
| 'web_module_stat_tracker.h', |
| ], |
| 'defines': [ |
| 'COBALT_FALLBACK_SPLASH_SCREEN_URL="<(fallback_splash_screen_url)"', |
| 'COBALT_SKIA_CACHE_SIZE_IN_BYTES=<(skia_cache_size_in_bytes)', |
| 'COBALT_SKIA_GLYPH_ATLAS_WIDTH=<(skia_glyph_atlas_width)', |
| 'COBALT_SKIA_GLYPH_ATLAS_HEIGHT=<(skia_glyph_atlas_height)', |
| 'COBALT_IMAGE_CACHE_SIZE_IN_BYTES=<(image_cache_size_in_bytes)', |
| 'COBALT_REMOTE_TYPEFACE_CACHE_SIZE_IN_BYTES=<(remote_font_cache_size_in_bytes)', |
| 'COBALT_IMAGE_CACHE_CAPACITY_MULTIPLIER_WHEN_PLAYING_VIDEO=<(image_cache_capacity_multiplier_when_playing_video)', |
| 'COBALT_OFFSCREEN_TARGET_CACHE_SIZE_IN_BYTES=<(offscreen_target_cache_size_in_bytes)', |
| 'COBALT_SOFTWARE_SURFACE_CACHE_SIZE_IN_BYTES=<(software_surface_cache_size_in_bytes)', |
| 'COBALT_JS_GARBAGE_COLLECTION_THRESHOLD_IN_BYTES=<(mozjs_garbage_collection_threshold_in_bytes)', |
| 'COBALT_MAX_CPU_USAGE_IN_BYTES=<(max_cobalt_cpu_usage)', |
| 'COBALT_MAX_GPU_USAGE_IN_BYTES=<(max_cobalt_gpu_usage)', |
| 'COBALT_REDUCE_CPU_MEMORY_BY=<(reduce_cpu_memory_by)', |
| 'COBALT_REDUCE_GPU_MEMORY_BY=<(reduce_gpu_memory_by)', |
| ], |
| 'dependencies': [ |
| '<@(cobalt_platform_dependencies)', |
| '<(DEPTH)/cobalt/accessibility/accessibility.gyp:accessibility', |
| '<(DEPTH)/cobalt/account/account.gyp:account', |
| '<(DEPTH)/cobalt/audio/audio.gyp:audio', |
| '<(DEPTH)/cobalt/base/base.gyp:base', |
| '<(DEPTH)/cobalt/css_parser/css_parser.gyp:css_parser', |
| '<(DEPTH)/cobalt/debug/debug.gyp:debug', |
| '<(DEPTH)/cobalt/dom/dom.gyp:dom', |
| '<(DEPTH)/cobalt/dom_parser/dom_parser.gyp:dom_parser', |
| '<(DEPTH)/cobalt/fetch/fetch.gyp:fetch', |
| '<(DEPTH)/cobalt/h5vcc/h5vcc.gyp:h5vcc', |
| '<(DEPTH)/cobalt/input/input.gyp:input', |
| '<(DEPTH)/cobalt/layout/layout.gyp:layout', |
| '<(DEPTH)/cobalt/math/math.gyp:math', |
| '<(DEPTH)/cobalt/media_capture/media_capture.gyp:*', |
| '<(DEPTH)/cobalt/media_session/media_session.gyp:media_session', |
| '<(DEPTH)/cobalt/network/network.gyp:network', |
| '<(DEPTH)/cobalt/overlay_info/overlay_info.gyp:overlay_info', |
| '<(DEPTH)/cobalt/page_visibility/page_visibility.gyp:page_visibility', |
| '<(DEPTH)/cobalt/renderer/renderer.gyp:renderer', |
| '<(DEPTH)/cobalt/renderer/test/png_utils/png_utils.gyp:png_utils', |
| '<(DEPTH)/cobalt/script/engine.gyp:engine', |
| '<(DEPTH)/cobalt/speech/speech.gyp:speech', |
| '<(DEPTH)/cobalt/sso/sso.gyp:sso', |
| '<(DEPTH)/cobalt/system_window/system_window.gyp:system_window', |
| '<(DEPTH)/cobalt/trace_event/trace_event.gyp:trace_event', |
| '<(DEPTH)/cobalt/webdriver/webdriver.gyp:webdriver', |
| '<(DEPTH)/cobalt/websocket/websocket.gyp:websocket', |
| '<(DEPTH)/cobalt/xhr/xhr.gyp:xhr', |
| '<(DEPTH)/googleurl/googleurl.gyp:googleurl', |
| '<(DEPTH)/nb/nb.gyp:nb', |
| 'browser_bindings.gyp:bindings', |
| '<(cobalt_webapi_extension_gyp_target)', |
| ], |
| # This target doesn't generate any headers, but it exposes generated |
| # header files (for idl dictionaries) through this module's public header |
| # files. So mark this target as a hard dependency to ensure that any |
| # dependent targets wait until this target (and its hard dependencies) are |
| # built. |
| #'hard_dependency': 1, |
| 'export_dependent_settings': [ |
| # Additionally, ensure that the include directories for generated |
| # headers are put on the include directories for targets that depend |
| # on this one. |
| '<(DEPTH)/cobalt/dom/dom.gyp:dom', |
| ], |
| 'include_dirs': [ |
| # For cobalt_build_id.h |
| '<(SHARED_INTERMEDIATE_DIR)', |
| ], |
| 'conditions': [ |
| ['enable_about_scheme == 1', { |
| 'defines': [ 'ENABLE_ABOUT_SCHEME' ], |
| }], |
| ['enable_map_to_mesh == 1', { |
| 'defines' : ['ENABLE_MAP_TO_MESH'], |
| }], |
| ['cobalt_media_source_2016==1', { |
| 'dependencies': [ |
| '<(DEPTH)/cobalt/media/media2.gyp:media2', |
| ], |
| }, { |
| 'dependencies': [ |
| '<(DEPTH)/cobalt/media/media.gyp:media', |
| ], |
| }], |
| ['cobalt_enable_lib == 1', { |
| 'defines' : ['COBALT_ENABLE_LIB'], |
| }], |
| ['mesh_cache_size_in_bytes == "auto"', { |
| 'conditions': [ |
| ['enable_map_to_mesh==1', { |
| 'defines': [ |
| 'COBALT_MESH_CACHE_SIZE_IN_BYTES=1*1024*1024', |
| ], |
| }, { |
| 'defines': [ |
| 'COBALT_MESH_CACHE_SIZE_IN_BYTES=0', |
| ], |
| }], |
| ], |
| }, { |
| 'defines': [ |
| 'COBALT_MESH_CACHE_SIZE_IN_BYTES=<(mesh_cache_size_in_bytes)', |
| ], |
| }], |
| ], |
| }, |
| |
| { |
| 'target_name': 'browser_test', |
| 'type': '<(gtest_target_type)', |
| 'sources': [ |
| 'storage_upgrade_handler_test.cc', |
| 'memory_settings/auto_mem_test.cc', |
| 'memory_settings/auto_mem_settings_test.cc', |
| 'memory_settings/calculations_test.cc', |
| 'memory_settings/constrainer_test.cc', |
| 'memory_settings/memory_settings_test.cc', |
| 'memory_settings/pretty_print_test.cc', |
| 'memory_settings/table_printer_test.cc', |
| 'memory_settings/test_common.h', |
| 'memory_tracker/tool/tool_impl_test.cc', |
| 'memory_tracker/tool/util_test.cc', |
| 'user_agent_string_test.cc', |
| ], |
| 'dependencies': [ |
| '<(DEPTH)/cobalt/base/base.gyp:base', |
| '<(DEPTH)/cobalt/dom/dom.gyp:dom', |
| '<(DEPTH)/cobalt/network/network.gyp:network', |
| '<(DEPTH)/cobalt/speech/speech.gyp:speech', |
| '<(DEPTH)/cobalt/storage/storage.gyp:storage', |
| '<(DEPTH)/cobalt/storage/storage.gyp:storage_upgrade_copy_test_data', |
| '<(DEPTH)/cobalt/test/test.gyp:run_all_unittests', |
| '<(DEPTH)/testing/gmock.gyp:gmock', |
| '<(DEPTH)/testing/gtest.gyp:gtest', |
| 'browser', |
| ], |
| }, |
| |
| { |
| 'target_name': 'browser_test_deploy', |
| 'type': 'none', |
| 'dependencies': [ |
| 'browser_test', |
| ], |
| 'variables': { |
| 'executable_name': 'browser_test', |
| }, |
| 'includes': [ '<(DEPTH)/starboard/build/deploy.gypi' ], |
| }, |
| |
| { |
| 'target_name': 'browser_copy_debug_console', |
| 'type': 'none', |
| 'variables': { |
| 'content_web_input_files': [ |
| '<(DEPTH)/cobalt/browser/debug_console/', |
| ], |
| 'content_web_output_subdir': 'cobalt/browser/debug_console/', |
| }, |
| 'includes': [ '<(DEPTH)/cobalt/build/copy_web_data.gypi' ], |
| }, |
| ], |
| } |