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

Side by Side Diff: extensions/extensions.gyp

Issue 225413015: Remove unused class UnsafePersistent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | extensions/renderer/unsafe_persistent.h » ('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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 { 394 {
395 'target_name': 'extensions_renderer', 395 'target_name': 'extensions_renderer',
396 'type': 'static_library', 396 'type': 'static_library',
397 'include_dirs': [ 397 'include_dirs': [
398 '..', 398 '..',
399 ], 399 ],
400 'sources': [ 400 'sources': [
401 'renderer/native_handler.cc', 401 'renderer/native_handler.cc',
402 'renderer/native_handler.h', 402 'renderer/native_handler.h',
403 'renderer/scoped_persistent.h', 403 'renderer/scoped_persistent.h',
404 'renderer/unsafe_persistent.h',
405 ], 404 ],
406 'dependencies': [ 405 'dependencies': [
407 '../third_party/WebKit/public/blink.gyp:blink', 406 '../third_party/WebKit/public/blink.gyp:blink',
408 ], 407 ],
409 # Disable c4267 warnings until we fix size_t to int truncations. 408 # Disable c4267 warnings until we fix size_t to int truncations.
410 'msvs_disabled_warnings': [ 4267, ], 409 'msvs_disabled_warnings': [ 4267, ],
411 }, 410 },
412 { 411 {
413 'target_name': 'extensions_test_support', 412 'target_name': 'extensions_test_support',
414 'type': 'static_library', 413 'type': 'static_library',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'common/one_shot_event_unittest.cc', 463 'common/one_shot_event_unittest.cc',
465 'common/permissions/api_permission_set_unittest.cc', 464 'common/permissions/api_permission_set_unittest.cc',
466 'common/permissions/manifest_permission_set_unittest.cc', 465 'common/permissions/manifest_permission_set_unittest.cc',
467 'common/url_pattern_set_unittest.cc', 466 'common/url_pattern_set_unittest.cc',
468 'common/url_pattern_unittest.cc', 467 'common/url_pattern_unittest.cc',
469 'common/user_script_unittest.cc', 468 'common/user_script_unittest.cc',
470 ], 469 ],
471 }, 470 },
472 ] 471 ]
473 } 472 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/unsafe_persistent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698