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

Side by Side Diff: src/v8.gyp

Issue 2346103002: Fix BUILD.gn files and add presubmit step (Closed)
Patch Set: windows Created 4 years, 3 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 | « PRESUBMIT.py ('k') | test/cctest/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 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'i18n.cc', 954 'i18n.cc',
955 'i18n.h', 955 'i18n.h',
956 'icu_util.cc', 956 'icu_util.cc',
957 'icu_util.h', 957 'icu_util.h',
958 'ic/access-compiler.cc', 958 'ic/access-compiler.cc',
959 'ic/access-compiler.h', 959 'ic/access-compiler.h',
960 'ic/call-optimization.cc', 960 'ic/call-optimization.cc',
961 'ic/call-optimization.h', 961 'ic/call-optimization.h',
962 'ic/handler-compiler.cc', 962 'ic/handler-compiler.cc',
963 'ic/handler-compiler.h', 963 'ic/handler-compiler.h',
964 'ic/handler-configuration.h',
964 'ic/ic-inl.h', 965 'ic/ic-inl.h',
965 'ic/ic-state.cc', 966 'ic/ic-state.cc',
966 'ic/ic-state.h', 967 'ic/ic-state.h',
967 'ic/ic.cc', 968 'ic/ic.cc',
968 'ic/ic.h', 969 'ic/ic.h',
969 'ic/ic-compiler.cc', 970 'ic/ic-compiler.cc',
970 'ic/ic-compiler.h', 971 'ic/ic-compiler.h',
971 'identity-map.cc', 972 'identity-map.cc',
972 'identity-map.h', 973 'identity-map.h',
973 'interface-descriptors.cc', 974 'interface-descriptors.cc',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 'ia32/codegen-ia32.cc', 1406 'ia32/codegen-ia32.cc',
1406 'ia32/codegen-ia32.h', 1407 'ia32/codegen-ia32.h',
1407 'ia32/cpu-ia32.cc', 1408 'ia32/cpu-ia32.cc',
1408 'ia32/deoptimizer-ia32.cc', 1409 'ia32/deoptimizer-ia32.cc',
1409 'ia32/disasm-ia32.cc', 1410 'ia32/disasm-ia32.cc',
1410 'ia32/frames-ia32.cc', 1411 'ia32/frames-ia32.cc',
1411 'ia32/frames-ia32.h', 1412 'ia32/frames-ia32.h',
1412 'ia32/interface-descriptors-ia32.cc', 1413 'ia32/interface-descriptors-ia32.cc',
1413 'ia32/macro-assembler-ia32.cc', 1414 'ia32/macro-assembler-ia32.cc',
1414 'ia32/macro-assembler-ia32.h', 1415 'ia32/macro-assembler-ia32.h',
1416 'ia32/simulator-ia32.cc',
1417 'ia32/simulator-ia32.h',
1415 'builtins/ia32/builtins-ia32.cc', 1418 'builtins/ia32/builtins-ia32.cc',
1416 'compiler/ia32/code-generator-ia32.cc', 1419 'compiler/ia32/code-generator-ia32.cc',
1417 'compiler/ia32/instruction-codes-ia32.h', 1420 'compiler/ia32/instruction-codes-ia32.h',
1418 'compiler/ia32/instruction-scheduler-ia32.cc', 1421 'compiler/ia32/instruction-scheduler-ia32.cc',
1419 'compiler/ia32/instruction-selector-ia32.cc', 1422 'compiler/ia32/instruction-selector-ia32.cc',
1420 'crankshaft/ia32/lithium-codegen-ia32.cc', 1423 'crankshaft/ia32/lithium-codegen-ia32.cc',
1421 'crankshaft/ia32/lithium-codegen-ia32.h', 1424 'crankshaft/ia32/lithium-codegen-ia32.h',
1422 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1425 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1423 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1426 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1424 'crankshaft/ia32/lithium-ia32.cc', 1427 'crankshaft/ia32/lithium-ia32.cc',
(...skipping 19 matching lines...) Expand all
1444 'x87/codegen-x87.cc', 1447 'x87/codegen-x87.cc',
1445 'x87/codegen-x87.h', 1448 'x87/codegen-x87.h',
1446 'x87/cpu-x87.cc', 1449 'x87/cpu-x87.cc',
1447 'x87/deoptimizer-x87.cc', 1450 'x87/deoptimizer-x87.cc',
1448 'x87/disasm-x87.cc', 1451 'x87/disasm-x87.cc',
1449 'x87/frames-x87.cc', 1452 'x87/frames-x87.cc',
1450 'x87/frames-x87.h', 1453 'x87/frames-x87.h',
1451 'x87/interface-descriptors-x87.cc', 1454 'x87/interface-descriptors-x87.cc',
1452 'x87/macro-assembler-x87.cc', 1455 'x87/macro-assembler-x87.cc',
1453 'x87/macro-assembler-x87.h', 1456 'x87/macro-assembler-x87.h',
1457 'x87/simulator-x87.cc',
1458 'x87/simulator-x87.h',
1454 'builtins/x87/builtins-x87.cc', 1459 'builtins/x87/builtins-x87.cc',
1455 'compiler/x87/code-generator-x87.cc', 1460 'compiler/x87/code-generator-x87.cc',
1456 'compiler/x87/instruction-codes-x87.h', 1461 'compiler/x87/instruction-codes-x87.h',
1457 'compiler/x87/instruction-scheduler-x87.cc', 1462 'compiler/x87/instruction-scheduler-x87.cc',
1458 'compiler/x87/instruction-selector-x87.cc', 1463 'compiler/x87/instruction-selector-x87.cc',
1459 'crankshaft/x87/lithium-codegen-x87.cc', 1464 'crankshaft/x87/lithium-codegen-x87.cc',
1460 'crankshaft/x87/lithium-codegen-x87.h', 1465 'crankshaft/x87/lithium-codegen-x87.h',
1461 'crankshaft/x87/lithium-gap-resolver-x87.cc', 1466 'crankshaft/x87/lithium-gap-resolver-x87.cc',
1462 'crankshaft/x87/lithium-gap-resolver-x87.h', 1467 'crankshaft/x87/lithium-gap-resolver-x87.h',
1463 'crankshaft/x87/lithium-x87.cc', 1468 'crankshaft/x87/lithium-x87.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'x64/codegen-x64.cc', 1581 'x64/codegen-x64.cc',
1577 'x64/codegen-x64.h', 1582 'x64/codegen-x64.h',
1578 'x64/cpu-x64.cc', 1583 'x64/cpu-x64.cc',
1579 'x64/deoptimizer-x64.cc', 1584 'x64/deoptimizer-x64.cc',
1580 'x64/disasm-x64.cc', 1585 'x64/disasm-x64.cc',
1581 'x64/frames-x64.cc', 1586 'x64/frames-x64.cc',
1582 'x64/frames-x64.h', 1587 'x64/frames-x64.h',
1583 'x64/interface-descriptors-x64.cc', 1588 'x64/interface-descriptors-x64.cc',
1584 'x64/macro-assembler-x64.cc', 1589 'x64/macro-assembler-x64.cc',
1585 'x64/macro-assembler-x64.h', 1590 'x64/macro-assembler-x64.h',
1591 'x64/simulator-x64.cc',
1592 'x64/simulator-x64.h',
1586 'x64/sse-instr.h', 1593 'x64/sse-instr.h',
1587 'debug/x64/debug-x64.cc', 1594 'debug/x64/debug-x64.cc',
1588 'full-codegen/x64/full-codegen-x64.cc', 1595 'full-codegen/x64/full-codegen-x64.cc',
1589 'ic/x64/access-compiler-x64.cc', 1596 'ic/x64/access-compiler-x64.cc',
1590 'ic/x64/handler-compiler-x64.cc', 1597 'ic/x64/handler-compiler-x64.cc',
1591 'ic/x64/ic-x64.cc', 1598 'ic/x64/ic-x64.cc',
1592 'ic/x64/ic-compiler-x64.cc', 1599 'ic/x64/ic-compiler-x64.cc',
1593 'ic/x64/stub-cache-x64.cc', 1600 'ic/x64/stub-cache-x64.cc',
1594 'regexp/x64/regexp-macro-assembler-x64.cc', 1601 'regexp/x64/regexp-macro-assembler-x64.cc',
1595 'regexp/x64/regexp-macro-assembler-x64.h', 1602 'regexp/x64/regexp-macro-assembler-x64.h',
1603 'third_party/valgrind/valgrind.h',
1596 ], 1604 ],
1597 }], 1605 }],
1598 ['v8_target_arch=="x64"', { 1606 ['v8_target_arch=="x64"', {
1599 'sources': [ 1607 'sources': [
1600 'compiler/x64/code-generator-x64.cc', 1608 'compiler/x64/code-generator-x64.cc',
1601 'compiler/x64/instruction-codes-x64.h', 1609 'compiler/x64/instruction-codes-x64.h',
1602 'compiler/x64/instruction-scheduler-x64.cc', 1610 'compiler/x64/instruction-scheduler-x64.cc',
1603 'compiler/x64/instruction-selector-x64.cc', 1611 'compiler/x64/instruction-selector-x64.cc',
1604 'compiler/x64/unwinding-info-writer-x64.h', 1612 'compiler/x64/unwinding-info-writer-x64.h',
1605 'compiler/x64/unwinding-info-writer-x64.cc', 1613 'compiler/x64/unwinding-info-writer-x64.cc',
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 'conditions': [ 2455 'conditions': [
2448 ['want_separate_host_toolset_mkpeephole==1', { 2456 ['want_separate_host_toolset_mkpeephole==1', {
2449 'toolsets': ['host'], 2457 'toolsets': ['host'],
2450 }, { 2458 }, {
2451 'toolsets': ['target'], 2459 'toolsets': ['target'],
2452 }], 2460 }],
2453 ], 2461 ],
2454 }, 2462 },
2455 ], 2463 ],
2456 } 2464 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698