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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 years, 2 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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_apps_js_unittests.isolate » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/apps/js 8 # GN version: //mojo/apps/js
9 # //mojo/apps/js/bindings 9 # //mojo/apps/js/bindings
10 # //mojo/apps/js/bindings/gl 10 # //mojo/apps/js/bindings/gl
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ['test_isolation_mode != "noop"', { 103 ['test_isolation_mode != "noop"', {
104 'targets': [ 104 'targets': [
105 { 105 {
106 'target_name': 'mojo_apps_js_unittests_run', 106 'target_name': 'mojo_apps_js_unittests_run',
107 'type': 'none', 107 'type': 'none',
108 'dependencies': [ 108 'dependencies': [
109 'mojo_apps_js_unittests', 109 'mojo_apps_js_unittests',
110 ], 110 ],
111 'includes': [ 111 'includes': [
112 '../build/isolate.gypi', 112 '../build/isolate.gypi',
113 'mojo_apps_js_unittests.isolate',
114 ], 113 ],
115 'sources': [ 114 'sources': [
116 'mojo_apps_js_unittests.isolate', 115 'mojo_apps_js_unittests.isolate',
117 ], 116 ],
118 }, 117 },
119 ], 118 ],
120 }], 119 }],
121 ], 120 ],
122 } 121 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_apps_js_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698