Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: components/test_runner/test_runner.gyp

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/syncable_prefs.gypi ('k') | components/timers.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.gyp
diff --git a/components/test_runner/test_runner.gyp b/components/test_runner/test_runner.gyp
deleted file mode 100644
index 36264c20df46361a3c4fc13824a05e322d7da22b..0000000000000000000000000000000000000000
--- a/components/test_runner/test_runner.gyp
+++ /dev/null
@@ -1,226 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- # This turns on e.g. the filename-based detection of which
- # platforms to include source files on (e.g. files ending in
- # _mac.h or _mac.cc are only compiled on MacOSX).
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //components/test_runner:test_runner
- 'target_name': 'test_runner',
- 'type': '<(component)',
- 'defines': [
- 'TEST_RUNNER_IMPLEMENTATION',
- ],
- 'dependencies': [
- 'resources',
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../cc/cc.gyp:cc',
- '../../cc/blink/cc_blink.gyp:cc_blink',
- '../../gin/gin.gyp:gin',
- '../../gpu/gpu.gyp:gpu',
- '../../net/net.gyp:net',
- '../../skia/skia.gyp:skia',
- '../../third_party/WebKit/public/blink.gyp:blink',
- '../../ui/display/display.gyp:display',
- '../../ui/events/blink/events_blink.gyp:events_blink',
- '../../ui/events/events.gyp:dom_keycode_converter',
- '../../ui/events/events.gyp:events_base',
- '../../ui/gfx/gfx.gyp:gfx',
- '../../ui/gfx/gfx.gyp:gfx_geometry',
- '../../ui/gfx/gfx.gyp:gfx_test_support',
- '../../url/url.gyp:url_lib',
- '../../v8/src/v8.gyp:v8',
- ],
- 'include_dirs': [
- '..',
- ],
- # Note: sources list duplicated in GN build.
- 'sources': [
- 'accessibility_controller.cc',
- 'accessibility_controller.h',
- 'app_banner_client.cc',
- 'app_banner_client.h',
- 'event_sender.cc',
- 'event_sender.h',
- 'gamepad_controller.cc',
- 'gamepad_controller.h',
- 'gc_controller.cc',
- 'gc_controller.h',
- 'layout_and_paint_async_then.cc',
- 'layout_and_paint_async_then.h',
- 'layout_dump.cc',
- 'layout_dump.h',
- 'layout_test_runtime_flags.cc',
- 'layout_test_runtime_flags.h',
- 'mock_color_chooser.cc',
- 'mock_color_chooser.h',
- 'mock_content_settings_client.cc',
- 'mock_content_settings_client.h',
- 'mock_credential_manager_client.cc',
- 'mock_credential_manager_client.h',
- 'mock_grammar_check.cc',
- 'mock_grammar_check.h',
- 'mock_screen_orientation_client.cc',
- 'mock_screen_orientation_client.h',
- 'mock_spell_check.cc',
- 'mock_spell_check.h',
- 'mock_web_audio_device.cc',
- 'mock_web_audio_device.h',
- 'mock_web_document_subresource_filter.cc',
- 'mock_web_document_subresource_filter.h',
- 'mock_web_media_stream_center.cc',
- 'mock_web_media_stream_center.h',
- 'mock_web_midi_accessor.cc',
- 'mock_web_midi_accessor.h',
- 'mock_web_speech_recognizer.cc',
- 'mock_web_speech_recognizer.h',
- 'mock_web_theme_engine.cc',
- 'mock_web_theme_engine.h',
- 'mock_web_user_media_client.cc',
- 'mock_web_user_media_client.h',
- 'mock_webrtc_data_channel_handler.cc',
- 'mock_webrtc_data_channel_handler.h',
- 'mock_webrtc_dtmf_sender_handler.cc',
- 'mock_webrtc_dtmf_sender_handler.h',
- 'mock_webrtc_peer_connection_handler.cc',
- 'mock_webrtc_peer_connection_handler.h',
- 'pixel_dump.cc',
- 'pixel_dump.h',
- 'spell_check_client.cc',
- 'spell_check_client.h',
- 'test_common.cc',
- 'test_common.h',
- 'test_interfaces.cc',
- 'test_interfaces.h',
- 'test_plugin.cc',
- 'test_plugin.h',
- 'test_preferences.cc',
- 'test_preferences.h',
- 'test_runner.cc',
- 'test_runner.h',
- 'test_runner_export.h',
- 'test_runner_for_specific_view.cc',
- 'test_runner_for_specific_view.h',
- 'text_input_controller.cc',
- 'text_input_controller.h',
- 'tracked_dictionary.cc',
- 'tracked_dictionary.h',
- 'web_ax_object_proxy.cc',
- 'web_ax_object_proxy.h',
- 'web_frame_test_client.cc',
- 'web_frame_test_client.h',
- 'web_frame_test_proxy.cc',
- 'web_frame_test_proxy.h',
- 'web_task.cc',
- 'web_task.h',
- 'web_test_delegate.h',
- 'web_test_interfaces.cc',
- 'web_test_interfaces.h',
- 'web_test_runner.h',
- 'web_view_test_client.cc',
- 'web_view_test_client.h',
- 'web_view_test_proxy.cc',
- 'web_view_test_proxy.h',
- 'web_widget_test_client.cc',
- 'web_widget_test_client.h',
- 'web_widget_test_proxy.cc',
- 'web_widget_test_proxy.h',
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
- },
- },
- 'conditions': [
- ['OS=="win"', {
- 'configurations': {
- 'Debug_Base': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
- },
- },
- },
- },
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- }], # OS=="win"
- ],
- },
- {
- # GN version: //components/test_runner:resources
- 'target_name': 'resources',
- 'type': 'none',
- 'conditions': [
- ['OS=="win"', {
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': ['resources/fonts/AHEM____.TTF'],
- }],
- }],
- ['OS=="mac"', {
- 'all_dependent_settings': {
- 'mac_bundle_resources': [
- 'resources/fonts/AHEM____.TTF',
- 'resources/fonts/ChromiumAATTest.ttf',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png',
- ],
- },
- }],
- ['use_x11 == 1', {
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- 'resources/fonts/AHEM____.TTF',
- 'resources/fonts/fonts.conf',
- '../../third_party/gardiner_mod/GardinerModBug.ttf',
- '../../third_party/gardiner_mod/GardinerModCat.ttf',
- ]
- }],
- }],
- ['OS=="android"', {
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- 'resources/fonts/AHEM____.TTF',
- 'resources/fonts/android_main_fonts.xml',
- 'resources/fonts/android_fallback_fonts.xml',
- ]
- }],
- }],
- ],
- },
- ],
- 'conditions': [
- ['OS=="mac" or OS=="win"', {
- 'targets': [
- {
- # GN version: //components/test_runner:layout_test_helper
- 'target_name': 'layout_test_helper',
- 'type': 'executable',
- 'sources': [
- 'helper/layout_test_helper_mac.mm',
- 'helper/layout_test_helper_win.cc',
- ],
- 'conditions': [
- ['OS=="mac"', {
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
- ],
- },
- }],
- ],
- },
- ],
- }], # OS=="mac" or OS=="win"
- ]
-}
« no previous file with comments | « components/syncable_prefs.gypi ('k') | components/timers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698