| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 'utility', | 1151 'utility', |
| 1152 '../app/app.gyp:app_base', | 1152 '../app/app.gyp:app_base', |
| 1153 '../app/app.gyp:app_resources', | 1153 '../app/app.gyp:app_resources', |
| 1154 '../content/content.gyp:content_gpu', | 1154 '../content/content.gyp:content_gpu', |
| 1155 '../gpu/gpu.gyp:gpu_unittest_utils', | 1155 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1156 '../ipc/ipc.gyp:ipc', | 1156 '../ipc/ipc.gyp:ipc', |
| 1157 '../media/media.gyp:media_test_support', | 1157 '../media/media.gyp:media_test_support', |
| 1158 '../net/net.gyp:net_resources', | 1158 '../net/net.gyp:net_resources', |
| 1159 '../net/net.gyp:net_test_support', | 1159 '../net/net.gyp:net_test_support', |
| 1160 '../printing/printing.gyp:printing', | 1160 '../printing/printing.gyp:printing', |
| 1161 '../webkit/support/webkit_support.gyp:webkit_resources', | |
| 1162 '../skia/skia.gyp:skia', | 1161 '../skia/skia.gyp:skia', |
| 1163 '../testing/gmock.gyp:gmock', | 1162 '../testing/gmock.gyp:gmock', |
| 1164 '../testing/gtest.gyp:gtest', | 1163 '../testing/gtest.gyp:gtest', |
| 1165 '../third_party/bzip2/bzip2.gyp:bzip2', | 1164 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 1166 '../third_party/cld/cld.gyp:cld', | 1165 '../third_party/cld/cld.gyp:cld', |
| 1167 '../third_party/expat/expat.gyp:expat', | 1166 '../third_party/expat/expat.gyp:expat', |
| 1168 '../third_party/icu/icu.gyp:icui18n', | 1167 '../third_party/icu/icu.gyp:icui18n', |
| 1169 '../third_party/icu/icu.gyp:icuuc', | 1168 '../third_party/icu/icu.gyp:icuuc', |
| 1170 '../third_party/libjingle/libjingle.gyp:libjingle', | 1169 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1171 '../third_party/libxml/libxml.gyp:libxml', | 1170 '../third_party/libxml/libxml.gyp:libxml', |
| 1172 '../third_party/npapi/npapi.gyp:npapi', | 1171 '../third_party/npapi/npapi.gyp:npapi', |
| 1173 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 1172 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 1174 '../ui/gfx/gl/gl.gyp:gl', | 1173 '../ui/gfx/gl/gl.gyp:gl', |
| 1174 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 1175 ], | 1175 ], |
| 1176 'include_dirs': [ | 1176 'include_dirs': [ |
| 1177 '..', | 1177 '..', |
| 1178 ], | 1178 ], |
| 1179 'defines': [ | 1179 'defines': [ |
| 1180 'CLD_WINDOWS', | 1180 'CLD_WINDOWS', |
| 1181 ], | 1181 ], |
| 1182 'direct_dependent_settings': { | 1182 'direct_dependent_settings': { |
| 1183 'defines': [ | 1183 'defines': [ |
| 1184 'CLD_WINDOWS', | 1184 'CLD_WINDOWS', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 'browser/importer/firefox_importer_unittest_utils.h', | 1376 'browser/importer/firefox_importer_unittest_utils.h', |
| 1377 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 1377 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
| 1378 'browser/importer/firefox_importer_utils_unittest.cc', | 1378 'browser/importer/firefox_importer_utils_unittest.cc', |
| 1379 'browser/importer/firefox_profile_lock_unittest.cc', | 1379 'browser/importer/firefox_profile_lock_unittest.cc', |
| 1380 'browser/importer/firefox_proxy_settings_unittest.cc', | 1380 'browser/importer/firefox_proxy_settings_unittest.cc', |
| 1381 'browser/importer/importer_unittest.cc', | 1381 'browser/importer/importer_unittest.cc', |
| 1382 'browser/importer/safari_importer_unittest.mm', | 1382 'browser/importer/safari_importer_unittest.mm', |
| 1383 'browser/importer/toolbar_importer_unittest.cc', | 1383 'browser/importer/toolbar_importer_unittest.cc', |
| 1384 'browser/instant/instant_loader_manager_unittest.cc', | 1384 'browser/instant/instant_loader_manager_unittest.cc', |
| 1385 'browser/instant/promo_counter_unittest.cc', | 1385 'browser/instant/promo_counter_unittest.cc', |
| 1386 'browser/internal_auth_unittest.cc', |
| 1387 'browser/internal_auth_unittest.h', |
| 1386 'browser/keychain_mock_mac.cc', | 1388 'browser/keychain_mock_mac.cc', |
| 1387 'browser/keychain_mock_mac.h', | 1389 'browser/keychain_mock_mac.h', |
| 1388 'browser/mach_broker_mac_unittest.cc', | 1390 'browser/mach_broker_mac_unittest.cc', |
| 1389 'browser/metrics/metrics_log_unittest.cc', | 1391 'browser/metrics/metrics_log_unittest.cc', |
| 1390 'browser/metrics/metrics_response_unittest.cc', | 1392 'browser/metrics/metrics_response_unittest.cc', |
| 1391 'browser/metrics/metrics_service_unittest.cc', | 1393 'browser/metrics/metrics_service_unittest.cc', |
| 1392 'browser/metrics/thread_watcher_unittest.cc', | 1394 'browser/metrics/thread_watcher_unittest.cc', |
| 1393 'browser/mock_plugin_exceptions_table_model.cc', | 1395 'browser/mock_plugin_exceptions_table_model.cc', |
| 1394 'browser/mock_plugin_exceptions_table_model.h', | 1396 'browser/mock_plugin_exceptions_table_model.h', |
| 1395 'browser/net/connection_tester_unittest.cc', | 1397 'browser/net/connection_tester_unittest.cc', |
| (...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3817 ] | 3819 ] |
| 3818 }], # 'coverage!=0' | 3820 }], # 'coverage!=0' |
| 3819 ], # 'conditions' | 3821 ], # 'conditions' |
| 3820 } | 3822 } |
| 3821 | 3823 |
| 3822 # Local Variables: | 3824 # Local Variables: |
| 3823 # tab-width:2 | 3825 # tab-width:2 |
| 3824 # indent-tabs-mode:nil | 3826 # indent-tabs-mode:nil |
| 3825 # End: | 3827 # End: |
| 3826 # vim: set expandtab tabstop=2 shiftwidth=2: | 3828 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |