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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10116011: Add LauncherIconObserver. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix CrOS build Created 8 years, 8 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
« no previous file with comments | « ash/test/test_shell_delegate.cc ('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 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
2108 'test/base/chrome_render_view_test.cc', 2108 'test/base/chrome_render_view_test.cc',
2109 'test/base/chrome_render_view_test.h', 2109 'test/base/chrome_render_view_test.h',
2110 'test/base/menu_model_test.cc', 2110 'test/base/menu_model_test.cc',
2111 'test/base/menu_model_test.h', 2111 'test/base/menu_model_test.h',
2112 'test/base/v8_unit_test.cc', 2112 'test/base/v8_unit_test.cc',
2113 'test/base/v8_unit_test.h', 2113 'test/base/v8_unit_test.h',
2114 'test/data/resource.rc', 2114 'test/data/resource.rc',
2115 'test/data/unit/framework_unittest.gtestjs', 2115 'test/data/unit/framework_unittest.gtestjs',
2116 'test/logging/win/mof_data_parser_unittest.cc', 2116 'test/logging/win/mof_data_parser_unittest.cc',
2117 'tools/convert_dict/convert_dict_unittest.cc', 2117 'tools/convert_dict/convert_dict_unittest.cc',
2118 '../ash/test/test_launcher_delegate.cc',
2119 '../ash/test/test_launcher_delegate.h',
2120 '../ash/test/test_shell_delegate.cc',
2118 '../testing/gtest_mac_unittest.mm', 2121 '../testing/gtest_mac_unittest.mm',
2119 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2122 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2120 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 2123 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
2121 '../tools/json_schema_compiler/test/any_unittest.cc', 2124 '../tools/json_schema_compiler/test/any_unittest.cc',
2122 '../tools/json_schema_compiler/test/arrays_unittest.cc', 2125 '../tools/json_schema_compiler/test/arrays_unittest.cc',
2123 '../tools/json_schema_compiler/test/choices_unittest.cc', 2126 '../tools/json_schema_compiler/test/choices_unittest.cc',
2124 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2127 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2125 '../tools/json_schema_compiler/test/enums_unittest.cc', 2128 '../tools/json_schema_compiler/test/enums_unittest.cc',
2126 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2129 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2127 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2130 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
2128 '../tools/json_schema_compiler/test/objects_unittest.cc', 2131 '../tools/json_schema_compiler/test/objects_unittest.cc',
2129 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2132 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2130 '../ui/views/test/test_views_delegate.cc', 2133 '../ui/views/test/test_views_delegate.cc',
2131 '../ui/views/test/test_views_delegate.h', 2134 '../ui/views/test/test_views_delegate.h',
2132 '../ui/views/test/views_test_base.cc', 2135 '../ui/views/test/views_test_base.cc',
2133 '../ui/views/test/views_test_base.h', 2136 '../ui/views/test/views_test_base.h',
2134 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2137 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2135 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2138 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2136 '../webkit/fileapi/file_system_test_helper.cc', 2139 '../webkit/fileapi/file_system_test_helper.cc',
2137 '../webkit/fileapi/file_system_test_helper.h', 2140 '../webkit/fileapi/file_system_test_helper.h',
2138 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2141 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2139 '../webkit/fileapi/file_writer_delegate_unittest.cc', 2142 '../webkit/fileapi/file_writer_delegate_unittest.cc',
2140 '../webkit/fileapi/mock_file_system_options.cc', 2143 '../webkit/fileapi/mock_file_system_options.cc',
2141 '../webkit/fileapi/mock_file_system_options.h', 2144 '../webkit/fileapi/mock_file_system_options.h',
2142 '../webkit/quota/mock_storage_client.cc', 2145 '../webkit/quota/mock_storage_client.cc',
2143 '../webkit/quota/mock_storage_client.h', 2146 '../webkit/quota/mock_storage_client.h',
2144 '../ash/test/test_shell_delegate.cc',
2145 ], 2147 ],
2146 'conditions': [ 2148 'conditions': [
2147 ['enable_background==0', { 2149 ['enable_background==0', {
2148 'sources/': [ 2150 'sources/': [
2149 ['exclude', '^browser/background/'], 2151 ['exclude', '^browser/background/'],
2150 ], 2152 ],
2151 }], 2153 }],
2152 ['enable_one_click_signin==0', { 2154 ['enable_one_click_signin==0', {
2153 'sources!': [ 2155 'sources!': [
2154 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', 2156 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
(...skipping 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after
4716 # Use outputs of this action as inputs for the main target build. 4718 # Use outputs of this action as inputs for the main target build.
4717 # Seems as a misnomer but makes this happy on Linux (scons). 4719 # Seems as a misnomer but makes this happy on Linux (scons).
4718 'process_outputs_as_sources': 1, 4720 'process_outputs_as_sources': 1,
4719 }, 4721 },
4720 ], # 'actions' 4722 ], # 'actions'
4721 }, 4723 },
4722 ] 4724 ]
4723 }], # 'coverage!=0' 4725 }], # 'coverage!=0'
4724 ], # 'conditions' 4726 ], # 'conditions'
4725 } 4727 }
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698