| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1417 'browser/cookies_tree_model_unittest.cc', | 1417 'browser/cookies_tree_model_unittest.cc', |
| 1418 'browser/custom_handlers/protocol_handler_registry_unittest.cc', | 1418 'browser/custom_handlers/protocol_handler_registry_unittest.cc', |
| 1419 'browser/diagnostics/diagnostics_model_unittest.cc', | 1419 'browser/diagnostics/diagnostics_model_unittest.cc', |
| 1420 'browser/download/download_request_infobar_delegate_unittest.cc', | 1420 'browser/download/download_request_infobar_delegate_unittest.cc', |
| 1421 'browser/download/download_request_limiter_unittest.cc', | 1421 'browser/download/download_request_limiter_unittest.cc', |
| 1422 'browser/download/download_shelf_unittest.cc', | 1422 'browser/download/download_shelf_unittest.cc', |
| 1423 'browser/download/download_status_updater_unittest.cc', | 1423 'browser/download/download_status_updater_unittest.cc', |
| 1424 'browser/enumerate_modules_model_unittest_win.cc', | 1424 'browser/enumerate_modules_model_unittest_win.cc', |
| 1425 'browser/event_disposition.cc', | 1425 'browser/event_disposition.cc', |
| 1426 'browser/event_disposition.h', | 1426 'browser/event_disposition.h', |
| 1427 'browser/extensions/api/declarative/initializing_rules_registry_unittest
.cc', |
| 1428 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', |
| 1427 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc', | 1429 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc', |
| 1428 'browser/extensions/api/declarative/url_matcher_unittest.cc', | 1430 'browser/extensions/api/declarative/url_matcher_unittest.cc', |
| 1429 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc'
, | 1431 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc'
, |
| 1430 'browser/extensions/api/socket/tcp_socket_unittest.cc', | 1432 'browser/extensions/api/socket/tcp_socket_unittest.cc', |
| 1431 'browser/extensions/api/socket/udp_socket_unittest.cc', | 1433 'browser/extensions/api/socket/udp_socket_unittest.cc', |
| 1432 'browser/extensions/api/webrequest/webrequest_api_unittest.cc', | 1434 'browser/extensions/api/webrequest/webrequest_api_unittest.cc', |
| 1433 'browser/extensions/api/webrequest/webrequest_time_tracker_unittest.cc', | 1435 'browser/extensions/api/webrequest/webrequest_time_tracker_unittest.cc', |
| 1434 'browser/extensions/app_notification_manager_sync_unittest.cc', | 1436 'browser/extensions/app_notification_manager_sync_unittest.cc', |
| 1435 'browser/extensions/app_notification_manager_unittest.cc', | 1437 'browser/extensions/app_notification_manager_unittest.cc', |
| 1436 'browser/extensions/app_notification_storage_unittest.cc', | 1438 'browser/extensions/app_notification_storage_unittest.cc', |
| (...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2476 'target_name': 'browser_tests', | 2478 'target_name': 'browser_tests', |
| 2477 'type': 'executable', | 2479 'type': 'executable', |
| 2478 'msvs_cygwin_shell': 0, | 2480 'msvs_cygwin_shell': 0, |
| 2479 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2481 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2480 'dependencies': [ | 2482 'dependencies': [ |
| 2481 'browser', | 2483 'browser', |
| 2482 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 2484 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 2483 'chrome', | 2485 'chrome', |
| 2484 'chrome_resources.gyp:chrome_resources', | 2486 'chrome_resources.gyp:chrome_resources', |
| 2485 'chrome_resources.gyp:chrome_strings', | 2487 'chrome_resources.gyp:chrome_strings', |
| 2488 'common/extensions/api/api.gyp:api', |
| 2486 'renderer', | 2489 'renderer', |
| 2487 'test_support_common', | 2490 'test_support_common', |
| 2488 '../base/base.gyp:base', | 2491 '../base/base.gyp:base', |
| 2489 '../base/base.gyp:base_i18n', | 2492 '../base/base.gyp:base_i18n', |
| 2490 '../base/base.gyp:test_support_base', | 2493 '../base/base.gyp:test_support_base', |
| 2491 '../net/net.gyp:net', | 2494 '../net/net.gyp:net', |
| 2492 '../net/net.gyp:net_test_support', | 2495 '../net/net.gyp:net_test_support', |
| 2493 '../skia/skia.gyp:skia', | 2496 '../skia/skia.gyp:skia', |
| 2494 '../testing/gmock.gyp:gmock', | 2497 '../testing/gmock.gyp:gmock', |
| 2495 '../testing/gtest.gyp:gtest', | 2498 '../testing/gtest.gyp:gtest', |
| (...skipping 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4686 # Use outputs of this action as inputs for the main target build. | 4689 # Use outputs of this action as inputs for the main target build. |
| 4687 # Seems as a misnomer but makes this happy on Linux (scons). | 4690 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4688 'process_outputs_as_sources': 1, | 4691 'process_outputs_as_sources': 1, |
| 4689 }, | 4692 }, |
| 4690 ], # 'actions' | 4693 ], # 'actions' |
| 4691 }, | 4694 }, |
| 4692 ] | 4695 ] |
| 4693 }], # 'coverage!=0' | 4696 }], # 'coverage!=0' |
| 4694 ], # 'conditions' | 4697 ], # 'conditions' |
| 4695 } | 4698 } |
| OLD | NEW |