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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1145 'chrome_resources.gyp:chrome_strings', | 1145 'chrome_resources.gyp:chrome_strings', |
1146 'chrome_resources.gyp:packed_extra_resources', | 1146 'chrome_resources.gyp:packed_extra_resources', |
1147 'chrome_resources.gyp:packed_resources', | 1147 'chrome_resources.gyp:packed_resources', |
1148 'common/extensions/api/api.gyp:api', | 1148 'common/extensions/api/api.gyp:api', |
1149 'renderer', | 1149 'renderer', |
1150 'test_support_common', | 1150 'test_support_common', |
1151 '../base/base.gyp:base', | 1151 '../base/base.gyp:base', |
1152 '../base/base.gyp:base_i18n', | 1152 '../base/base.gyp:base_i18n', |
1153 '../base/base.gyp:test_support_base', | 1153 '../base/base.gyp:test_support_base', |
1154 '../components/components.gyp:autofill_risk_proto', | 1154 '../components/components.gyp:autofill_risk_proto', |
| 1155 '../components/components.gyp:autofill_test', |
1155 '../device/device.gyp:device_bluetooth_mocks', | 1156 '../device/device.gyp:device_bluetooth_mocks', |
1156 '../net/net.gyp:net', | 1157 '../net/net.gyp:net', |
1157 '../net/net.gyp:net_test_support', | 1158 '../net/net.gyp:net_test_support', |
1158 '../skia/skia.gyp:skia', | 1159 '../skia/skia.gyp:skia', |
1159 '../sync/sync.gyp:sync', | 1160 '../sync/sync.gyp:sync', |
1160 '../sync/sync.gyp:test_support_sync_api', | 1161 '../sync/sync.gyp:test_support_sync_api', |
1161 '../testing/gmock.gyp:gmock', | 1162 '../testing/gmock.gyp:gmock', |
1162 '../testing/gtest.gyp:gtest', | 1163 '../testing/gtest.gyp:gtest', |
1163 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 1164 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
1164 '../third_party/cld/cld.gyp:cld', | 1165 '../third_party/cld/cld.gyp:cld', |
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3385 # more details. | 3386 # more details. |
3386 'DebugInformationFormat': '3', | 3387 'DebugInformationFormat': '3', |
3387 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3388 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3388 }, | 3389 }, |
3389 }, | 3390 }, |
3390 }, | 3391 }, |
3391 ], | 3392 ], |
3392 }], | 3393 }], |
3393 ], # 'conditions' | 3394 ], # 'conditions' |
3394 } | 3395 } |
OLD | NEW |