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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'browser/ui/panels/test_panel_notification_observer.cc', | 254 'browser/ui/panels/test_panel_notification_observer.cc', |
255 'browser/ui/panels/test_panel_notification_observer.h', | 255 'browser/ui/panels/test_panel_notification_observer.h', |
256 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', | 256 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', |
257 'browser/ui/panels/test_panel_collection_squeeze_observer.h', | 257 'browser/ui/panels/test_panel_collection_squeeze_observer.h', |
258 'browser/ui/search/instant_extended_interactive_uitest.cc', | 258 'browser/ui/search/instant_extended_interactive_uitest.cc', |
259 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', | 259 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', |
260 'browser/ui/search/instant_test_utils.h', | 260 'browser/ui/search/instant_test_utils.h', |
261 'browser/ui/search/instant_test_utils.cc', | 261 'browser/ui/search/instant_test_utils.cc', |
262 'browser/ui/search/local_ntp_browsertest.cc', | 262 'browser/ui/search/local_ntp_browsertest.cc', |
263 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', | 263 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', |
| 264 'browser/ui/toolbar/test_toolbar_model.cc', |
| 265 'browser/ui/toolbar/test_toolbar_model.h', |
264 'browser/ui/views/ash/tab_scrubber_browsertest.cc', | 266 'browser/ui/views/ash/tab_scrubber_browsertest.cc', |
265 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 267 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
266 'browser/ui/views/button_dropdown_test.cc', | 268 'browser/ui/views/button_dropdown_test.cc', |
267 'browser/ui/views/constrained_window_views_browsertest.cc', | 269 'browser/ui/views/constrained_window_views_browsertest.cc', |
268 'browser/ui/views/find_bar_controller_interactive_uitest.cc', | 270 'browser/ui/views/find_bar_controller_interactive_uitest.cc', |
269 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 271 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
270 'browser/ui/views/frame/browser_view_focus_uitest.cc', | 272 'browser/ui/views/frame/browser_view_focus_uitest.cc', |
271 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | 273 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
272 'browser/ui/views/keyboard_access_browsertest.cc', | 274 'browser/ui/views/keyboard_access_browsertest.cc', |
273 'browser/ui/views/location_bar/star_view_browsertest.cc', | 275 'browser/ui/views/location_bar/star_view_browsertest.cc', |
(...skipping 3193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3467 'utility', | 3469 'utility', |
3468 ], | 3470 ], |
3469 'sources': [ | 3471 'sources': [ |
3470 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3472 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3471 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3473 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3472 ], | 3474 ], |
3473 }] | 3475 }] |
3474 }], | 3476 }], |
3475 ], # 'conditions' | 3477 ], # 'conditions' |
3476 } | 3478 } |
OLD | NEW |