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

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

Issue 1253009: Move flow graph and helper classes to their own file. (Closed)
Patch Set: Created 10 years, 9 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 | « src/flow-graph.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../../src/execution.cc', 275 '../../src/execution.cc',
276 '../../src/execution.h', 276 '../../src/execution.h',
277 '../../src/factory.cc', 277 '../../src/factory.cc',
278 '../../src/factory.h', 278 '../../src/factory.h',
279 '../../src/fast-codegen.h', 279 '../../src/fast-codegen.h',
280 '../../src/fast-dtoa.cc', 280 '../../src/fast-dtoa.cc',
281 '../../src/fast-dtoa.h', 281 '../../src/fast-dtoa.h',
282 '../../src/flag-definitions.h', 282 '../../src/flag-definitions.h',
283 '../../src/flags.cc', 283 '../../src/flags.cc',
284 '../../src/flags.h', 284 '../../src/flags.h',
285 '../../src/flow-graph.cc',
286 '../../src/flow-graph.h',
285 '../../src/frame-element.cc', 287 '../../src/frame-element.cc',
286 '../../src/frame-element.h', 288 '../../src/frame-element.h',
287 '../../src/frames-inl.h', 289 '../../src/frames-inl.h',
288 '../../src/frames.cc', 290 '../../src/frames.cc',
289 '../../src/frames.h', 291 '../../src/frames.h',
290 '../../src/full-codegen.cc', 292 '../../src/full-codegen.cc',
291 '../../src/full-codegen.h', 293 '../../src/full-codegen.h',
292 '../../src/func-name-inferrer.cc', 294 '../../src/func-name-inferrer.cc',
293 '../../src/func-name-inferrer.h', 295 '../../src/func-name-inferrer.h',
294 '../../src/global-handles.cc', 296 '../../src/global-handles.cc',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ], 651 ],
650 'conditions': [ 652 'conditions': [
651 [ 'OS=="win"', { 653 [ 'OS=="win"', {
652 # This could be gotten by not setting chromium_code, if that's OK. 654 # This could be gotten by not setting chromium_code, if that's OK.
653 'defines': ['_CRT_SECURE_NO_WARNINGS'], 655 'defines': ['_CRT_SECURE_NO_WARNINGS'],
654 }], 656 }],
655 ], 657 ],
656 }, 658 },
657 ], 659 ],
658 } 660 }
OLDNEW
« no previous file with comments | « src/flow-graph.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698