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

Side by Side Diff: extensions/extensions.gyp

Issue 831423005: Split out the extensions gin::Runner implementation into a separate class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn ('k') | extensions/renderer/module_system_test.cc » ('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 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 'renderer/api_test_base_unittest.cc', 1281 'renderer/api_test_base_unittest.cc',
1282 'renderer/event_unittest.cc', 1282 'renderer/event_unittest.cc',
1283 'renderer/json_schema_unittest.cc', 1283 'renderer/json_schema_unittest.cc',
1284 'renderer/mojo/keep_alive_client_unittest.cc', 1284 'renderer/mojo/keep_alive_client_unittest.cc',
1285 'renderer/messaging_utils_unittest.cc', 1285 'renderer/messaging_utils_unittest.cc',
1286 'renderer/module_system_test.cc', 1286 'renderer/module_system_test.cc',
1287 'renderer/module_system_test.h', 1287 'renderer/module_system_test.h',
1288 'renderer/module_system_unittest.cc', 1288 'renderer/module_system_unittest.cc',
1289 'renderer/safe_builtins_unittest.cc', 1289 'renderer/safe_builtins_unittest.cc',
1290 'renderer/script_context_set_unittest.cc', 1290 'renderer/script_context_set_unittest.cc',
1291 'renderer/script_context_unittest.cc',
1291 'renderer/utils_unittest.cc', 1292 'renderer/utils_unittest.cc',
1292 'test/extensions_unittests_main.cc', 1293 'test/extensions_unittests_main.cc',
1293 ], 1294 ],
1294 # Disable c4267 warnings until we fix size_t to int truncations. 1295 # Disable c4267 warnings until we fix size_t to int truncations.
1295 'msvs_disabled_warnings': [ 4267, ], 1296 'msvs_disabled_warnings': [ 4267, ],
1296 'conditions': [ 1297 'conditions': [
1297 ['OS=="win" and win_use_allocator_shim==1', { 1298 ['OS=="win" and win_use_allocator_shim==1', {
1298 'dependencies': [ 1299 'dependencies': [
1299 '../base/allocator/allocator.gyp:allocator', 1300 '../base/allocator/allocator.gyp:allocator',
1300 ], 1301 ],
1301 }], 1302 }],
1302 ], 1303 ],
1303 }, 1304 },
1304 ] 1305 ]
1305 } 1306 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/renderer/module_system_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698