| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |