| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1959 'type': 'executable', | 1959 'type': 'executable', |
| 1960 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', | 1960 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE', |
| 1961 'dependencies': [ | 1961 'dependencies': [ |
| 1962 'chrome', | 1962 'chrome', |
| 1963 'test_support_common', | 1963 'test_support_common', |
| 1964 '../app/app.gyp:app_resources', | 1964 '../app/app.gyp:app_resources', |
| 1965 '../base/base.gyp:base', | 1965 '../base/base.gyp:base', |
| 1966 '../net/net.gyp:net_test_support', | 1966 '../net/net.gyp:net_test_support', |
| 1967 '../skia/skia.gyp:skia', | 1967 '../skia/skia.gyp:skia', |
| 1968 '../testing/gtest.gyp:gtest', | 1968 '../testing/gtest.gyp:gtest', |
| 1969 # This is the safebrowsing test server. |
| 1970 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 1969 ], | 1971 ], |
| 1970 'include_dirs': [ | 1972 'include_dirs': [ |
| 1971 '..', | 1973 '..', |
| 1972 ], | 1974 ], |
| 1973 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 1975 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
| 1974 'sources': [ | 1976 'sources': [ |
| 1975 'app/chrome_dll.rc', | 1977 'app/chrome_dll.rc', |
| 1976 'browser/safe_browsing/safe_browsing_test.cc', | 1978 'browser/safe_browsing/safe_browsing_test.cc', |
| 1977 'test/in_process_browser_test.cc', | 1979 'test/in_process_browser_test.cc', |
| 1978 'test/in_process_browser_test.h', | 1980 'test/in_process_browser_test.h', |
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3029 ] | 3031 ] |
| 3030 }], # 'coverage!=0' | 3032 }], # 'coverage!=0' |
| 3031 ], # 'conditions' | 3033 ], # 'conditions' |
| 3032 } | 3034 } |
| 3033 | 3035 |
| 3034 # Local Variables: | 3036 # Local Variables: |
| 3035 # tab-width:2 | 3037 # tab-width:2 |
| 3036 # indent-tabs-mode:nil | 3038 # indent-tabs-mode:nil |
| 3037 # End: | 3039 # End: |
| 3038 # vim: set expandtab tabstop=2 shiftwidth=2: | 3040 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |