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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7904021: [Sync] Rework SharedValue<T> into Immutable<T> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename vars Created 9 years, 3 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 'browser/sync/test/engine/mock_gaia_authenticator.h', 2941 'browser/sync/test/engine/mock_gaia_authenticator.h',
2942 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc', 2942 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc',
2943 'browser/sync/test/engine/syncer_command_test.h', 2943 'browser/sync/test/engine/syncer_command_test.h',
2944 'browser/sync/test/engine/test_id_factory.h', 2944 'browser/sync/test/engine/test_id_factory.h',
2945 'browser/sync/test/engine/test_syncable_utils.cc', 2945 'browser/sync/test/engine/test_syncable_utils.cc',
2946 'browser/sync/test/engine/test_syncable_utils.h', 2946 'browser/sync/test/engine/test_syncable_utils.h',
2947 'browser/sync/test/sessions/test_scoped_session_event_listener.h', 2947 'browser/sync/test/sessions/test_scoped_session_event_listener.h',
2948 'browser/sync/util/data_encryption_unittest.cc', 2948 'browser/sync/util/data_encryption_unittest.cc',
2949 'browser/sync/util/extensions_activity_monitor_unittest.cc', 2949 'browser/sync/util/extensions_activity_monitor_unittest.cc',
2950 'browser/sync/util/protobuf_unittest.cc', 2950 'browser/sync/util/protobuf_unittest.cc',
2951 'browser/sync/util/immutable_unittest.cc',
2951 'browser/sync/util/user_settings_unittest.cc', 2952 'browser/sync/util/user_settings_unittest.cc',
2952 'browser/sync/weak_handle_unittest.cc', 2953 'browser/sync/weak_handle_unittest.cc',
2953 ], 2954 ],
2954 'include_dirs': [ 2955 'include_dirs': [
2955 '..', 2956 '..',
2956 '<(protoc_out_dir)', 2957 '<(protoc_out_dir)',
2957 ], 2958 ],
2958 'defines' : [ 2959 'defines' : [
2959 'SYNC_ENGINE_VERSION_STRING="Unknown"', 2960 'SYNC_ENGINE_VERSION_STRING="Unknown"',
2960 '_CRT_SECURE_NO_WARNINGS', 2961 '_CRT_SECURE_NO_WARNINGS',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
3900 # Use outputs of this action as inputs for the main target build. 3901 # Use outputs of this action as inputs for the main target build.
3901 # Seems as a misnomer but makes this happy on Linux (scons). 3902 # Seems as a misnomer but makes this happy on Linux (scons).
3902 'process_outputs_as_sources': 1, 3903 'process_outputs_as_sources': 1,
3903 }, 3904 },
3904 ], # 'actions' 3905 ], # 'actions'
3905 }, 3906 },
3906 ] 3907 ]
3907 }], # 'coverage!=0' 3908 }], # 'coverage!=0'
3908 ], # 'conditions' 3909 ], # 'conditions'
3909 } 3910 }
OLDNEW
« chrome/browser/sync/util/immutable_unittest.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698