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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 16424008: move webkit/glue/fling_* to webkit/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 5 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
« no previous file with comments | « no previous file | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'utility', 293 'utility',
294 '../content/content.gyp:content_gpu', 294 '../content/content.gyp:content_gpu',
295 '../content/content.gyp:content_plugin', 295 '../content/content.gyp:content_plugin',
296 '../content/content.gyp:content_ppapi_plugin', 296 '../content/content.gyp:content_ppapi_plugin',
297 '../content/content.gyp:content_renderer', 297 '../content/content.gyp:content_renderer',
298 '../content/content.gyp:content_utility', 298 '../content/content.gyp:content_utility',
299 '../content/content.gyp:content_worker', 299 '../content/content.gyp:content_worker',
300 '../ipc/ipc.gyp:test_support_ipc', 300 '../ipc/ipc.gyp:test_support_ipc',
301 '../ppapi/ppapi_internal.gyp:ppapi_shared', 301 '../ppapi/ppapi_internal.gyp:ppapi_shared',
302 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 302 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
303 '../webkit/support/webkit_support.gyp:glue_child',
303 ], 304 ],
304 'export_dependent_settings': [ 305 'export_dependent_settings': [
305 'renderer', 306 'renderer',
306 ], 307 ],
307 }, { # OS=="ios" 308 }, { # OS=="ios"
308 'sources/': [ 309 'sources/': [
309 # Exclude everything but iOS-specific files. 310 # Exclude everything but iOS-specific files.
310 ['exclude', '\\.(cc|mm)$'], 311 ['exclude', '\\.(cc|mm)$'],
311 ['include', '_ios\\.(cc|mm)$'], 312 ['include', '_ios\\.(cc|mm)$'],
312 ['include', '(^|/)ios/'], 313 ['include', '(^|/)ios/'],
(...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after
2566 # more details. 2567 # more details.
2567 'DebugInformationFormat': '3', 2568 'DebugInformationFormat': '3',
2568 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2569 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2569 }, 2570 },
2570 }, 2571 },
2571 }, 2572 },
2572 ], 2573 ],
2573 }], 2574 }],
2574 ], # 'conditions' 2575 ], # 'conditions'
2575 } 2576 }
OLDNEW
« no previous file with comments | « no previous file | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698