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

Side by Side Diff: trunk/src/chrome/chrome_tests_unit.gypi

Issue 15838015: Revert 202787 "Remove unnecessary ui::CompositorTestSupport" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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',
301 ], 302 ],
302 'export_dependent_settings': [ 303 'export_dependent_settings': [
303 'renderer', 304 'renderer',
304 ], 305 ],
305 }, { # OS=="ios" 306 }, { # OS=="ios"
306 'sources/': [ 307 'sources/': [
307 # Exclude everything but iOS-specific files. 308 # Exclude everything but iOS-specific files.
308 ['exclude', '\\.(cc|mm)$'], 309 ['exclude', '\\.(cc|mm)$'],
309 ['include', '_ios\\.(cc|mm)$'], 310 ['include', '_ios\\.(cc|mm)$'],
310 ['include', '(^|/)ios/'], 311 ['include', '(^|/)ios/'],
(...skipping 2230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2541 # more details. 2542 # more details.
2542 'DebugInformationFormat': '3', 2543 'DebugInformationFormat': '3',
2543 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2544 }, 2545 },
2545 }, 2546 },
2546 }, 2547 },
2547 ], 2548 ],
2548 }], 2549 }],
2549 ], # 'conditions' 2550 ], # 'conditions'
2550 } 2551 }
OLDNEW
« no previous file with comments | « trunk/src/ash/wm/session_state_controller_impl2_unittest.cc ('k') | trunk/src/chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698