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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « gin/gin.gyp ('k') | net/net.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 }], 155 }],
156 ], 156 ],
157 }, 157 },
158 { 158 {
159 # GN version: //mojo/edk/js 159 # GN version: //mojo/edk/js
160 'target_name': 'mojo_js_lib', 160 'target_name': 'mojo_js_lib',
161 'type': 'static_library', 161 'type': 'static_library',
162 'dependencies': [ 162 'dependencies': [
163 '../base/base.gyp:base', 163 '../base/base.gyp:base',
164 '../gin/gin.gyp:gin', 164 '../gin/gin.gyp:gin',
165 '../v8/tools/gyp/v8.gyp:v8', 165 '../v8/src/v8.gyp:v8',
166 'mojo_public.gyp:mojo_message_pump_lib', 166 'mojo_public.gyp:mojo_message_pump_lib',
167 ], 167 ],
168 'export_dependent_settings': [ 168 'export_dependent_settings': [
169 '../base/base.gyp:base', 169 '../base/base.gyp:base',
170 '../gin/gin.gyp:gin', 170 '../gin/gin.gyp:gin',
171 ], 171 ],
172 'sources': [ 172 'sources': [
173 # Sources list duplicated in GN build. 173 # Sources list duplicated in GN build.
174 'edk/js/core.cc', 174 'edk/js/core.cc',
175 'edk/js/core.h', 175 'edk/js/core.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'mojo_public.gyp:mojo_public_test_support', 258 'mojo_public.gyp:mojo_public_test_support',
259 'mojo_system_impl', 259 'mojo_system_impl',
260 'mojo_test_support_impl', 260 'mojo_test_support_impl',
261 ], 261 ],
262 'sources': [ 262 'sources': [
263 'edk/test/run_all_perftests.cc', 263 'edk/test/run_all_perftests.cc',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 } 267 }
OLDNEW
« no previous file with comments | « gin/gin.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698