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

Side by Side Diff: extensions/extensions.gyp

Issue 652313002: Enable the mojo-based serial API in the renderer behind a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-js-natives-registration
Patch Set: fix windows build Created 6 years, 1 month 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
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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'renderer/test_extensions_renderer_client.cc', 1040 'renderer/test_extensions_renderer_client.cc',
1041 'renderer/test_extensions_renderer_client.h', 1041 'renderer/test_extensions_renderer_client.h',
1042 'test/extension_test_message_listener.cc', 1042 'test/extension_test_message_listener.cc',
1043 'test/extension_test_message_listener.h', 1043 'test/extension_test_message_listener.h',
1044 'test/result_catcher.cc', 1044 'test/result_catcher.cc',
1045 'test/result_catcher.h', 1045 'test/result_catcher.h',
1046 'test/test_extensions_client.cc', 1046 'test/test_extensions_client.cc',
1047 'test/test_extensions_client.h', 1047 'test/test_extensions_client.h',
1048 'test/test_permission_message_provider.cc', 1048 'test/test_permission_message_provider.cc',
1049 'test/test_permission_message_provider.h', 1049 'test/test_permission_message_provider.h',
1050 'test/test_service_registration_manager.cc',
1051 'test/test_service_registration_manager.h',
1050 ], 1052 ],
1051 # Disable c4267 warnings until we fix size_t to int truncations. 1053 # Disable c4267 warnings until we fix size_t to int truncations.
1052 'msvs_disabled_warnings': [ 4267, ], 1054 'msvs_disabled_warnings': [ 4267, ],
1053 }, 1055 },
1054 { 1056 {
1055 # The pak file generated by this target is intended to be shared by 1057 # The pak file generated by this target is intended to be shared by
1056 # both shell and test targets. It was combined because it might help a 1058 # both shell and test targets. It was combined because it might help a
1057 # little bit with build time by avoiding a repack step (one instead of 1059 # little bit with build time by avoiding a repack step (one instead of
1058 # two). 1060 # two).
1059 'target_name': 'extensions_shell_and_test_pak', 1061 'target_name': 'extensions_shell_and_test_pak',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'conditions': [ 1229 'conditions': [
1228 ['OS=="win" and win_use_allocator_shim==1', { 1230 ['OS=="win" and win_use_allocator_shim==1', {
1229 'dependencies': [ 1231 'dependencies': [
1230 '../base/allocator/allocator.gyp:allocator', 1232 '../base/allocator/allocator.gyp:allocator',
1231 ], 1233 ],
1232 }], 1234 }],
1233 ], 1235 ],
1234 }, 1236 },
1235 ] 1237 ]
1236 } 1238 }
OLDNEW
« no previous file with comments | « extensions/browser/mojo/service_registration_manager.cc ('k') | extensions/renderer/api/serial/data_receiver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698