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

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

Issue 1471263002: Fix win/gn build after https://codereview.chromium.org/1452353002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comma too Created 5 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
« no previous file with comments | « third_party/WebKit/Source/web/BUILD.gn ('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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'type': '<(component)', 54 'type': '<(component)',
55 'variables': { 'enable_wexit_time_destructors': 1, }, 55 'variables': { 'enable_wexit_time_destructors': 1, },
56 'dependencies': [ 56 'dependencies': [
57 '../config.gyp:config', 57 '../config.gyp:config',
58 '../platform/blink_platform.gyp:blink_common', 58 '../platform/blink_platform.gyp:blink_common',
59 '../modules/modules.gyp:modules', 59 '../modules/modules.gyp:modules',
60 '<(DEPTH)/skia/skia.gyp:skia', 60 '<(DEPTH)/skia/skia.gyp:skia',
61 '<(angle_path)/src/angle.gyp:translator', 61 '<(angle_path)/src/angle.gyp:translator',
62 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 62 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
63 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 63 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
64 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 65 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
66 ], 66 ],
67 'export_dependent_settings': [ 67 'export_dependent_settings': [
68 '<(DEPTH)/skia/skia.gyp:skia', 68 '<(DEPTH)/skia/skia.gyp:skia',
69 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 69 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
70 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 70 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
71 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 71 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
72 ], 72 ],
73 'include_dirs': [ 73 'include_dirs': [
74 '<(angle_path)/include', 74 '<(angle_path)/include',
75 '<(DEPTH)/third_party/skia/include/utils', 75 '<(DEPTH)/third_party/skia/include/utils',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ], 272 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ],
273 'copies': [{ 273 'copies': [{
274 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/', 274 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/',
275 'files': ['<(PRODUCT_DIR)/osmesa.so'], 275 'files': ['<(PRODUCT_DIR)/osmesa.so'],
276 }], 276 }],
277 }, 277 },
278 ], 278 ],
279 }], 279 }],
280 ], # conditions 280 ], # conditions
281 } 281 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698