Chromium Code Reviews| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 248 'browser/ui/panels/test_panel_active_state_observer.cc', | 248 'browser/ui/panels/test_panel_active_state_observer.cc', |
| 249 'browser/ui/panels/test_panel_active_state_observer.h', | 249 'browser/ui/panels/test_panel_active_state_observer.h', |
| 250 'browser/ui/panels/test_panel_mouse_watcher.cc', | 250 'browser/ui/panels/test_panel_mouse_watcher.cc', |
| 251 'browser/ui/panels/test_panel_mouse_watcher.h', | 251 'browser/ui/panels/test_panel_mouse_watcher.h', |
| 252 'browser/ui/panels/test_panel_notification_observer.cc', | 252 'browser/ui/panels/test_panel_notification_observer.cc', |
| 253 'browser/ui/panels/test_panel_notification_observer.h', | 253 'browser/ui/panels/test_panel_notification_observer.h', |
| 254 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', | 254 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', |
| 255 'browser/ui/panels/test_panel_collection_squeeze_observer.h', | 255 'browser/ui/panels/test_panel_collection_squeeze_observer.h', |
| 256 'browser/ui/search/instant_extended_interactive_uitest.cc', | 256 'browser/ui/search/instant_extended_interactive_uitest.cc', |
| 257 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', | 257 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', |
| 258 'browser/ui/search/instant_test_utils.h', | |
|
samarth
2013/08/12 19:07:28
Just leave this here. No reason to bloat the unit
Anuj
2013/08/13 00:18:09
Done.
| |
| 259 'browser/ui/search/instant_test_utils.cc', | |
| 260 'browser/ui/search/local_ntp_browsertest.cc', | 258 'browser/ui/search/local_ntp_browsertest.cc', |
| 261 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', | 259 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', |
| 262 'browser/ui/views/ash/tab_scrubber_browsertest.cc', | 260 'browser/ui/views/ash/tab_scrubber_browsertest.cc', |
| 263 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 261 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 264 'browser/ui/views/button_dropdown_test.cc', | 262 'browser/ui/views/button_dropdown_test.cc', |
| 265 'browser/ui/views/constrained_window_views_browsertest.cc', | 263 'browser/ui/views/constrained_window_views_browsertest.cc', |
| 266 'browser/ui/views/find_bar_controller_interactive_uitest.cc', | 264 'browser/ui/views/find_bar_controller_interactive_uitest.cc', |
| 267 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 265 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 268 'browser/ui/views/frame/browser_view_focus_uitest.cc', | 266 'browser/ui/views/frame/browser_view_focus_uitest.cc', |
| 269 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | 267 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
| (...skipping 3125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3395 'utility', | 3393 'utility', |
| 3396 ], | 3394 ], |
| 3397 'sources': [ | 3395 'sources': [ |
| 3398 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3396 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3399 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3397 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3400 ], | 3398 ], |
| 3401 }] | 3399 }] |
| 3402 }], | 3400 }], |
| 3403 ], # 'conditions' | 3401 ], # 'conditions' |
| 3404 } | 3402 } |
| OLD | NEW |