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

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

Issue 376553004: Split out tests of private scripts from Internals to PrivateScriptTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gypi » ('j') | 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) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is fixed. 798 '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is fixed.
799 'testing', 799 'testing',
800 'testing/v8', 800 'testing/v8',
801 ], 801 ],
802 'sources': [ 802 'sources': [
803 '<@(webcore_testing_files)', 803 '<@(webcore_testing_files)',
804 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp', 804 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp',
805 '<(bindings_core_v8_output_dir)/V8GCObservation.h', 805 '<(bindings_core_v8_output_dir)/V8GCObservation.h',
806 '<(bindings_core_v8_output_dir)/V8MallocStatistics.cpp', 806 '<(bindings_core_v8_output_dir)/V8MallocStatistics.cpp',
807 '<(bindings_core_v8_output_dir)/V8MallocStatistics.h', 807 '<(bindings_core_v8_output_dir)/V8MallocStatistics.h',
808 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.cpp',
809 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.h',
808 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp', 810 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp',
809 '<(bindings_core_v8_output_dir)/V8TypeConversions.h', 811 '<(bindings_core_v8_output_dir)/V8TypeConversions.h',
810 '<(bindings_core_v8_output_dir)/V8Internals.cpp', 812 '<(bindings_core_v8_output_dir)/V8Internals.cpp',
811 '<(bindings_core_v8_output_dir)/V8Internals.h', 813 '<(bindings_core_v8_output_dir)/V8Internals.h',
812 '<(bindings_core_v8_output_dir)/V8InternalProfilers.cpp', 814 '<(bindings_core_v8_output_dir)/V8InternalProfilers.cpp',
813 '<(bindings_core_v8_output_dir)/V8InternalProfilers.h', 815 '<(bindings_core_v8_output_dir)/V8InternalProfilers.h',
814 '<(bindings_core_v8_output_dir)/V8InternalSettings.cpp', 816 '<(bindings_core_v8_output_dir)/V8InternalSettings.cpp',
815 '<(bindings_core_v8_output_dir)/V8InternalSettings.h', 817 '<(bindings_core_v8_output_dir)/V8InternalSettings.h',
816 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.cpp', 818 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.cpp',
817 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.h', 819 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.h',
818 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.cpp', 820 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.cpp',
819 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.h', 821 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.h',
820 '<(bindings_core_v8_output_dir)/V8LayerRect.cpp', 822 '<(bindings_core_v8_output_dir)/V8LayerRect.cpp',
821 '<(bindings_core_v8_output_dir)/V8LayerRect.h', 823 '<(bindings_core_v8_output_dir)/V8LayerRect.h',
822 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', 824 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp',
823 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 825 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
824 ], 826 ],
825 'sources/': [ 827 'sources/': [
826 ['exclude', 'testing/js'], 828 ['exclude', 'testing/js'],
827 ], 829 ],
828 }, 830 },
829 ], # targets 831 ], # targets
830 } 832 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698