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

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

Issue 104433004: Enable VM service inside Dartium Renderer processes (Closed) Base URL: svn://svn.chromium.org/multivm/branches/1650/blink
Patch Set: Created 7 years 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'inspector/InspectorCanvasAgent.cpp', 990 'inspector/InspectorCanvasAgent.cpp',
991 'inspector/InspectorCanvasAgent.h', 991 'inspector/InspectorCanvasAgent.h',
992 'inspector/InspectorCanvasInstrumentation.h', 992 'inspector/InspectorCanvasInstrumentation.h',
993 'inspector/InspectorClient.cpp', 993 'inspector/InspectorClient.cpp',
994 'inspector/InspectorConsoleAgent.cpp', 994 'inspector/InspectorConsoleAgent.cpp',
995 'inspector/InspectorConsoleAgent.h', 995 'inspector/InspectorConsoleAgent.h',
996 'inspector/InspectorConsoleInstrumentation.h', 996 'inspector/InspectorConsoleInstrumentation.h',
997 'inspector/InspectorController.cpp', 997 'inspector/InspectorController.cpp',
998 'inspector/InspectorCounters.cpp', 998 'inspector/InspectorCounters.cpp',
999 'inspector/InspectorCounters.h', 999 'inspector/InspectorCounters.h',
1000 'inspector/InspectorDartAgent.cpp',
1001 'inspector/InspectorDartAgent.h',
1000 'inspector/InspectorDOMAgent.cpp', 1002 'inspector/InspectorDOMAgent.cpp',
1001 'inspector/InspectorDOMDebuggerAgent.cpp', 1003 'inspector/InspectorDOMDebuggerAgent.cpp',
1002 'inspector/InspectorDOMDebuggerAgent.h', 1004 'inspector/InspectorDOMDebuggerAgent.h',
1003 'inspector/InspectorDOMStorageAgent.cpp', 1005 'inspector/InspectorDOMStorageAgent.cpp',
1004 'inspector/InspectorDOMStorageAgent.h', 1006 'inspector/InspectorDOMStorageAgent.h',
1005 'inspector/InspectorDatabaseAgent.cpp', 1007 'inspector/InspectorDatabaseAgent.cpp',
1006 'inspector/InspectorDatabaseAgent.h', 1008 'inspector/InspectorDatabaseAgent.h',
1007 'inspector/InspectorDatabaseInstrumentation.h', 1009 'inspector/InspectorDatabaseInstrumentation.h',
1008 'inspector/InspectorDatabaseResource.cpp', 1010 'inspector/InspectorDatabaseResource.cpp',
1009 'inspector/InspectorDatabaseResource.h', 1011 'inspector/InspectorDatabaseResource.h',
(...skipping 2884 matching lines...) Expand 10 before | Expand all | Expand 10 after
3894 'bison_exe': 'bison', 3896 'bison_exe': 'bison',
3895 # We specify a preprocess so it happens locally and won't get 3897 # We specify a preprocess so it happens locally and won't get
3896 # distributed to goma. 3898 # distributed to goma.
3897 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3899 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3898 # use /usr/bin/clang once we require Xcode 4.x. 3900 # use /usr/bin/clang once we require Xcode 4.x.
3899 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3901 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3900 }], 3902 }],
3901 ], 3903 ],
3902 } 3904 }
3903 } 3905 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698