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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1155 'chrome_resources.gyp:packed_extra_resources', | 1155 'chrome_resources.gyp:packed_extra_resources', |
1156 'chrome_resources.gyp:packed_resources', | 1156 'chrome_resources.gyp:packed_resources', |
1157 'common/extensions/api/api.gyp:api', | 1157 'common/extensions/api/api.gyp:api', |
1158 'renderer', | 1158 'renderer', |
1159 'test_support_common', | 1159 'test_support_common', |
1160 '../base/base.gyp:base', | 1160 '../base/base.gyp:base', |
1161 '../base/base.gyp:base_i18n', | 1161 '../base/base.gyp:base_i18n', |
1162 '../base/base.gyp:test_support_base', | 1162 '../base/base.gyp:test_support_base', |
1163 '../components/components.gyp:autofill_risk_proto', | 1163 '../components/components.gyp:autofill_risk_proto', |
1164 '../components/components.gyp:autofill_test_util', | 1164 '../components/components.gyp:autofill_test_util', |
1165 '../device/device.gyp:device_bluetooth_mocks', | 1165 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1166 '../net/net.gyp:net', | 1166 '../net/net.gyp:net', |
1167 '../net/net.gyp:net_test_support', | 1167 '../net/net.gyp:net_test_support', |
1168 '../skia/skia.gyp:skia', | 1168 '../skia/skia.gyp:skia', |
1169 '../sync/sync.gyp:sync', | 1169 '../sync/sync.gyp:sync', |
1170 '../sync/sync.gyp:test_support_sync_api', | 1170 '../sync/sync.gyp:test_support_sync_api', |
1171 '../testing/gmock.gyp:gmock', | 1171 '../testing/gmock.gyp:gmock', |
1172 '../testing/gtest.gyp:gtest', | 1172 '../testing/gtest.gyp:gtest', |
1173 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 1173 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
1174 '../third_party/cld/cld.gyp:cld', | 1174 '../third_party/cld/cld.gyp:cld', |
1175 '../third_party/icu/icu.gyp:icui18n', | 1175 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3398 # more details. | 3398 # more details. |
3399 'DebugInformationFormat': '3', | 3399 'DebugInformationFormat': '3', |
3400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3401 }, | 3401 }, |
3402 }, | 3402 }, |
3403 }, | 3403 }, |
3404 ], | 3404 ], |
3405 }], | 3405 }], |
3406 ], # 'conditions' | 3406 ], # 'conditions' |
3407 } | 3407 } |
OLD | NEW |