| 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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1288 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', | 1288 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', |
| 1289 'browser/ui/tab_modal_confirm_dialog_browsertest.h', | 1289 'browser/ui/tab_modal_confirm_dialog_browsertest.h', |
| 1290 'browser/ui/views/avatar_menu_button_browsertest.cc', | 1290 'browser/ui/views/avatar_menu_button_browsertest.cc', |
| 1291 'browser/ui/views/browser_actions_container_browsertest.cc', | 1291 'browser/ui/views/browser_actions_container_browsertest.cc', |
| 1292 'browser/ui/views/find_bar_controller_browsertest.cc', | 1292 'browser/ui/views/find_bar_controller_browsertest.cc', |
| 1293 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', | 1293 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', |
| 1294 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', | 1294 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', |
| 1295 'browser/ui/views/frame/browser_view_browsertest.cc', | 1295 'browser/ui/views/frame/browser_view_browsertest.cc', |
| 1296 'browser/ui/views/immersive_mode_controller_browsertest.cc', | 1296 'browser/ui/views/immersive_mode_controller_browsertest.cc', |
| 1297 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1297 'browser/ui/views/location_bar/star_view_browsertest.cc', |
| 1298 'browser/ui/views/message_center/web_notification_tray_win_browsertest.c
c', |
| 1298 'browser/ui/views/select_file_dialog_extension_browsertest.cc', | 1299 'browser/ui/views/select_file_dialog_extension_browsertest.cc', |
| 1299 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', | 1300 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', |
| 1300 'browser/ui/views/toolbar_view_browsertest.cc', | 1301 'browser/ui/views/toolbar_view_browsertest.cc', |
| 1301 'browser/ui/views/web_dialog_view_browsertest.cc', | 1302 'browser/ui/views/web_dialog_view_browsertest.cc', |
| 1302 'browser/ui/webui/bidi_checker_web_ui_test.cc', | 1303 'browser/ui/webui/bidi_checker_web_ui_test.cc', |
| 1303 'browser/ui/webui/bidi_checker_web_ui_test.h', | 1304 'browser/ui/webui/bidi_checker_web_ui_test.h', |
| 1304 'browser/ui/webui/bookmarks_ui_browsertest.cc', | 1305 'browser/ui/webui/bookmarks_ui_browsertest.cc', |
| 1305 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 1306 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
| 1306 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', | 1307 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', |
| 1307 'browser/ui/webui/downloads_dom_handler_browsertest.cc', | 1308 'browser/ui/webui/downloads_dom_handler_browsertest.cc', |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1614 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', | 1615 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', |
| 1615 ], | 1616 ], |
| 1616 }, { # else: OS != "win" | 1617 }, { # else: OS != "win" |
| 1617 'sources!': [ | 1618 'sources!': [ |
| 1618 'app/chrome_command_ids.h', | 1619 'app/chrome_command_ids.h', |
| 1619 'app/chrome_dll.rc', | 1620 'app/chrome_dll.rc', |
| 1620 'app/chrome_dll_resource.h', | 1621 'app/chrome_dll_resource.h', |
| 1621 'app/chrome_version.rc.version', | 1622 'app/chrome_version.rc.version', |
| 1622 # TODO(port): http://crbug.com/45770 | 1623 # TODO(port): http://crbug.com/45770 |
| 1623 'browser/printing/printing_layout_browsertest.cc', | 1624 'browser/printing/printing_layout_browsertest.cc', |
| 1625 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', |
| 1624 ], | 1626 ], |
| 1625 }], | 1627 }], |
| 1626 ['toolkit_uses_gtk == 1', { | 1628 ['toolkit_uses_gtk == 1', { |
| 1627 'dependencies': [ | 1629 'dependencies': [ |
| 1628 '../build/linux/system.gyp:gtk', | 1630 '../build/linux/system.gyp:gtk', |
| 1629 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1631 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1630 ], | 1632 ], |
| 1631 }], | 1633 }], |
| 1632 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 1634 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
| 1633 'dependencies': [ | 1635 'dependencies': [ |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2960 'sync_integration_tests.isolate', | 2962 'sync_integration_tests.isolate', |
| 2961 ], | 2963 ], |
| 2962 'sources': [ | 2964 'sources': [ |
| 2963 'sync_integration_tests.isolate', | 2965 'sync_integration_tests.isolate', |
| 2964 ], | 2966 ], |
| 2965 }, | 2967 }, |
| 2966 ], | 2968 ], |
| 2967 }], | 2969 }], |
| 2968 ], # 'conditions' | 2970 ], # 'conditions' |
| 2969 } | 2971 } |
| OLD | NEW |