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

Side by Side Diff: extensions/extensions.gyp

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
« no previous file with comments | « device/vibration/vibration.gyp ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 {
11 # GN version: //extensions/common:mojo 11 # GN version: //extensions/common:mojo
12 'target_name': 'extensions_common_mojo', 12 'target_name': 'extensions_common_mojo',
13 # The type of this target must be none. This is so that resources can 13 # The type of this target must be none. This is so that resources can
14 # depend upon this target for generating the js bindings files. Any 14 # depend upon this target for generating the js bindings files. Any
15 # generated cpp files must be listed explicitly in extensions_common 15 # generated cpp files must be listed explicitly in extensions_common
16 'type': 'none', 16 'type': 'none',
17 'includes': [ 17 'includes': [
18 '../mojo/public/tools/bindings/mojom_bindings_generator.gypi', 18 '../mojo/mojom_bindings_generator.gypi',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'common/mojo/keep_alive.mojom', 21 'common/mojo/keep_alive.mojom',
22 'common/mojo/stash.mojom', 22 'common/mojo/stash.mojom',
23 ], 23 ],
24 }, 24 },
25 { 25 {
26 # GN version: //extensions/common 26 # GN version: //extensions/common
27 'target_name': 'extensions_common_constants', 27 'target_name': 'extensions_common_constants',
28 'type': 'static_library', 28 'type': 'static_library',
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'msvs_disabled_warnings': [ 4267, ], 838 'msvs_disabled_warnings': [ 4267, ],
839 }, 839 },
840 { 840 {
841 # GN version: //extensions/renderer 841 # GN version: //extensions/renderer
842 'target_name': 'extensions_renderer', 842 'target_name': 'extensions_renderer',
843 'type': 'static_library', 843 'type': 'static_library',
844 'dependencies': [ 844 'dependencies': [
845 'extensions_resources.gyp:extensions_resources', 845 'extensions_resources.gyp:extensions_resources',
846 '../content/content.gyp:content_resources', 846 '../content/content.gyp:content_resources',
847 '../gin/gin.gyp:gin', 847 '../gin/gin.gyp:gin',
848 '../mojo/public/mojo_public.gyp:mojo_js_bindings', 848 '../mojo/mojo_public.gyp:mojo_js_bindings',
849 '../third_party/WebKit/public/blink.gyp:blink', 849 '../third_party/WebKit/public/blink.gyp:blink',
850 ], 850 ],
851 'include_dirs': [ 851 'include_dirs': [
852 '..', 852 '..',
853 ], 853 ],
854 'sources': [ 854 'sources': [
855 # Note: sources list duplicated in GN build. 855 # Note: sources list duplicated in GN build.
856 'renderer/activity_log_converter_strategy.cc', 856 'renderer/activity_log_converter_strategy.cc',
857 'renderer/activity_log_converter_strategy.h', 857 'renderer/activity_log_converter_strategy.h',
858 'renderer/api/automation/automation_api_helper.cc', 858 'renderer/api/automation/automation_api_helper.cc',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 'type': 'executable', 1148 'type': 'executable',
1149 'dependencies': [ 1149 'dependencies': [
1150 '../base/base.gyp:base', 1150 '../base/base.gyp:base',
1151 '../base/base.gyp:test_support_base', 1151 '../base/base.gyp:test_support_base',
1152 '../components/components.gyp:keyed_service_content', 1152 '../components/components.gyp:keyed_service_content',
1153 '../components/components.gyp:user_prefs', 1153 '../components/components.gyp:user_prefs',
1154 '../content/content_shell_and_tests.gyp:test_support_content', 1154 '../content/content_shell_and_tests.gyp:test_support_content',
1155 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1155 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1156 '../device/serial/serial.gyp:device_serial', 1156 '../device/serial/serial.gyp:device_serial',
1157 '../device/serial/serial.gyp:device_serial_test_util', 1157 '../device/serial/serial.gyp:device_serial_test_util',
1158 '../mojo/edk/mojo_edk.gyp:mojo_js_lib',
1159 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
1160 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1158 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1161 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 1159 '../mojo/mojo_edk.gyp:mojo_js_lib',
1160 '../mojo/mojo_edk.gyp:mojo_system_impl',
1161 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1162 '../testing/gmock.gyp:gmock', 1162 '../testing/gmock.gyp:gmock',
1163 '../testing/gtest.gyp:gtest', 1163 '../testing/gtest.gyp:gtest',
1164 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1164 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1165 'common/api/api.gyp:cast_channel_proto', 1165 'common/api/api.gyp:cast_channel_proto',
1166 'extensions_common', 1166 'extensions_common',
1167 'extensions_renderer', 1167 'extensions_renderer',
1168 'extensions_resources.gyp:extensions_resources', 1168 'extensions_resources.gyp:extensions_resources',
1169 'extensions_shell_and_test_pak', 1169 'extensions_shell_and_test_pak',
1170 'extensions_strings.gyp:extensions_strings', 1170 'extensions_strings.gyp:extensions_strings',
1171 'extensions_test_support', 1171 'extensions_test_support',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 'conditions': [ 1281 'conditions': [
1282 ['OS=="win" and win_use_allocator_shim==1', { 1282 ['OS=="win" and win_use_allocator_shim==1', {
1283 'dependencies': [ 1283 'dependencies': [
1284 '../base/allocator/allocator.gyp:allocator', 1284 '../base/allocator/allocator.gyp:allocator',
1285 ], 1285 ],
1286 }], 1286 }],
1287 ], 1287 ],
1288 }, 1288 },
1289 ] 1289 ]
1290 } 1290 }
OLDNEW
« no previous file with comments | « device/vibration/vibration.gyp ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698