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

Side by Side Diff: third_party/WebKit/Source/web/web.gyp

Issue 2152783002: Enable precompiled headers for Blink on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up comments Created 4 years, 5 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 | « third_party/WebKit/Source/web/BUILD.gn ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('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) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 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 17 matching lines...) Expand all
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # 29 #
30 30
31 { 31 {
32 'variables': { 32 'variables': {
33 'blink_web_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/web', 33 'blink_web_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/web',
34 }, 34 },
35 'includes': [ 35 'includes': [
36 '../bindings/bindings.gypi', 36 '../bindings/bindings.gypi',
37 '../core/core.gypi', 37 '../core/core.gypi',
38 '../core/win/precompile-core.gypi',
38 '../build/features.gypi', 39 '../build/features.gypi',
39 '../build/scripts/scripts.gypi', 40 '../build/scripts/scripts.gypi',
40 '../build/win/precompile.gypi',
41 '../modules/modules.gypi', 41 '../modules/modules.gypi',
42 '../platform/blink_platform.gypi', 42 '../platform/blink_platform.gypi',
43 '../wtf/wtf.gypi', 43 '../wtf/wtf.gypi',
44 'web.gypi', 44 'web.gypi',
45 ], 45 ],
46 'target_defaults': { 46 'target_defaults': {
47 'variables': { 47 'variables': {
48 'clang_warning_flags': ['-Wglobal-constructors'], 48 'clang_warning_flags': ['-Wglobal-constructors'],
49 }, 49 },
50 }, 50 },
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ], 211 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ],
212 'copies': [{ 212 'copies': [{
213 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/', 213 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/',
214 'files': ['<(PRODUCT_DIR)/osmesa.so'], 214 'files': ['<(PRODUCT_DIR)/osmesa.so'],
215 }], 215 }],
216 }, 216 },
217 ], 217 ],
218 }], 218 }],
219 ], # conditions 219 ], # conditions
220 } 220 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/BUILD.gn ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698