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

Side by Side Diff: base/base.gyp

Issue 12481028: base: Move the rest of JSONValueSerializer unit tests from c/common to base/json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change the extension to json Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base_paths.h » ('j') | base/base_paths.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'test/trace_event_analyzer_unittest.cc', 692 'test/trace_event_analyzer_unittest.cc',
693 'utf_offset_string_conversions_unittest.cc', 693 'utf_offset_string_conversions_unittest.cc',
694 ], 694 ],
695 }], 695 }],
696 ], 696 ],
697 'actions': [ 697 'actions': [
698 { 698 {
699 'action_name': 'copy_test_data', 699 'action_name': 'copy_test_data',
700 'variables': { 700 'variables': {
701 'test_data_files': [ 701 'test_data_files': [
702 'data/file_util_unittest',
702 'data/json/bom_feff.json', 703 'data/json/bom_feff.json',
703 'data/file_util_unittest',
704 'prefs/test/data/pref_service', 704 'prefs/test/data/pref_service',
705 'test/data',
705 ], 706 ],
706 'test_data_prefix': 'base', 707 'test_data_prefix': 'base',
707 }, 708 },
708 'includes': [ '../build/copy_test_data_ios.gypi' ], 709 'includes': [ '../build/copy_test_data_ios.gypi' ],
709 }, 710 },
710 ], 711 ],
711 }], 712 }],
712 ['use_glib==1', { 713 ['use_glib==1', {
713 'sources!': [ 714 'sources!': [
714 'file_version_info_unittest.cc', 715 'file_version_info_unittest.cc',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'base_unittests.isolate', 1220 'base_unittests.isolate',
1220 ], 1221 ],
1221 'sources': [ 1222 'sources': [
1222 'base_unittests.isolate', 1223 'base_unittests.isolate',
1223 ], 1224 ],
1224 }, 1225 },
1225 ], 1226 ],
1226 }], 1227 }],
1227 ], 1228 ],
1228 } 1229 }
OLDNEW
« no previous file with comments | « no previous file | base/base_paths.h » ('j') | base/base_paths.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698