| 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 26 matching lines...) Expand all Loading... |
| 37 '../media/media.gyp:media_test_support', | 37 '../media/media.gyp:media_test_support', |
| 38 # 'test/test_url_request_context_getter.h' brings in this requirement. | 38 # 'test/test_url_request_context_getter.h' brings in this requirement. |
| 39 '../net/net.gyp:net_test_support', | 39 '../net/net.gyp:net_test_support', |
| 40 '../skia/skia.gyp:skia', | 40 '../skia/skia.gyp:skia', |
| 41 '../testing/gmock.gyp:gmock', | 41 '../testing/gmock.gyp:gmock', |
| 42 '../testing/gtest.gyp:gtest', | 42 '../testing/gtest.gyp:gtest', |
| 43 ], | 43 ], |
| 44 'export_dependent_settings': [ | 44 'export_dependent_settings': [ |
| 45 'renderer', | 45 'renderer', |
| 46 'app/policy/cloud_policy_codegen.gyp:policy', | 46 'app/policy/cloud_policy_codegen.gyp:policy', |
| 47 '../base/base.gyp:test_support_base', |
| 47 ], | 48 ], |
| 48 'include_dirs': [ | 49 'include_dirs': [ |
| 49 '..', | 50 '..', |
| 50 ], | 51 ], |
| 51 'sources': [ | 52 'sources': [ |
| 52 'app/breakpad_mac_stubs.mm', | 53 'app/breakpad_mac_stubs.mm', |
| 53 'browser/autofill/autofill_common_test.cc', | 54 'browser/autofill/autofill_common_test.cc', |
| 54 'browser/autofill/autofill_common_test.h', | 55 'browser/autofill/autofill_common_test.h', |
| 55 'browser/autofill/data_driven_test.cc', | 56 'browser/autofill/data_driven_test.cc', |
| 56 'browser/autofill/data_driven_test.h', | 57 'browser/autofill/data_driven_test.h', |
| (...skipping 3816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3873 ] | 3874 ] |
| 3874 }], # 'coverage!=0' | 3875 }], # 'coverage!=0' |
| 3875 ], # 'conditions' | 3876 ], # 'conditions' |
| 3876 } | 3877 } |
| 3877 | 3878 |
| 3878 # Local Variables: | 3879 # Local Variables: |
| 3879 # tab-width:2 | 3880 # tab-width:2 |
| 3880 # indent-tabs-mode:nil | 3881 # indent-tabs-mode:nil |
| 3881 # End: | 3882 # End: |
| 3882 # vim: set expandtab tabstop=2 shiftwidth=2: | 3883 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |