| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'autofill/core/browser/webdata/web_data_service_unittest.cc', | 65 'autofill/core/browser/webdata/web_data_service_unittest.cc', |
| 66 'autofill/core/common/form_data_unittest.cc', | 66 'autofill/core/common/form_data_unittest.cc', |
| 67 'autofill/core/common/form_field_data_unittest.cc', | 67 'autofill/core/common/form_field_data_unittest.cc', |
| 68 'autofill/core/common/password_form_fill_data_unittest.cc', | 68 'autofill/core/common/password_form_fill_data_unittest.cc', |
| 69 'autofill/core/common/save_password_progress_logger_unittest.cc', | 69 'autofill/core/common/save_password_progress_logger_unittest.cc', |
| 70 'bookmarks/browser/bookmark_codec_unittest.cc', | 70 'bookmarks/browser/bookmark_codec_unittest.cc', |
| 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', | 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', |
| 72 'bookmarks/browser/bookmark_index_unittest.cc', | 72 'bookmarks/browser/bookmark_index_unittest.cc', |
| 73 'bookmarks/browser/bookmark_model_unittest.cc', | 73 'bookmarks/browser/bookmark_model_unittest.cc', |
| 74 'bookmarks/browser/bookmark_utils_unittest.cc', | 74 'bookmarks/browser/bookmark_utils_unittest.cc', |
| 75 'browser_watcher/watcher_win_unittest.cc', |
| 75 'crash/app/crash_keys_win_unittest.cc', | 76 'crash/app/crash_keys_win_unittest.cc', |
| 76 'captive_portal/captive_portal_detector_unittest.cc', | 77 'captive_portal/captive_portal_detector_unittest.cc', |
| 77 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 78 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 78 'cloud_devices/common/printer_description_unittest.cc', | 79 'cloud_devices/common/printer_description_unittest.cc', |
| 79 'component_updater/test/component_patcher_unittest.cc', | 80 'component_updater/test/component_patcher_unittest.cc', |
| 80 'component_updater/test/component_updater_ping_manager_unittest.cc', | 81 'component_updater/test/component_updater_ping_manager_unittest.cc', |
| 81 'component_updater/test/crx_downloader_unittest.cc', | 82 'component_updater/test/crx_downloader_unittest.cc', |
| 82 'component_updater/test/request_sender_unittest.cc', | 83 'component_updater/test/request_sender_unittest.cc', |
| 83 'component_updater/test/update_checker_unittest.cc', | 84 'component_updater/test/update_checker_unittest.cc', |
| 84 'component_updater/test/update_response_unittest.cc', | 85 'component_updater/test/update_response_unittest.cc', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 ['toolkit_views == 1', { | 474 ['toolkit_views == 1', { |
| 474 'sources': [ | 475 'sources': [ |
| 475 'bookmarks/browser/bookmark_node_data_unittest.cc', | 476 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 476 'constrained_window/constrained_window_views_unittest.cc', | 477 'constrained_window/constrained_window_views_unittest.cc', |
| 477 ], | 478 ], |
| 478 'dependencies': [ | 479 'dependencies': [ |
| 479 '<(DEPTH)/ui/views/views.gyp:views_test_support', | 480 '<(DEPTH)/ui/views/views.gyp:views_test_support', |
| 480 'components.gyp:constrained_window', | 481 'components.gyp:constrained_window', |
| 481 ] | 482 ] |
| 482 }], | 483 }], |
| 484 ['OS=="win"', { |
| 485 'dependencies': [ |
| 486 # Dependencies of browser_watcher, windows only. |
| 487 'components.gyp:browser_watcher_lib', |
| 488 ] |
| 489 }], |
| 483 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { | 490 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
| 484 'dependencies': [ | 491 'dependencies': [ |
| 485 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 492 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 486 ], | 493 ], |
| 487 }], | 494 }], |
| 488 [ 'cld_version==0 or cld_version==2', { | 495 [ 'cld_version==0 or cld_version==2', { |
| 489 'dependencies': [ | 496 'dependencies': [ |
| 490 # Unit tests should always use statically-linked CLD data. | 497 # Unit tests should always use statically-linked CLD data. |
| 491 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 498 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 492 }], | 499 }], |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 'dependencies': [ | 1046 'dependencies': [ |
| 1040 '../base/allocator/allocator.gyp:allocator', | 1047 '../base/allocator/allocator.gyp:allocator', |
| 1041 ], | 1048 ], |
| 1042 }], | 1049 }], |
| 1043 ], | 1050 ], |
| 1044 }, | 1051 }, |
| 1045 ], | 1052 ], |
| 1046 }], | 1053 }], |
| 1047 ], | 1054 ], |
| 1048 } | 1055 } |
| OLD | NEW |