| 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 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1252 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', | 1252 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', |
| 1253 'browser/ui/tab_modal_confirm_dialog_browsertest.h', | 1253 'browser/ui/tab_modal_confirm_dialog_browsertest.h', |
| 1254 'browser/ui/views/avatar_menu_button_browsertest.cc', | 1254 'browser/ui/views/avatar_menu_button_browsertest.cc', |
| 1255 'browser/ui/views/browser_actions_container_browsertest.cc', | 1255 'browser/ui/views/browser_actions_container_browsertest.cc', |
| 1256 'browser/ui/views/find_bar_controller_browsertest.cc', | 1256 'browser/ui/views/find_bar_controller_browsertest.cc', |
| 1257 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', | 1257 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', |
| 1258 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', | 1258 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', |
| 1259 'browser/ui/views/frame/browser_view_browsertest.cc', | 1259 'browser/ui/views/frame/browser_view_browsertest.cc', |
| 1260 'browser/ui/views/immersive_mode_controller_browsertest.cc', | 1260 'browser/ui/views/immersive_mode_controller_browsertest.cc', |
| 1261 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1261 'browser/ui/views/location_bar/star_view_browsertest.cc', |
| 1262 'browser/ui/views/message_center/web_notification_tray_win_browsertest.c
c', |
| 1262 'browser/ui/views/select_file_dialog_extension_browsertest.cc', | 1263 'browser/ui/views/select_file_dialog_extension_browsertest.cc', |
| 1263 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', | 1264 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', |
| 1264 'browser/ui/views/toolbar_view_browsertest.cc', | 1265 'browser/ui/views/toolbar_view_browsertest.cc', |
| 1265 'browser/ui/views/web_dialog_view_browsertest.cc', | 1266 'browser/ui/views/web_dialog_view_browsertest.cc', |
| 1266 'browser/ui/webui/bidi_checker_web_ui_test.cc', | 1267 'browser/ui/webui/bidi_checker_web_ui_test.cc', |
| 1267 'browser/ui/webui/bidi_checker_web_ui_test.h', | 1268 'browser/ui/webui/bidi_checker_web_ui_test.h', |
| 1268 'browser/ui/webui/bookmarks_ui_browsertest.cc', | 1269 'browser/ui/webui/bookmarks_ui_browsertest.cc', |
| 1269 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 1270 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
| 1270 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', | 1271 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', |
| 1271 'browser/ui/webui/downloads_dom_handler_browsertest.cc', | 1272 'browser/ui/webui/downloads_dom_handler_browsertest.cc', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1577 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', | 1578 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', |
| 1578 ], | 1579 ], |
| 1579 }, { # else: OS != "win" | 1580 }, { # else: OS != "win" |
| 1580 'sources!': [ | 1581 'sources!': [ |
| 1581 'app/chrome_command_ids.h', | 1582 'app/chrome_command_ids.h', |
| 1582 'app/chrome_dll.rc', | 1583 'app/chrome_dll.rc', |
| 1583 'app/chrome_dll_resource.h', | 1584 'app/chrome_dll_resource.h', |
| 1584 'app/chrome_version.rc.version', | 1585 'app/chrome_version.rc.version', |
| 1585 # TODO(port): http://crbug.com/45770 | 1586 # TODO(port): http://crbug.com/45770 |
| 1586 'browser/printing/printing_layout_browsertest.cc', | 1587 'browser/printing/printing_layout_browsertest.cc', |
| 1588 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', |
| 1587 ], | 1589 ], |
| 1588 }], | 1590 }], |
| 1589 ['toolkit_uses_gtk == 1', { | 1591 ['toolkit_uses_gtk == 1', { |
| 1590 'dependencies': [ | 1592 'dependencies': [ |
| 1591 '../build/linux/system.gyp:gtk', | 1593 '../build/linux/system.gyp:gtk', |
| 1592 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1594 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1593 ], | 1595 ], |
| 1594 }], | 1596 }], |
| 1595 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 1597 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
| 1596 'dependencies': [ | 1598 'dependencies': [ |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2923 'sync_integration_tests.isolate', | 2925 'sync_integration_tests.isolate', |
| 2924 ], | 2926 ], |
| 2925 'sources': [ | 2927 'sources': [ |
| 2926 'sync_integration_tests.isolate', | 2928 'sync_integration_tests.isolate', |
| 2927 ], | 2929 ], |
| 2928 }, | 2930 }, |
| 2929 ], | 2931 ], |
| 2930 }], | 2932 }], |
| 2931 ], # 'conditions' | 2933 ], # 'conditions' |
| 2932 } | 2934 } |
| OLD | NEW |