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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6386009: Remove app/win/win_util.h,cc etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with NSApp changes in r73581 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_common.gypi ('k') | chrome/common/sandbox_policy.cc » ('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 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 'browser/ui/views/bookmark_bar_view_unittest.cc', 1631 'browser/ui/views/bookmark_bar_view_unittest.cc',
1632 'browser/ui/views/bookmark_context_menu_test.cc', 1632 'browser/ui/views/bookmark_context_menu_test.cc',
1633 'browser/ui/views/bookmark_editor_view_unittest.cc', 1633 'browser/ui/views/bookmark_editor_view_unittest.cc',
1634 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1634 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1635 'browser/ui/views/generic_info_view_unittest.cc', 1635 'browser/ui/views/generic_info_view_unittest.cc',
1636 'browser/ui/views/info_bubble_unittest.cc', 1636 'browser/ui/views/info_bubble_unittest.cc',
1637 'browser/ui/views/reload_button_unittest.cc', 1637 'browser/ui/views/reload_button_unittest.cc',
1638 'browser/ui/views/shell_dialogs_win_unittest.cc', 1638 'browser/ui/views/shell_dialogs_win_unittest.cc',
1639 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1639 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1640 'browser/ui/window_sizer_unittest.cc', 1640 'browser/ui/window_sizer_unittest.cc',
1641 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1641 'browser/user_style_sheet_watcher_unittest.cc', 1642 'browser/user_style_sheet_watcher_unittest.cc',
1642 'browser/visitedlink/visitedlink_unittest.cc', 1643 'browser/visitedlink/visitedlink_unittest.cc',
1643 'browser/web_applications/web_app_unittest.cc', 1644 'browser/web_applications/web_app_unittest.cc',
1644 'browser/webdata/web_data_service_test_util.h', 1645 'browser/webdata/web_data_service_test_util.h',
1645 'browser/webdata/web_data_service_unittest.cc', 1646 'browser/webdata/web_data_service_unittest.cc',
1646 'browser/webdata/web_database_unittest.cc', 1647 'browser/webdata/web_database_unittest.cc',
1647 'browser/web_resource/web_resource_service_unittest.cc', 1648 'browser/web_resource/web_resource_service_unittest.cc',
1648 'common/bzip2_unittest.cc', 1649 'common/bzip2_unittest.cc',
1649 'common/child_process_logging_mac_unittest.mm', 1650 'common/child_process_logging_mac_unittest.mm',
1650 'common/chrome_paths_unittest.cc', 1651 'common/chrome_paths_unittest.cc',
(...skipping 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 ] 3683 ]
3683 }], # 'coverage!=0' 3684 }], # 'coverage!=0'
3684 ], # 'conditions' 3685 ], # 'conditions'
3685 } 3686 }
3686 3687
3687 # Local Variables: 3688 # Local Variables:
3688 # tab-width:2 3689 # tab-width:2
3689 # indent-tabs-mode:nil 3690 # indent-tabs-mode:nil
3690 # End: 3691 # End:
3691 # vim: set expandtab tabstop=2 shiftwidth=2: 3692 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/sandbox_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698