OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 'msvs_disabled_warnings': [ 4267, ], | 764 'msvs_disabled_warnings': [ 4267, ], |
765 }, | 765 }, |
766 { | 766 { |
767 # GN version: //extensions/renderer | 767 # GN version: //extensions/renderer |
768 'target_name': 'extensions_renderer', | 768 'target_name': 'extensions_renderer', |
769 'type': 'static_library', | 769 'type': 'static_library', |
770 'dependencies': [ | 770 'dependencies': [ |
771 'extensions_resources.gyp:extensions_resources', | 771 'extensions_resources.gyp:extensions_resources', |
772 '../content/content.gyp:content_resources', | 772 '../content/content.gyp:content_resources', |
773 '../gin/gin.gyp:gin', | 773 '../gin/gin.gyp:gin', |
774 '../mojo/mojo_base.gyp:mojo_js_bindings', | 774 '../mojo/public/mojo_public.gyp:mojo_js_bindings', |
775 '../third_party/WebKit/public/blink.gyp:blink', | 775 '../third_party/WebKit/public/blink.gyp:blink', |
776 ], | 776 ], |
777 'include_dirs': [ | 777 'include_dirs': [ |
778 '..', | 778 '..', |
779 ], | 779 ], |
780 'sources': [ | 780 'sources': [ |
781 # Note: sources list duplicated in GN build. | 781 # Note: sources list duplicated in GN build. |
782 'renderer/activity_log_converter_strategy.cc', | 782 'renderer/activity_log_converter_strategy.cc', |
783 'renderer/activity_log_converter_strategy.h', | 783 'renderer/activity_log_converter_strategy.h', |
784 'renderer/api_activity_logger.cc', | 784 'renderer/api_activity_logger.cc', |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 '../base/base.gyp:base', | 1040 '../base/base.gyp:base', |
1041 '../base/base.gyp:base_prefs_test_support', | 1041 '../base/base.gyp:base_prefs_test_support', |
1042 '../base/base.gyp:test_support_base', | 1042 '../base/base.gyp:test_support_base', |
1043 '../components/components.gyp:keyed_service_content', | 1043 '../components/components.gyp:keyed_service_content', |
1044 '../components/components.gyp:user_prefs', | 1044 '../components/components.gyp:user_prefs', |
1045 '../content/content_shell_and_tests.gyp:test_support_content', | 1045 '../content/content_shell_and_tests.gyp:test_support_content', |
1046 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1046 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1047 '../device/serial/serial.gyp:device_serial', | 1047 '../device/serial/serial.gyp:device_serial', |
1048 '../device/serial/serial.gyp:device_serial_test_util', | 1048 '../device/serial/serial.gyp:device_serial_test_util', |
1049 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1049 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
1050 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | |
1051 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', | 1050 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', |
1052 '../mojo/mojo_base.gyp:mojo_system_impl', | 1051 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 1052 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
1053 '../testing/gmock.gyp:gmock', | 1053 '../testing/gmock.gyp:gmock', |
1054 '../testing/gtest.gyp:gtest', | 1054 '../testing/gtest.gyp:gtest', |
1055 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1055 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1056 'common/api/api.gyp:cast_channel_proto', | 1056 'common/api/api.gyp:cast_channel_proto', |
1057 'extensions_common', | 1057 'extensions_common', |
1058 'extensions_renderer', | 1058 'extensions_renderer', |
1059 'extensions_resources.gyp:extensions_resources', | 1059 'extensions_resources.gyp:extensions_resources', |
1060 'extensions_shell_and_test_pak', | 1060 'extensions_shell_and_test_pak', |
1061 'extensions_strings.gyp:extensions_strings', | 1061 'extensions_strings.gyp:extensions_strings', |
1062 'extensions_test_support', | 1062 'extensions_test_support', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1165 'conditions': [ | 1165 'conditions': [ |
1166 ['OS=="win" and win_use_allocator_shim==1', { | 1166 ['OS=="win" and win_use_allocator_shim==1', { |
1167 'dependencies': [ | 1167 'dependencies': [ |
1168 '../base/allocator/allocator.gyp:allocator', | 1168 '../base/allocator/allocator.gyp:allocator', |
1169 ], | 1169 ], |
1170 }], | 1170 }], |
1171 ], | 1171 ], |
1172 }, | 1172 }, |
1173 ] | 1173 ] |
1174 } | 1174 } |
OLD | NEW |