| 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 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', | 1246 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', |
| 1247 'browser/ui/tab_modal_confirm_dialog_browsertest.h', | 1247 'browser/ui/tab_modal_confirm_dialog_browsertest.h', |
| 1248 'browser/ui/views/avatar_menu_button_browsertest.cc', | 1248 'browser/ui/views/avatar_menu_button_browsertest.cc', |
| 1249 'browser/ui/views/browser_actions_container_browsertest.cc', | 1249 'browser/ui/views/browser_actions_container_browsertest.cc', |
| 1250 'browser/ui/views/find_bar_controller_browsertest.cc', | 1250 'browser/ui/views/find_bar_controller_browsertest.cc', |
| 1251 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', | 1251 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', |
| 1252 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', | 1252 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', |
| 1253 'browser/ui/views/frame/browser_view_browsertest.cc', | 1253 'browser/ui/views/frame/browser_view_browsertest.cc', |
| 1254 'browser/ui/views/immersive_mode_controller_browsertest.cc', | 1254 'browser/ui/views/immersive_mode_controller_browsertest.cc', |
| 1255 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1255 'browser/ui/views/location_bar/star_view_browsertest.cc', |
| 1256 'browser/ui/views/message_center/web_notification_tray_win_browsertest.c
c', |
| 1256 'browser/ui/views/select_file_dialog_extension_browsertest.cc', | 1257 'browser/ui/views/select_file_dialog_extension_browsertest.cc', |
| 1257 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', | 1258 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', |
| 1258 'browser/ui/views/toolbar_view_browsertest.cc', | 1259 'browser/ui/views/toolbar_view_browsertest.cc', |
| 1259 'browser/ui/views/web_dialog_view_browsertest.cc', | 1260 'browser/ui/views/web_dialog_view_browsertest.cc', |
| 1260 'browser/ui/webui/bidi_checker_web_ui_test.cc', | 1261 'browser/ui/webui/bidi_checker_web_ui_test.cc', |
| 1261 'browser/ui/webui/bidi_checker_web_ui_test.h', | 1262 'browser/ui/webui/bidi_checker_web_ui_test.h', |
| 1262 'browser/ui/webui/bookmarks_ui_browsertest.cc', | 1263 'browser/ui/webui/bookmarks_ui_browsertest.cc', |
| 1263 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 1264 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
| 1264 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', | 1265 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', |
| 1265 'browser/ui/webui/downloads_dom_handler_browsertest.cc', | 1266 'browser/ui/webui/downloads_dom_handler_browsertest.cc', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1567 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', | 1568 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', |
| 1568 ], | 1569 ], |
| 1569 }, { # else: OS != "win" | 1570 }, { # else: OS != "win" |
| 1570 'sources!': [ | 1571 'sources!': [ |
| 1571 'app/chrome_command_ids.h', | 1572 'app/chrome_command_ids.h', |
| 1572 'app/chrome_dll.rc', | 1573 'app/chrome_dll.rc', |
| 1573 'app/chrome_dll_resource.h', | 1574 'app/chrome_dll_resource.h', |
| 1574 'app/chrome_version.rc.version', | 1575 'app/chrome_version.rc.version', |
| 1575 # TODO(port): http://crbug.com/45770 | 1576 # TODO(port): http://crbug.com/45770 |
| 1576 'browser/printing/printing_layout_browsertest.cc', | 1577 'browser/printing/printing_layout_browsertest.cc', |
| 1578 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', |
| 1577 ], | 1579 ], |
| 1578 }], | 1580 }], |
| 1579 ['toolkit_uses_gtk == 1', { | 1581 ['toolkit_uses_gtk == 1', { |
| 1580 'dependencies': [ | 1582 'dependencies': [ |
| 1581 '../build/linux/system.gyp:gtk', | 1583 '../build/linux/system.gyp:gtk', |
| 1582 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1584 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1583 ], | 1585 ], |
| 1584 }], | 1586 }], |
| 1585 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 1587 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
| 1586 'dependencies': [ | 1588 'dependencies': [ |
| (...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2898 'sync_integration_tests.isolate', | 2900 'sync_integration_tests.isolate', |
| 2899 ], | 2901 ], |
| 2900 'sources': [ | 2902 'sources': [ |
| 2901 'sync_integration_tests.isolate', | 2903 'sync_integration_tests.isolate', |
| 2902 ], | 2904 ], |
| 2903 }, | 2905 }, |
| 2904 ], | 2906 ], |
| 2905 }], | 2907 }], |
| 2906 ], # 'conditions' | 2908 ], # 'conditions' |
| 2907 } | 2909 } |
| OLD | NEW |