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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14744016: Remove unnecessary ui::CompositorTestSupport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add compositor_test_support dependency to ui/snapshot and ui/views test targets Created 7 years, 6 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'utility', 291 'utility',
292 '../content/content.gyp:content_gpu', 292 '../content/content.gyp:content_gpu',
293 '../content/content.gyp:content_plugin', 293 '../content/content.gyp:content_plugin',
294 '../content/content.gyp:content_ppapi_plugin', 294 '../content/content.gyp:content_ppapi_plugin',
295 '../content/content.gyp:content_renderer', 295 '../content/content.gyp:content_renderer',
296 '../content/content.gyp:content_utility', 296 '../content/content.gyp:content_utility',
297 '../content/content.gyp:content_worker', 297 '../content/content.gyp:content_worker',
298 '../ipc/ipc.gyp:test_support_ipc', 298 '../ipc/ipc.gyp:test_support_ipc',
299 '../ppapi/ppapi_internal.gyp:ppapi_shared', 299 '../ppapi/ppapi_internal.gyp:ppapi_shared',
300 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 300 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
301 '../ui/compositor/compositor.gyp:compositor_test_support',
302 ], 301 ],
303 'export_dependent_settings': [ 302 'export_dependent_settings': [
304 'renderer', 303 'renderer',
305 ], 304 ],
306 }, { # OS=="ios" 305 }, { # OS=="ios"
307 'sources/': [ 306 'sources/': [
308 # Exclude everything but iOS-specific files. 307 # Exclude everything but iOS-specific files.
309 ['exclude', '\\.(cc|mm)$'], 308 ['exclude', '\\.(cc|mm)$'],
310 ['include', '_ios\\.(cc|mm)$'], 309 ['include', '_ios\\.(cc|mm)$'],
311 ['include', '(^|/)ios/'], 310 ['include', '(^|/)ios/'],
(...skipping 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 # more details. 2542 # more details.
2544 'DebugInformationFormat': '3', 2543 'DebugInformationFormat': '3',
2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2546 }, 2545 },
2547 }, 2546 },
2548 }, 2547 },
2549 ], 2548 ],
2550 }], 2549 }],
2551 ], # 'conditions' 2550 ], # 'conditions'
2552 } 2551 }
OLDNEW
« no previous file with comments | « ash/wm/session_state_controller_impl2_unittest.cc ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698