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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../components/components.gyp:autofill_test_util', |
1161 '../device/device.gyp:device_bluetooth_mocks', | 1161 '../device/bluetooth/bluetooth.gyp:bluetooth_mocks', |
1162 '../net/net.gyp:net', | 1162 '../net/net.gyp:net', |
1163 '../net/net.gyp:net_test_support', | 1163 '../net/net.gyp:net_test_support', |
1164 '../skia/skia.gyp:skia', | 1164 '../skia/skia.gyp:skia', |
1165 '../sync/sync.gyp:sync', | 1165 '../sync/sync.gyp:sync', |
1166 '../sync/sync.gyp:test_support_sync_api', | 1166 '../sync/sync.gyp:test_support_sync_api', |
1167 '../testing/gmock.gyp:gmock', | 1167 '../testing/gmock.gyp:gmock', |
1168 '../testing/gtest.gyp:gtest', | 1168 '../testing/gtest.gyp:gtest', |
1169 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 1169 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
1170 '../third_party/cld/cld.gyp:cld', | 1170 '../third_party/cld/cld.gyp:cld', |
1171 '../third_party/icu/icu.gyp:icui18n', | 1171 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3393 # more details. | 3393 # more details. |
3394 'DebugInformationFormat': '3', | 3394 'DebugInformationFormat': '3', |
3395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3396 }, | 3396 }, |
3397 }, | 3397 }, |
3398 }, | 3398 }, |
3399 ], | 3399 ], |
3400 }], | 3400 }], |
3401 ], # 'conditions' | 3401 ], # 'conditions' |
3402 } | 3402 } |
OLD | NEW |