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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7190001: [Sync] Split DirectoryChangeListener for thread-safety (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright Created 9 years, 6 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 | « chrome/chrome.gyp ('k') | chrome/test/sync/engine/mock_connection_manager.cc » ('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 (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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../testing/gmock.gyp:gmock', 289 '../testing/gmock.gyp:gmock',
290 '../testing/gtest.gyp:gtest', 290 '../testing/gtest.gyp:gtest',
291 'sync', 291 'sync',
292 ], 292 ],
293 'include_dirs': [ 293 'include_dirs': [
294 '..', 294 '..',
295 ], 295 ],
296 'sources': [ 296 'sources': [
297 'browser/sync/js_test_util.cc', 297 'browser/sync/js_test_util.cc',
298 'browser/sync/js_test_util.h', 298 'browser/sync/js_test_util.h',
299 'test/sync/null_directory_change_delegate.cc',
300 'test/sync/null_directory_change_delegate.h',
299 'test/sync/engine/test_directory_setter_upper.cc', 301 'test/sync/engine/test_directory_setter_upper.cc',
300 'test/sync/engine/test_directory_setter_upper.h', 302 'test/sync/engine/test_directory_setter_upper.h',
301 ], 303 ],
302 }, 304 },
303 { 305 {
304 'target_name': 'test_support_syncapi', 306 'target_name': 'test_support_syncapi',
305 'type': 'static_library', 307 'type': 'static_library',
306 'dependencies': [ 308 'dependencies': [
307 '../base/base.gyp:base', 309 '../base/base.gyp:base',
308 'syncapi_core', 310 'syncapi_core',
(...skipping 3821 matching lines...) Expand 10 before | Expand all | Expand 10 after
4130 ] 4132 ]
4131 }], # 'coverage!=0' 4133 }], # 'coverage!=0'
4132 ], # 'conditions' 4134 ], # 'conditions'
4133 } 4135 }
4134 4136
4135 # Local Variables: 4137 # Local Variables:
4136 # tab-width:2 4138 # tab-width:2
4137 # indent-tabs-mode:nil 4139 # indent-tabs-mode:nil
4138 # End: 4140 # End:
4139 # vim: set expandtab tabstop=2 shiftwidth=2: 4141 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/sync/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698