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

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

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: PTAL Created 6 years, 6 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 | « LayoutTests/dart/inspector/utils-expected.txt ('k') | Source/bindings/common/StackTrace.h » ('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 'variables': { 2 'variables': {
3 'bindings_v8_dir': 'v8', 3 'bindings_v8_dir': 'v8',
4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink', 4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink',
5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', 5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings',
6 'bindings_files': [ 6 'bindings_files': [
7 'common/AbstractArrayValue.h', 7 'common/AbstractArrayValue.h',
8 'common/AbstractDictionary.h', 8 'common/AbstractDictionary.h',
9 'common/AbstractScriptValue.h', 9 'common/AbstractScriptValue.h',
10 'common/ArrayValue.h', 10 'common/ArrayValue.h',
11 'common/DeleteResult.h', 11 'common/DeleteResult.h',
12 'common/Dictionary.cpp', 12 'common/Dictionary.cpp',
13 'common/Dictionary.h', 13 'common/Dictionary.h',
14 'common/ExceptionMessages.cpp', 14 'common/ExceptionMessages.cpp',
15 'common/ExceptionMessages.h', 15 'common/ExceptionMessages.h',
16 'common/ExceptionState.h', 16 'common/ExceptionState.h',
17 'common/ExceptionStatePlaceholder.cpp', 17 'common/ExceptionStatePlaceholder.cpp',
18 'common/ExceptionStatePlaceholder.h', 18 'common/ExceptionStatePlaceholder.h',
19 'common/Nullable.h', 19 'common/Nullable.h',
20 'common/ScheduledAction.h', 20 'common/ScheduledAction.h',
21 'common/ScriptValue.cpp', 21 'common/ScriptValue.cpp',
22 'common/ScriptValue.h', 22 'common/ScriptValue.h',
23 'common/ScriptWrappable.h', 23 'common/ScriptWrappable.h',
24 'common/StackTrace.h',
24 'v8/ActiveDOMCallback.cpp', 25 'v8/ActiveDOMCallback.cpp',
25 'v8/ActiveDOMCallback.h', 26 'v8/ActiveDOMCallback.h',
26 'v8/V8ArrayValue.cpp', 27 'v8/V8ArrayValue.cpp',
27 'v8/V8ArrayValue.h', 28 'v8/V8ArrayValue.h',
28 'v8/BindingSecurity.cpp', 29 'v8/BindingSecurity.cpp',
29 'v8/BindingSecurity.h', 30 'v8/BindingSecurity.h',
30 'v8/CallbackPromiseAdapter.h', 31 'v8/CallbackPromiseAdapter.h',
31 'v8/CustomElementBinding.cpp', 32 'v8/CustomElementBinding.cpp',
32 'v8/CustomElementBinding.h', 33 'v8/CustomElementBinding.h',
33 'v8/CustomElementConstructorBuilder.cpp', 34 'v8/CustomElementConstructorBuilder.cpp',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 # supports this use case (gyp turns all actions into ninja restat 316 # supports this use case (gyp turns all actions into ninja restat
316 # rules). 317 # rules).
317 ['"<(GENERATOR)"=="ninja"', { 318 ['"<(GENERATOR)"=="ninja"', {
318 'write_file_only_if_changed': '1', 319 'write_file_only_if_changed': '1',
319 }, { 320 }, {
320 'write_file_only_if_changed': '0', 321 'write_file_only_if_changed': '0',
321 }], 322 }],
322 ], 323 ],
323 }, 324 },
324 } 325 }
OLDNEW
« no previous file with comments | « LayoutTests/dart/inspector/utils-expected.txt ('k') | Source/bindings/common/StackTrace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698