OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1150 'chrome_resources.gyp:chrome_strings', | 1150 'chrome_resources.gyp:chrome_strings', |
1151 'chrome_resources.gyp:packed_extra_resources', | 1151 'chrome_resources.gyp:packed_extra_resources', |
1152 'chrome_resources.gyp:packed_resources', | 1152 'chrome_resources.gyp:packed_resources', |
1153 'common/extensions/api/api.gyp:api', | 1153 'common/extensions/api/api.gyp:api', |
1154 'renderer', | 1154 'renderer', |
1155 'test_support_common', | 1155 'test_support_common', |
1156 '../base/base.gyp:base', | 1156 '../base/base.gyp:base', |
1157 '../base/base.gyp:base_i18n', | 1157 '../base/base.gyp:base_i18n', |
1158 '../base/base.gyp:test_support_base', | 1158 '../base/base.gyp:test_support_base', |
1159 '../components/components.gyp:autofill_risk_proto', | 1159 '../components/components.gyp:autofill_risk_proto', |
| 1160 '../components/components.gyp:autofill_test_util', |
1160 '../device/device.gyp:device_bluetooth_mocks', | 1161 '../device/device.gyp:device_bluetooth_mocks', |
1161 '../net/net.gyp:net', | 1162 '../net/net.gyp:net', |
1162 '../net/net.gyp:net_test_support', | 1163 '../net/net.gyp:net_test_support', |
1163 '../skia/skia.gyp:skia', | 1164 '../skia/skia.gyp:skia', |
1164 '../sync/sync.gyp:sync', | 1165 '../sync/sync.gyp:sync', |
1165 '../sync/sync.gyp:test_support_sync_api', | 1166 '../sync/sync.gyp:test_support_sync_api', |
1166 '../testing/gmock.gyp:gmock', | 1167 '../testing/gmock.gyp:gmock', |
1167 '../testing/gtest.gyp:gtest', | 1168 '../testing/gtest.gyp:gtest', |
1168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 1169 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
1169 '../third_party/cld/cld.gyp:cld', | 1170 '../third_party/cld/cld.gyp:cld', |
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3390 # more details. | 3391 # more details. |
3391 'DebugInformationFormat': '3', | 3392 'DebugInformationFormat': '3', |
3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3393 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3393 }, | 3394 }, |
3394 }, | 3395 }, |
3395 }, | 3396 }, |
3396 ], | 3397 ], |
3397 }], | 3398 }], |
3398 ], # 'conditions' | 3399 ], # 'conditions' |
3399 } | 3400 } |
OLD | NEW |