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

Side by Side Diff: extensions/extensions.gyp

Issue 596053004: Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_public_gyp
Patch Set: Created 6 years, 2 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 | « device/device_tests.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 {
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'dependencies': [ 1058 'dependencies': [
1059 '../base/base.gyp:base', 1059 '../base/base.gyp:base',
1060 '../base/base.gyp:base_prefs_test_support', 1060 '../base/base.gyp:base_prefs_test_support',
1061 '../base/base.gyp:test_support_base', 1061 '../base/base.gyp:test_support_base',
1062 '../components/components.gyp:keyed_service_content', 1062 '../components/components.gyp:keyed_service_content',
1063 '../components/components.gyp:user_prefs', 1063 '../components/components.gyp:user_prefs',
1064 '../content/content_shell_and_tests.gyp:test_support_content', 1064 '../content/content_shell_and_tests.gyp:test_support_content',
1065 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1065 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1066 '../device/serial/serial.gyp:device_serial', 1066 '../device/serial/serial.gyp:device_serial',
1067 '../device/serial/serial.gyp:device_serial_test_util', 1067 '../device/serial/serial.gyp:device_serial_test_util',
1068 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
1068 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1069 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1069 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', 1070 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
1070 '../mojo/mojo_base.gyp:mojo_system_impl',
1071 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 1071 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
1072 '../testing/gmock.gyp:gmock', 1072 '../testing/gmock.gyp:gmock',
1073 '../testing/gtest.gyp:gtest', 1073 '../testing/gtest.gyp:gtest',
1074 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1074 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1075 'common/api/api.gyp:cast_channel_proto', 1075 'common/api/api.gyp:cast_channel_proto',
1076 'extensions_common', 1076 'extensions_common',
1077 'extensions_renderer', 1077 'extensions_renderer',
1078 'extensions_resources.gyp:extensions_resources', 1078 'extensions_resources.gyp:extensions_resources',
1079 'extensions_shell_and_test_pak', 1079 'extensions_shell_and_test_pak',
1080 'extensions_strings.gyp:extensions_strings', 1080 'extensions_strings.gyp:extensions_strings',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 'conditions': [ 1185 'conditions': [
1186 ['OS=="win" and win_use_allocator_shim==1', { 1186 ['OS=="win" and win_use_allocator_shim==1', {
1187 'dependencies': [ 1187 'dependencies': [
1188 '../base/allocator/allocator.gyp:allocator', 1188 '../base/allocator/allocator.gyp:allocator',
1189 ], 1189 ],
1190 }], 1190 }],
1191 ], 1191 ],
1192 }, 1192 },
1193 ] 1193 ]
1194 } 1194 }
OLDNEW
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698