Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6250141: Sidebar mini tabs UI (views version).... Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | views/animation/bounds_animator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 'browser/ui/toolbar/wrench_menu_model_unittest.cc', 1635 'browser/ui/toolbar/wrench_menu_model_unittest.cc',
1636 'browser/ui/views/accessibility_event_router_views_unittest.cc', 1636 'browser/ui/views/accessibility_event_router_views_unittest.cc',
1637 'browser/ui/views/bookmark_bar_view_unittest.cc', 1637 'browser/ui/views/bookmark_bar_view_unittest.cc',
1638 'browser/ui/views/bookmark_context_menu_test.cc', 1638 'browser/ui/views/bookmark_context_menu_test.cc',
1639 'browser/ui/views/bookmark_editor_view_unittest.cc', 1639 'browser/ui/views/bookmark_editor_view_unittest.cc',
1640 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1640 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1641 'browser/ui/views/generic_info_view_unittest.cc', 1641 'browser/ui/views/generic_info_view_unittest.cc',
1642 'browser/ui/views/info_bubble_unittest.cc', 1642 'browser/ui/views/info_bubble_unittest.cc',
1643 'browser/ui/views/reload_button_unittest.cc', 1643 'browser/ui/views/reload_button_unittest.cc',
1644 'browser/ui/views/shell_dialogs_win_unittest.cc', 1644 'browser/ui/views/shell_dialogs_win_unittest.cc',
1645 'browser/ui/views/sidebar/browser_sidebar_tab_strip_controller_unittest. cc',
1646 'browser/ui/views/sidebar/sidebar_tab_test_helper.h',
1645 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1647 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1646 'browser/ui/window_sizer_unittest.cc', 1648 'browser/ui/window_sizer_unittest.cc',
1647 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1649 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1648 'browser/user_style_sheet_watcher_unittest.cc', 1650 'browser/user_style_sheet_watcher_unittest.cc',
1649 'browser/visitedlink/visitedlink_unittest.cc', 1651 'browser/visitedlink/visitedlink_unittest.cc',
1650 'browser/web_applications/web_app_unittest.cc', 1652 'browser/web_applications/web_app_unittest.cc',
1651 'browser/webdata/web_data_service_test_util.h', 1653 'browser/webdata/web_data_service_test_util.h',
1652 'browser/webdata/web_data_service_unittest.cc', 1654 'browser/webdata/web_data_service_unittest.cc',
1653 'browser/webdata/web_database_unittest.cc', 1655 'browser/webdata/web_database_unittest.cc',
1654 'browser/web_resource/web_resource_service_unittest.cc', 1656 'browser/web_resource/web_resource_service_unittest.cc',
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3679 ] 3681 ]
3680 }], # 'coverage!=0' 3682 }], # 'coverage!=0'
3681 ], # 'conditions' 3683 ], # 'conditions'
3682 } 3684 }
3683 3685
3684 # Local Variables: 3686 # Local Variables:
3685 # tab-width:2 3687 # tab-width:2
3686 # indent-tabs-mode:nil 3688 # indent-tabs-mode:nil
3687 # End: 3689 # End:
3688 # vim: set expandtab tabstop=2 shiftwidth=2: 3690 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | views/animation/bounds_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698