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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8772073: [Sync] Add new EnumSet class representing a set of enum values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 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
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3288 'browser/sync/test/engine/mock_gaia_authenticator.cc', 3288 'browser/sync/test/engine/mock_gaia_authenticator.cc',
3289 'browser/sync/test/engine/mock_gaia_authenticator.h', 3289 'browser/sync/test/engine/mock_gaia_authenticator.h',
3290 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc', 3290 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc',
3291 'browser/sync/test/engine/syncer_command_test.cc', 3291 'browser/sync/test/engine/syncer_command_test.cc',
3292 'browser/sync/test/engine/syncer_command_test.h', 3292 'browser/sync/test/engine/syncer_command_test.h',
3293 'browser/sync/test/engine/test_id_factory.h', 3293 'browser/sync/test/engine/test_id_factory.h',
3294 'browser/sync/test/engine/test_syncable_utils.cc', 3294 'browser/sync/test/engine/test_syncable_utils.cc',
3295 'browser/sync/test/engine/test_syncable_utils.h', 3295 'browser/sync/test/engine/test_syncable_utils.h',
3296 'browser/sync/test/sessions/test_scoped_session_event_listener.h', 3296 'browser/sync/test/sessions/test_scoped_session_event_listener.h',
3297 'browser/sync/util/data_encryption_unittest.cc', 3297 'browser/sync/util/data_encryption_unittest.cc',
3298 'browser/sync/util/enum_set_unittest.cc',
3298 'browser/sync/util/extensions_activity_monitor_unittest.cc', 3299 'browser/sync/util/extensions_activity_monitor_unittest.cc',
3299 'browser/sync/util/protobuf_unittest.cc', 3300 'browser/sync/util/protobuf_unittest.cc',
3300 'browser/sync/util/immutable_unittest.cc', 3301 'browser/sync/util/immutable_unittest.cc',
3301 'browser/sync/util/weak_handle_unittest.cc', 3302 'browser/sync/util/weak_handle_unittest.cc',
3302 ], 3303 ],
3303 'include_dirs': [ 3304 'include_dirs': [
3304 '..', 3305 '..',
3305 '<(protoc_out_dir)', 3306 '<(protoc_out_dir)',
3306 ], 3307 ],
3307 'defines' : [ 3308 'defines' : [
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 # Use outputs of this action as inputs for the main target build. 4302 # Use outputs of this action as inputs for the main target build.
4302 # Seems as a misnomer but makes this happy on Linux (scons). 4303 # Seems as a misnomer but makes this happy on Linux (scons).
4303 'process_outputs_as_sources': 1, 4304 'process_outputs_as_sources': 1,
4304 }, 4305 },
4305 ], # 'actions' 4306 ], # 'actions'
4306 }, 4307 },
4307 ] 4308 ]
4308 }], # 'coverage!=0' 4309 }], # 'coverage!=0'
4309 ], # 'conditions' 4310 ], # 'conditions'
4310 } 4311 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698