| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'browser/ui/panels/panel_overflow_browsertest.cc', | 575 'browser/ui/panels/panel_overflow_browsertest.cc', |
| 576 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 576 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 577 'browser/ui/views/button_dropdown_test.cc', | 577 'browser/ui/views/button_dropdown_test.cc', |
| 578 'browser/ui/views/constrained_window_views_browsertest.cc', | 578 'browser/ui/views/constrained_window_views_browsertest.cc', |
| 579 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 579 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 580 'browser/ui/views/menu_item_view_test.cc', | 580 'browser/ui/views/menu_item_view_test.cc', |
| 581 'browser/ui/views/menu_model_adapter_test.cc', | 581 'browser/ui/views/menu_model_adapter_test.cc', |
| 582 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 582 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 583 'browser/ui/views/tabs/tab_dragging_test.cc', | 583 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 584 'browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc', | 584 'browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc', |
| 585 'browser/ui/webui/workers_ui_browsertest.cc', | 585 'browser/ui/webui/inspect_ui_browsertest.cc', |
| 586 'test/base/chrome_test_launcher.cc', | 586 'test/base/chrome_test_launcher.cc', |
| 587 'test/base/view_event_test_base.cc', | 587 'test/base/view_event_test_base.cc', |
| 588 'test/base/view_event_test_base.h', | 588 'test/base/view_event_test_base.h', |
| 589 '../content/app/startup_helper_win.cc', | 589 '../content/app/startup_helper_win.cc', |
| 590 '../content/test/test_launcher.cc', | 590 '../content/test/test_launcher.cc', |
| 591 '../content/test/test_launcher.h', | 591 '../content/test/test_launcher.h', |
| 592 ], | 592 ], |
| 593 'conditions': [ | 593 'conditions': [ |
| 594 ['toolkit_uses_gtk == 1', { | 594 ['toolkit_uses_gtk == 1', { |
| 595 'dependencies': [ | 595 'dependencies': [ |
| (...skipping 4006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4602 # Use outputs of this action as inputs for the main target build. | 4602 # Use outputs of this action as inputs for the main target build. |
| 4603 # Seems as a misnomer but makes this happy on Linux (scons). | 4603 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4604 'process_outputs_as_sources': 1, | 4604 'process_outputs_as_sources': 1, |
| 4605 }, | 4605 }, |
| 4606 ], # 'actions' | 4606 ], # 'actions' |
| 4607 }, | 4607 }, |
| 4608 ] | 4608 ] |
| 4609 }], # 'coverage!=0' | 4609 }], # 'coverage!=0' |
| 4610 ], # 'conditions' | 4610 ], # 'conditions' |
| 4611 } | 4611 } |
| OLD | NEW |