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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios fix Created 8 years, 1 month 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
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 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after
2225 'test/base/chrome_render_view_test.cc', 2225 'test/base/chrome_render_view_test.cc',
2226 'test/base/chrome_render_view_test.h', 2226 'test/base/chrome_render_view_test.h',
2227 'test/base/menu_model_test.cc', 2227 'test/base/menu_model_test.cc',
2228 'test/base/menu_model_test.h', 2228 'test/base/menu_model_test.h',
2229 'test/base/v8_unit_test.cc', 2229 'test/base/v8_unit_test.cc',
2230 'test/base/v8_unit_test.h', 2230 'test/base/v8_unit_test.h',
2231 'test/data/resource.rc', 2231 'test/data/resource.rc',
2232 'test/data/unit/framework_unittest.gtestjs', 2232 'test/data/unit/framework_unittest.gtestjs',
2233 'test/logging/win/mof_data_parser_unittest.cc', 2233 'test/logging/win/mof_data_parser_unittest.cc',
2234 'tools/convert_dict/convert_dict_unittest.cc', 2234 'tools/convert_dict/convert_dict_unittest.cc',
2235 '../ash/test/test_launcher_delegate.cc',
2236 '../ash/test/test_launcher_delegate.h',
2237 '../ash/test/test_shell_delegate.cc',
2238 2235
2239 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once 2236 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once
2240 # Prefs move is complete and dependencies have been broken. 2237 # Prefs move is complete and dependencies have been broken.
2241 '../base/prefs/public/pref_change_registrar_unittest.cc', 2238 '../base/prefs/public/pref_change_registrar_unittest.cc',
2242 '../base/prefs/overlay_user_pref_store_unittest.cc', 2239 '../base/prefs/overlay_user_pref_store_unittest.cc',
2243 '../base/prefs/pref_value_map_unittest.cc', 2240 '../base/prefs/pref_value_map_unittest.cc',
2244 '../base/prefs/json_pref_store_unittest.cc', 2241 '../base/prefs/json_pref_store_unittest.cc',
2245 2242
2246 # TODO(joi): Move the google_apis tests to a separate 2243 # TODO(joi): Move the google_apis tests to a separate
2247 # google_apis_unittests executable. 2244 # google_apis_unittests executable.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 ['exclude', '^browser/extensions/api/'], 2321 ['exclude', '^browser/extensions/api/'],
2325 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'], 2322 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'],
2326 ], 2323 ],
2327 }], 2324 }],
2328 ['use_ash==1', { 2325 ['use_ash==1', {
2329 'sources': [ 2326 'sources': [
2330 'browser/ui/app_list/apps_model_builder_unittest.cc', 2327 'browser/ui/app_list/apps_model_builder_unittest.cc',
2331 ], 2328 ],
2332 'dependencies': [ 2329 'dependencies': [
2333 '../ash/ash.gyp:ash_resources', 2330 '../ash/ash.gyp:ash_resources',
2331 '../ash/ash.gyp:test_support_ash',
2334 ], 2332 ],
2335 # We eventually want to compile both in Win Aura builds, see 2333 # We eventually want to compile both in Win Aura builds, see
2336 # http://crbug.com/155545. 2334 # http://crbug.com/155545.
2337 'conditions': [ 2335 'conditions': [
2338 ['OS=="win"', { 2336 ['OS=="win"', {
2339 'sources!': [ 2337 'sources!': [
2340 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 2338 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
2341 ], 2339 ],
2342 }, { # else: OS!=win 2340 }, { # else: OS!=win
2343 'sources!': [ 2341 'sources!': [
2344 'browser/ui/window_sizer/window_sizer_unittest.cc', 2342 'browser/ui/window_sizer/window_sizer_unittest.cc',
2345 ], 2343 ],
2346 }], 2344 }],
2347 ], 2345 ],
2348 }], 2346 }],
2349 ['use_aura==1', { 2347 ['use_aura==1', {
2350 'dependencies': [ 2348 'dependencies': [
2351 '../ui/aura/aura.gyp:test_support_aura', 2349 '../ui/aura/aura.gyp:test_support_aura',
2352 ], 2350 ],
2353 'sources/': [ 2351 'sources/': [
2354 ['exclude', '^browser/automation/automation_provider_unittest.cc'], 2352 ['exclude', '^browser/automation/automation_provider_unittest.cc'],
2355 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2353 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2356 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'], 2354 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'],
2357 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'], 2355 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'],
2358 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], 2356 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
2359 ], 2357 ],
2360 'sources': [
2361 '../ash/test/multi_display_manager_test_api.cc',
2362 '../ash/test/multi_display_manager_test_api.h',
2363 '../ash/test/ash_test_base.cc',
2364 '../ash/test/ash_test_base.h',
2365 ],
2366 }], 2358 }],
2367 ['enable_task_manager==0', { 2359 ['enable_task_manager==0', {
2368 'sources/': [ 2360 'sources/': [
2369 ['exclude', '^browser/task_manager/'], 2361 ['exclude', '^browser/task_manager/'],
2370 ['exclude', '^browser/ui/webui/task_manager/'], 2362 ['exclude', '^browser/ui/webui/task_manager/'],
2371 ], 2363 ],
2372 }], 2364 }],
2373 ['file_manager_extension==0', { 2365 ['file_manager_extension==0', {
2374 'sources!': [ 2366 'sources!': [
2375 'browser/ui/views/select_file_dialog_extension_unittest.cc', 2367 'browser/ui/views/select_file_dialog_extension_unittest.cc',
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
5018 'sync_integration_tests.isolate', 5010 'sync_integration_tests.isolate',
5019 ], 5011 ],
5020 'sources': [ 5012 'sources': [
5021 'sync_integration_tests.isolate', 5013 'sync_integration_tests.isolate',
5022 ], 5014 ],
5023 }, 5015 },
5024 ], 5016 ],
5025 }], 5017 }],
5026 ], # 'conditions' 5018 ], # 'conditions'
5027 } 5019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698