OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1371 'browser/chromeos/login/wizard_in_process_browser_test.h', | 1371 'browser/chromeos/login/wizard_in_process_browser_test.h', |
1372 'browser/chromeos/network_state_notifier_browsertest.cc', | 1372 'browser/chromeos/network_state_notifier_browsertest.cc', |
1373 'browser/chromeos/notifications/notification_browsertest.cc', | 1373 'browser/chromeos/notifications/notification_browsertest.cc', |
1374 'browser/chromeos/options/wifi_config_view_browsertest.cc', | 1374 'browser/chromeos/options/wifi_config_view_browsertest.cc', |
1375 'browser/chromeos/panels/panel_browsertest.cc', | 1375 'browser/chromeos/panels/panel_browsertest.cc', |
1376 'browser/chromeos/status/clock_menu_button_browsertest.cc', | 1376 'browser/chromeos/status/clock_menu_button_browsertest.cc', |
1377 'browser/chromeos/status/language_menu_button_browsertest.cc', | 1377 'browser/chromeos/status/language_menu_button_browsertest.cc', |
1378 'browser/chromeos/status/power_menu_button_browsertest.cc', | 1378 'browser/chromeos/status/power_menu_button_browsertest.cc', |
1379 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', | 1379 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', |
1380 'browser/chromeos/update_browsertest.cc', | 1380 'browser/chromeos/update_browsertest.cc', |
| 1381 'browser/cocoa/view_id_util_browsertest.cc', |
1381 'browser/crash_recovery_browsertest.cc', | 1382 'browser/crash_recovery_browsertest.cc', |
1382 'browser/dom_ui/file_browse_browsertest.cc', | 1383 'browser/dom_ui/file_browse_browsertest.cc', |
1383 'browser/dom_ui/mediaplayer_browsertest.cc', | 1384 'browser/dom_ui/mediaplayer_browsertest.cc', |
1384 'browser/download/save_page_browsertest.cc', | 1385 'browser/download/save_page_browsertest.cc', |
1385 'browser/extensions/alert_apitest.cc', | 1386 'browser/extensions/alert_apitest.cc', |
1386 'browser/extensions/app_background_page_apitest.cc', | 1387 'browser/extensions/app_background_page_apitest.cc', |
1387 'browser/extensions/app_process_apitest.cc', | 1388 'browser/extensions/app_process_apitest.cc', |
1388 'browser/extensions/autoupdate_interceptor.cc', | 1389 'browser/extensions/autoupdate_interceptor.cc', |
1389 'browser/extensions/autoupdate_interceptor.h', | 1390 'browser/extensions/autoupdate_interceptor.h', |
1390 'browser/extensions/browser_action_apitest.cc', | 1391 'browser/extensions/browser_action_apitest.cc', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1555 '-Wl,-ObjC', | 1556 '-Wl,-ObjC', |
1556 ], | 1557 ], |
1557 }, | 1558 }, |
1558 # See the comment in this section of the unit_tests target for an | 1559 # See the comment in this section of the unit_tests target for an |
1559 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 1560 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
1560 'dependencies+++': [ | 1561 'dependencies+++': [ |
1561 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 1562 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
1562 ], | 1563 ], |
1563 }, { # else: OS != "mac" | 1564 }, { # else: OS != "mac" |
1564 'sources!': [ | 1565 'sources!': [ |
| 1566 'browser/cocoa/view_id_util_browsertest.cc', |
1565 'browser/extensions/browser_action_test_util_mac.mm', | 1567 'browser/extensions/browser_action_test_util_mac.mm', |
1566 ], | 1568 ], |
1567 }], | 1569 }], |
1568 ['OS=="linux" or OS=="freebsd"', { | 1570 ['OS=="linux" or OS=="freebsd"', { |
1569 'conditions': [ | 1571 'conditions': [ |
1570 ['linux_use_tcmalloc==1', { | 1572 ['linux_use_tcmalloc==1', { |
1571 'dependencies': [ | 1573 'dependencies': [ |
1572 '../base/allocator/allocator.gyp:allocator', | 1574 '../base/allocator/allocator.gyp:allocator', |
1573 ], | 1575 ], |
1574 }], | 1576 }], |
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2572 ] | 2574 ] |
2573 }], # 'coverage!=0' | 2575 }], # 'coverage!=0' |
2574 ], # 'conditions' | 2576 ], # 'conditions' |
2575 } | 2577 } |
2576 | 2578 |
2577 # Local Variables: | 2579 # Local Variables: |
2578 # tab-width:2 | 2580 # tab-width:2 |
2579 # indent-tabs-mode:nil | 2581 # indent-tabs-mode:nil |
2580 # End: | 2582 # End: |
2581 # vim: set expandtab tabstop=2 shiftwidth=2: | 2583 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |