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

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

Issue 1178823003: Precompile Document.h and LayoutObject.h for Source/web Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Slight clean up. Created 5 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
« Source/web/WebKit.cpp ('K') | « Source/web/tests/WebUnitTests.cpp ('k') | no next file » | 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 19 matching lines...) Expand all
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 '../build/features.gypi', 38 '../build/features.gypi',
39 '../build/scripts/scripts.gypi', 39 '../build/scripts/scripts.gypi',
40 '../build/win/precompile.gypi', 40 '../core/win/precompile-core.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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ], 276 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ],
277 'copies': [{ 277 'copies': [{
278 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/', 278 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/',
279 'files': ['<(PRODUCT_DIR)/osmesa.so'], 279 'files': ['<(PRODUCT_DIR)/osmesa.so'],
280 }], 280 }],
281 }, 281 },
282 ], 282 ],
283 }], 283 }],
284 ], # conditions 284 ], # conditions
285 } 285 }
OLDNEW
« Source/web/WebKit.cpp ('K') | « Source/web/tests/WebUnitTests.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698