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

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

Issue 446733003: Tue Aug 5 16:08:45 PDT 2014 Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 4 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/bindings/dart/DartNativeExtensionsWin.cpp ('k') | Source/bindings/dart/gyp/dartium.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'custom/custom.gypi', 7 'custom/custom.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'bindings_dart_dir': '.', 10 'bindings_dart_dir': '.',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'DartInjectedScript.h', 51 'DartInjectedScript.h',
52 'DartInspectorTimeline.h', 52 'DartInspectorTimeline.h',
53 'DartIsolateDestructionObserver.cpp', 53 'DartIsolateDestructionObserver.cpp',
54 'DartIsolateDestructionObserver.h', 54 'DartIsolateDestructionObserver.h',
55 'DartJsInterop.h', 55 'DartJsInterop.h',
56 'DartJsInterop.cpp', 56 'DartJsInterop.cpp',
57 'DartJsInteropData.h', 57 'DartJsInteropData.h',
58 'DartJsInteropData.cpp', 58 'DartJsInteropData.cpp',
59 'DartMutationCallback.cpp', 59 'DartMutationCallback.cpp',
60 'DartMutationCallback.h', 60 'DartMutationCallback.h',
61 'DartNativeExtensions.h',
62 'DartNativeExtensions.cpp',
63 'DartNativeExtensionsPosix.cpp',
64 'DartNativeExtensionsWin.cpp',
61 'DartNativeUtilities.cpp', 65 'DartNativeUtilities.cpp',
62 'DartNativeUtilities.h', 66 'DartNativeUtilities.h',
63 'DartScheduledAction.cpp', 67 'DartScheduledAction.cpp',
64 'DartScheduledAction.h', 68 'DartScheduledAction.h',
65 'DartScriptState.cpp', 69 'DartScriptState.cpp',
66 'DartScriptState.h', 70 'DartScriptState.h',
67 'DartScriptValue.cpp', 71 'DartScriptValue.cpp',
68 'DartScriptValue.h', 72 'DartScriptValue.h',
69 'DartPersistentValue.cpp', 73 'DartPersistentValue.cpp',
70 'DartPersistentValue.h', 74 'DartPersistentValue.h',
(...skipping 10 matching lines...) Expand all
81 # FIXMEDART: These don't really belong here. But where? 85 # FIXMEDART: These don't really belong here. But where?
82 # FIXMEDART: Add these back when generated as well as the 86 # FIXMEDART: Add these back when generated as well as the
83 # blink_DartResolver.cpp. 87 # blink_DartResolver.cpp.
84 'DartSnapshot.bytes', 88 'DartSnapshot.bytes',
85 ], 89 ],
86 # FIXMEDART: Add unittests! 90 # FIXMEDART: Add unittests!
87 'bindings_dart_unittest_files': [ 91 'bindings_dart_unittest_files': [
88 ], 92 ],
89 }, 93 },
90 } 94 }
OLDNEW
« no previous file with comments | « Source/bindings/dart/DartNativeExtensionsWin.cpp ('k') | Source/bindings/dart/gyp/dartium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698