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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11418217: Add skia::RefPtr class to wrap ref counted classes from Skia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: match linux Created 8 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 '../google_apis/gaia/oauth_request_signer_unittest.cc', 1593 '../google_apis/gaia/oauth_request_signer_unittest.cc',
1594 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', 1594 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc',
1595 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', 1595 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc',
1596 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', 1596 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc',
1597 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', 1597 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc',
1598 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', 1598 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc',
1599 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 1599 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
1600 '../skia/ext/convolver_unittest.cc', 1600 '../skia/ext/convolver_unittest.cc',
1601 '../skia/ext/image_operations_unittest.cc', 1601 '../skia/ext/image_operations_unittest.cc',
1602 '../skia/ext/platform_canvas_unittest.cc', 1602 '../skia/ext/platform_canvas_unittest.cc',
1603 '../skia/ext/refptr_unittest.cc',
1603 '../skia/ext/skia_utils_ios_unittest.mm', 1604 '../skia/ext/skia_utils_ios_unittest.mm',
1604 '../skia/ext/skia_utils_mac_unittest.mm', 1605 '../skia/ext/skia_utils_mac_unittest.mm',
1605 '../skia/ext/vector_canvas_unittest.cc', 1606 '../skia/ext/vector_canvas_unittest.cc',
1606 '../testing/gtest_mac_unittest.mm', 1607 '../testing/gtest_mac_unittest.mm',
1607 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1608 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1608 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 1609 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
1609 '../tools/json_schema_compiler/test/any_unittest.cc', 1610 '../tools/json_schema_compiler/test/any_unittest.cc',
1610 '../tools/json_schema_compiler/test/arrays_unittest.cc', 1611 '../tools/json_schema_compiler/test/arrays_unittest.cc',
1611 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 1612 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
1612 '../tools/json_schema_compiler/test/choices_unittest.cc', 1613 '../tools/json_schema_compiler/test/choices_unittest.cc',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 'unit_tests.isolate', 2291 'unit_tests.isolate',
2291 ], 2292 ],
2292 'sources': [ 2293 'sources': [
2293 'unit_tests.isolate', 2294 'unit_tests.isolate',
2294 ], 2295 ],
2295 }, 2296 },
2296 ], 2297 ],
2297 }], 2298 }],
2298 ], # 'conditions' 2299 ], # 'conditions'
2299 } 2300 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/automation/automation_renderer_helper.cc » ('j') | skia/ext/vector_canvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698