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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9167019: Consolidate icon loading on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment. Created 8 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') | no next file » | 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) 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'browser/ui/views/generic_info_view_unittest.cc', 1963 'browser/ui/views/generic_info_view_unittest.cc',
1964 'browser/ui/views/reload_button_unittest.cc', 1964 'browser/ui/views/reload_button_unittest.cc',
1965 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1965 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1966 'browser/ui/views/select_file_dialog_win_unittest.cc', 1966 'browser/ui/views/select_file_dialog_win_unittest.cc',
1967 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1967 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1968 'browser/ui/views/tabs/base_tab_strip_test_fixture.h', 1968 'browser/ui/views/tabs/base_tab_strip_test_fixture.h',
1969 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1969 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1970 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1970 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1971 'browser/ui/views/tabs/tab_strip_unittest.cc', 1971 'browser/ui/views/tabs/tab_strip_unittest.cc',
1972 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc', 1972 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc',
1973 'browser/ui/webui/fileicon_source_unittest.cc',
1973 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', 1974 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc',
1974 'browser/ui/webui/options/chromeos/virtual_keyboard_manager_handler_unit test.cc', 1975 'browser/ui/webui/options/chromeos/virtual_keyboard_manager_handler_unit test.cc',
1975 'browser/ui/webui/options/language_options_handler_unittest.cc', 1976 'browser/ui/webui/options/language_options_handler_unittest.cc',
1976 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', 1977 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc',
1977 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', 1978 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc',
1978 'browser/ui/webui/sync_internals_ui_unittest.cc', 1979 'browser/ui/webui/sync_internals_ui_unittest.cc',
1979 'browser/ui/webui/theme_source_unittest.cc', 1980 'browser/ui/webui/theme_source_unittest.cc',
1980 'browser/ui/webui/web_ui_unittest.cc', 1981 'browser/ui/webui/web_ui_unittest.cc',
1981 'browser/ui/window_sizer_unittest.cc', 1982 'browser/ui/window_sizer_unittest.cc',
1982 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1983 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
(...skipping 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4630 # Use outputs of this action as inputs for the main target build. 4631 # Use outputs of this action as inputs for the main target build.
4631 # Seems as a misnomer but makes this happy on Linux (scons). 4632 # Seems as a misnomer but makes this happy on Linux (scons).
4632 'process_outputs_as_sources': 1, 4633 'process_outputs_as_sources': 1,
4633 }, 4634 },
4634 ], # 'actions' 4635 ], # 'actions'
4635 }, 4636 },
4636 ] 4637 ]
4637 }], # 'coverage!=0' 4638 }], # 'coverage!=0'
4638 ], # 'conditions' 4639 ], # 'conditions'
4639 } 4640 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698