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

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

Issue 24053003: Support partial interface for test support idls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 'WEBKIT_IMPLEMENTATION=1', 1091 'WEBKIT_IMPLEMENTATION=1',
1092 'INSIDE_WEBKIT', 1092 'INSIDE_WEBKIT',
1093 ], 1093 ],
1094 'include_dirs': [ 1094 'include_dirs': [
1095 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f ixed. 1095 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f ixed.
1096 'testing', 1096 'testing',
1097 'testing/v8', 1097 'testing/v8',
1098 ], 1098 ],
1099 'sources': [ 1099 'sources': [
1100 '<@(webcore_test_support_files)', 1100 '<@(webcore_test_support_files)',
1101 '<@(generated_webcore_test_support_files)',
1101 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GCObservation.cpp', 1102 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GCObservation.cpp',
1102 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GCObservation.h', 1103 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GCObservation.h',
1103 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8MallocStatistics.cpp', 1104 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8MallocStatistics.cpp',
1104 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8MallocStatistics.h', 1105 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8MallocStatistics.h',
1105 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8TypeConversions.cpp', 1106 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8TypeConversions.cpp',
1106 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8TypeConversions.h', 1107 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8TypeConversions.h',
1107 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8Internals.cpp', 1108 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8Internals.cpp',
1108 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8Internals.h', 1109 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8Internals.h',
1109 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalProfilers.cpp', 1110 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalProfilers.cpp',
1110 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalProfilers.h', 1111 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalProfilers.h',
1111 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettings.cpp', 1112 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettings.cpp',
1112 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettings.h', 1113 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettings.h',
1113 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettingsGenerated.c pp', 1114 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettingsGenerated.c pp',
1114 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettingsGenerated.h ', 1115 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalSettingsGenerated.h ',
1115 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalRuntimeFlags.cpp', 1116 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalRuntimeFlags.cpp',
1116 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalRuntimeFlags.h', 1117 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8InternalRuntimeFlags.h',
1117 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.cpp', 1118 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.cpp',
1118 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1119 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1119 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1120 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1120 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1121 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1121 ], 1122 ],
1122 'sources/': [ 1123 'sources/': [
1123 ['exclude', 'testing/js'], 1124 ['exclude', 'testing/js'],
1124 ], 1125 ],
1125 }, 1126 },
1126 ], # targets 1127 ], # targets
1127 } 1128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698