| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1844 # build time dependency. | 1844 # build time dependency. |
| 1845 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 1845 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
| 1846 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 1846 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 1847 ], | 1847 ], |
| 1848 }], | 1848 }], |
| 1849 ['enable_app_list==0', { | 1849 ['enable_app_list==0', { |
| 1850 'sources/': [ | 1850 'sources/': [ |
| 1851 ['exclude', '^browser/ui/app_list/'], | 1851 ['exclude', '^browser/ui/app_list/'], |
| 1852 ], | 1852 ], |
| 1853 }], | 1853 }], |
| 1854 ['enable_message_center==0 or use_ash==1', { | 1854 ['enable_message_center==0', { |
| 1855 'sources!': [ | 1855 'sources!': [ |
| 1856 'browser/notifications/message_center_notifications_browsertest.cc', | 1856 'browser/notifications/message_center_notifications_browsertest.cc', |
| 1857 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', | 1857 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', |
| 1858 ], | 1858 ], |
| 1859 }], | 1859 }], |
| 1860 ], # conditions | 1860 ], # conditions |
| 1861 }, # target browser_tests | 1861 }, # target browser_tests |
| 1862 { | 1862 { |
| 1863 # Executable that runs each perf browser test in a new process. | 1863 # Executable that runs each perf browser test in a new process. |
| 1864 'target_name': 'performance_browser_tests', | 1864 'target_name': 'performance_browser_tests', |
| (...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3161 # more details. | 3161 # more details. |
| 3162 'DebugInformationFormat': '3', | 3162 'DebugInformationFormat': '3', |
| 3163 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3163 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3164 }, | 3164 }, |
| 3165 }, | 3165 }, |
| 3166 }, | 3166 }, |
| 3167 ], | 3167 ], |
| 3168 }], | 3168 }], |
| 3169 ], # 'conditions' | 3169 ], # 'conditions' |
| 3170 } | 3170 } |
| OLD | NEW |