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

Side by Side Diff: Source/platform/blink_platform_tests.gyp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | « Source/platform/blink_platform.gypi ('k') | Source/platform/exported/linux/WebFontInfo.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 18 matching lines...) Expand all
29 # 29 #
30 { 30 {
31 'includes': [ 31 'includes': [
32 '../build/win/precompile.gypi', 32 '../build/win/precompile.gypi',
33 'blink_platform.gypi', 33 'blink_platform.gypi',
34 ], 34 ],
35 'targets': [{ 35 'targets': [{
36 'target_name': 'blink_platform_unittests', 36 'target_name': 'blink_platform_unittests',
37 'type': 'executable', 37 'type': 'executable',
38 'dependencies': [ 38 'dependencies': [
39 'blink_platform.gyp:blink_platform',
40 'blink_platform.gyp:blink_common',
41 '../config.gyp:unittest_config', 39 '../config.gyp:unittest_config',
42 '../wtf/wtf.gyp:wtf', 40 '../wtf/wtf.gyp:wtf',
43 '../wtf/wtf_tests.gyp:run_all_tests', 41 '../wtf/wtf_tests.gyp:run_all_tests',
44 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', 42 '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
43 'blink_platform.gyp:blink_platform',
44 'blink_platform.gyp:blink_common',
45 '<(DEPTH)/skia/skia.gyp:skia',
45 '<(DEPTH)/url/url.gyp:url_lib', 46 '<(DEPTH)/url/url.gyp:url_lib',
46 ], 47 ],
48 'defines': [
49 'INSIDE_BLINK',
50 ],
51 'include_dirs': [
52 '<(SHARED_INTERMEDIATE_DIR)/blink',
53 ],
47 'sources': [ 54 'sources': [
48 '<@(platform_test_files)', 55 '<@(platform_test_files)',
49 ], 56 ],
50 'conditions': [ 57 'conditions': [
51 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_ tcmalloc==1', { 58 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_ tcmalloc==1', {
52 'dependencies': [ 59 'dependencies': [
53 '<(DEPTH)/base/base.gyp:base', 60 '<(DEPTH)/base/base.gyp:base',
54 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 61 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
55 ] 62 ]
56 }] 63 }],
57 ] 64 ]
58 }], 65 }],
59 } 66 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/exported/linux/WebFontInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698