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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1523021: Try to fix WebKit bot: add 'circular-queue.h' and 'circular-queue-inl.h' to v8.gyp (Closed)
Patch Set: Created 10 years, 8 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 | « no previous file | 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 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 '../../src/bootstrapper.cc', 237 '../../src/bootstrapper.cc',
238 '../../src/bootstrapper.h', 238 '../../src/bootstrapper.h',
239 '../../src/builtins.cc', 239 '../../src/builtins.cc',
240 '../../src/builtins.h', 240 '../../src/builtins.h',
241 '../../src/bytecodes-irregexp.h', 241 '../../src/bytecodes-irregexp.h',
242 '../../src/cached-powers.h', 242 '../../src/cached-powers.h',
243 '../../src/char-predicates-inl.h', 243 '../../src/char-predicates-inl.h',
244 '../../src/char-predicates.h', 244 '../../src/char-predicates.h',
245 '../../src/checks.cc', 245 '../../src/checks.cc',
246 '../../src/checks.h', 246 '../../src/checks.h',
247 '../../src/circular-queue-inl.h',
247 '../../src/circular-queue.cc', 248 '../../src/circular-queue.cc',
249 '../../src/circular-queue.h',
248 '../../src/code-stubs.cc', 250 '../../src/code-stubs.cc',
249 '../../src/code-stubs.h', 251 '../../src/code-stubs.h',
250 '../../src/code.h', 252 '../../src/code.h',
251 '../../src/codegen-inl.h', 253 '../../src/codegen-inl.h',
252 '../../src/codegen.cc', 254 '../../src/codegen.cc',
253 '../../src/codegen.h', 255 '../../src/codegen.h',
254 '../../src/compilation-cache.cc', 256 '../../src/compilation-cache.cc',
255 '../../src/compilation-cache.h', 257 '../../src/compilation-cache.h',
256 '../../src/compiler.cc', 258 '../../src/compiler.cc',
257 '../../src/compiler.h', 259 '../../src/compiler.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 ], 677 ],
676 'conditions': [ 678 'conditions': [
677 [ 'OS=="win"', { 679 [ 'OS=="win"', {
678 # This could be gotten by not setting chromium_code, if that's OK. 680 # This could be gotten by not setting chromium_code, if that's OK.
679 'defines': ['_CRT_SECURE_NO_WARNINGS'], 681 'defines': ['_CRT_SECURE_NO_WARNINGS'],
680 }], 682 }],
681 ], 683 ],
682 }, 684 },
683 ], 685 ],
684 } 686 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698