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 2470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2481 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 2481 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
2482 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 2482 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
2483 'browser/ui/webui/settings_browsertest.cc', | 2483 'browser/ui/webui/settings_browsertest.cc', |
2484 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', | 2484 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', |
2485 'browser/ui/webui/BidiCheckerWebUITest.cc', | 2485 'browser/ui/webui/BidiCheckerWebUITest.cc', |
2486 'browser/ui/webui/BidiCheckerWebUITest.h', | 2486 'browser/ui/webui/BidiCheckerWebUITest.h', |
2487 'browser/ui/webui/web_ui_browsertest.cc', | 2487 'browser/ui/webui/web_ui_browsertest.cc', |
2488 'browser/ui/webui/web_ui_browsertest.h', | 2488 'browser/ui/webui/web_ui_browsertest.h', |
2489 'browser/ui/webui/web_ui_test_handler.cc', | 2489 'browser/ui/webui/web_ui_test_handler.cc', |
2490 'browser/ui/webui/web_ui_test_handler.h', | 2490 'browser/ui/webui/web_ui_test_handler.h', |
2491 'common/time_format_browsertest.cc', | |
2492 'renderer/autofill/autofill_browsertest.cc', | 2491 'renderer/autofill/autofill_browsertest.cc', |
2493 'renderer/autofill/form_autocomplete_browsertest.cc', | 2492 'renderer/autofill/form_autocomplete_browsertest.cc', |
2494 'renderer/autofill/form_manager_browsertest.cc', | 2493 'renderer/autofill/form_manager_browsertest.cc', |
2495 'renderer/autofill/password_autofill_manager_unittest.cc', | 2494 'renderer/autofill/password_autofill_manager_unittest.cc', |
2496 'renderer/content_settings_observer_browsertest.cc', | 2495 'renderer/content_settings_observer_browsertest.cc', |
2497 'renderer/page_click_tracker_browsertest.cc', | 2496 'renderer/page_click_tracker_browsertest.cc', |
2498 'renderer/print_web_view_helper_browsertest.cc', | 2497 'renderer/print_web_view_helper_browsertest.cc', |
2499 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2498 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
2500 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2499 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2501 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2500 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2646 ], | 2645 ], |
2647 'sources': [ | 2646 'sources': [ |
2648 'browser/spellcheck_message_filter_browsertest.cc', | 2647 'browser/spellcheck_message_filter_browsertest.cc', |
2649 '../content/renderer/external_popup_menu_unittest.cc', | 2648 '../content/renderer/external_popup_menu_unittest.cc', |
2650 ], | 2649 ], |
2651 }, { # else: OS != "mac" | 2650 }, { # else: OS != "mac" |
2652 'sources!': [ | 2651 'sources!': [ |
2653 'browser/extensions/browser_action_test_util_mac.mm', | 2652 'browser/extensions/browser_action_test_util_mac.mm', |
2654 ], | 2653 ], |
2655 }], | 2654 }], |
2655 ['os_posix == 1', { | |
2656 'sources': [ | |
2657 'common/time_format_browsertest.cc', | |
Joao da Silva
2011/06/10 15:53:56
Done. Please let me know if this should be done di
Paweł Hajdan Jr.
2011/06/10 17:00:51
I think it would be slightly better to flip the co
Joao da Silva
2011/06/14 16:48:44
Done.
| |
2658 ], | |
2659 }], | |
2656 ['os_posix == 1 and OS != "mac"', { | 2660 ['os_posix == 1 and OS != "mac"', { |
2657 'conditions': [ | 2661 'conditions': [ |
2658 ['linux_use_tcmalloc==1', { | 2662 ['linux_use_tcmalloc==1', { |
2659 'dependencies': [ | 2663 'dependencies': [ |
2660 '../base/allocator/allocator.gyp:allocator', | 2664 '../base/allocator/allocator.gyp:allocator', |
2661 ], | 2665 ], |
2662 }], | 2666 }], |
2663 ], | 2667 ], |
2664 }], | 2668 }], |
2665 ['toolkit_views==1', { | 2669 ['toolkit_views==1', { |
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4105 ] | 4109 ] |
4106 }], # 'coverage!=0' | 4110 }], # 'coverage!=0' |
4107 ], # 'conditions' | 4111 ], # 'conditions' |
4108 } | 4112 } |
4109 | 4113 |
4110 # Local Variables: | 4114 # Local Variables: |
4111 # tab-width:2 | 4115 # tab-width:2 |
4112 # indent-tabs-mode:nil | 4116 # indent-tabs-mode:nil |
4113 # End: | 4117 # End: |
4114 # vim: set expandtab tabstop=2 shiftwidth=2: | 4118 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |