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

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

Issue 329253005: Qualify the generated includes in platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Mac build Created 6 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCache.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', 88 '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
89 'blink_platform.gyp:blink_platform', 89 'blink_platform.gyp:blink_platform',
90 'blink_platform.gyp:blink_common', 90 'blink_platform.gyp:blink_common',
91 '<(DEPTH)/skia/skia.gyp:skia', 91 '<(DEPTH)/skia/skia.gyp:skia',
92 '<(DEPTH)/url/url.gyp:url_lib', 92 '<(DEPTH)/url/url.gyp:url_lib',
93 ], 93 ],
94 'defines': [ 94 'defines': [
95 'INSIDE_BLINK', 95 'INSIDE_BLINK',
96 ], 96 ],
97 'include_dirs': [ 97 'include_dirs': [
98 '<(blink_platform_output_dir)', 98 '<(SHARED_INTERMEDIATE_DIR)/blink',
99 ], 99 ],
100 'sources': [ 100 'sources': [
101 '<@(platform_test_files)', 101 '<@(platform_test_files)',
102 ], 102 ],
103 'conditions': [ 103 'conditions': [
104 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and use_allo cator!="none"', { 104 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and use_allo cator!="none"', {
105 'dependencies': [ 105 'dependencies': [
106 '<(DEPTH)/base/base.gyp:base', 106 '<(DEPTH)/base/base.gyp:base',
107 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 107 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
108 ] 108 ]
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'blink_platform_unittests', 156 'blink_platform_unittests',
157 ], 157 ],
158 'variables': { 158 'variables': {
159 'test_suite_name': 'blink_platform_unittests', 159 'test_suite_name': 'blink_platform_unittests',
160 }, 160 },
161 'includes': [ '../../../../build/apk_test.gypi' ], 161 'includes': [ '../../../../build/apk_test.gypi' ],
162 }], 162 }],
163 }], 163 }],
164 ], 164 ],
165 } 165 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698