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

Side by Side Diff: extensions/extensions.gyp

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('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/mojom_bindings_generator.gypi', 18 '../third_party/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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'msvs_disabled_warnings': [ 4267, ], 860 'msvs_disabled_warnings': [ 4267, ],
861 }, 861 },
862 { 862 {
863 # GN version: //extensions/renderer 863 # GN version: //extensions/renderer
864 'target_name': 'extensions_renderer', 864 'target_name': 'extensions_renderer',
865 'type': 'static_library', 865 'type': 'static_library',
866 'dependencies': [ 866 'dependencies': [
867 'extensions_resources.gyp:extensions_resources', 867 'extensions_resources.gyp:extensions_resources',
868 '../content/content.gyp:content_resources', 868 '../content/content.gyp:content_resources',
869 '../gin/gin.gyp:gin', 869 '../gin/gin.gyp:gin',
870 '../mojo/mojo_public.gyp:mojo_js_bindings',
871 '../third_party/WebKit/public/blink.gyp:blink', 870 '../third_party/WebKit/public/blink.gyp:blink',
871 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
872 ], 872 ],
873 'include_dirs': [ 873 'include_dirs': [
874 '..', 874 '..',
875 ], 875 ],
876 'sources': [ 876 'sources': [
877 # Note: sources list duplicated in GN build. 877 # Note: sources list duplicated in GN build.
878 'renderer/activity_log_converter_strategy.cc', 878 'renderer/activity_log_converter_strategy.cc',
879 'renderer/activity_log_converter_strategy.h', 879 'renderer/activity_log_converter_strategy.h',
880 'renderer/api/automation/automation_api_helper.cc', 880 'renderer/api/automation/automation_api_helper.cc',
881 'renderer/api/automation/automation_api_helper.h', 881 'renderer/api/automation/automation_api_helper.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 'dependencies': [ 1174 'dependencies': [
1175 '../base/base.gyp:base', 1175 '../base/base.gyp:base',
1176 '../base/base.gyp:test_support_base', 1176 '../base/base.gyp:test_support_base',
1177 '../components/components.gyp:keyed_service_content', 1177 '../components/components.gyp:keyed_service_content',
1178 '../components/components.gyp:user_prefs', 1178 '../components/components.gyp:user_prefs',
1179 '../content/content_shell_and_tests.gyp:test_support_content', 1179 '../content/content_shell_and_tests.gyp:test_support_content',
1180 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1180 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1181 '../device/serial/serial.gyp:device_serial', 1181 '../device/serial/serial.gyp:device_serial',
1182 '../device/serial/serial.gyp:device_serial_test_util', 1182 '../device/serial/serial.gyp:device_serial_test_util',
1183 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1183 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1184 '../mojo/mojo_edk.gyp:mojo_js_lib',
1185 '../mojo/mojo_edk.gyp:mojo_system_impl',
1186 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1187 '../testing/gmock.gyp:gmock', 1184 '../testing/gmock.gyp:gmock',
1188 '../testing/gtest.gyp:gtest', 1185 '../testing/gtest.gyp:gtest',
1189 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1186 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1187 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
1188 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
1189 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1190 'common/api/api.gyp:cast_channel_proto', 1190 'common/api/api.gyp:cast_channel_proto',
1191 'extensions_common', 1191 'extensions_common',
1192 'extensions_renderer', 1192 'extensions_renderer',
1193 'extensions_resources.gyp:extensions_resources', 1193 'extensions_resources.gyp:extensions_resources',
1194 'extensions_shell_and_test_pak', 1194 'extensions_shell_and_test_pak',
1195 'extensions_strings.gyp:extensions_strings', 1195 'extensions_strings.gyp:extensions_strings',
1196 'extensions_test_support', 1196 'extensions_test_support',
1197 'extensions_utility', 1197 'extensions_utility',
1198 ], 1198 ],
1199 # Needed for third_party libraries like leveldb. 1199 # Needed for third_party libraries like leveldb.
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'conditions': [ 1311 'conditions': [
1312 ['OS=="win" and win_use_allocator_shim==1', { 1312 ['OS=="win" and win_use_allocator_shim==1', {
1313 'dependencies': [ 1313 'dependencies': [
1314 '../base/allocator/allocator.gyp:allocator', 1314 '../base/allocator/allocator.gyp:allocator',
1315 ], 1315 ],
1316 }], 1316 }],
1317 ], 1317 ],
1318 }, 1318 },
1319 ] 1319 ]
1320 } 1320 }
OLDNEW
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698