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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1722543003: Mojo bindings environment: remove usage in mojo/edk/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_base.gyp ('k') | mojo/mojo_edk_tests.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ], 143 ],
144 }, 144 },
145 { 145 {
146 # GN version: //mojo/edk/js 146 # GN version: //mojo/edk/js
147 'target_name': 'mojo_js_lib', 147 'target_name': 'mojo_js_lib',
148 'type': 'static_library', 148 'type': 'static_library',
149 'dependencies': [ 149 'dependencies': [
150 '../base/base.gyp:base', 150 '../base/base.gyp:base',
151 '../gin/gin.gyp:gin', 151 '../gin/gin.gyp:gin',
152 '../v8/tools/gyp/v8.gyp:v8', 152 '../v8/tools/gyp/v8.gyp:v8',
153 'mojo_public.gyp:mojo_message_pump_lib',
153 ], 154 ],
154 'export_dependent_settings': [ 155 'export_dependent_settings': [
155 '../base/base.gyp:base', 156 '../base/base.gyp:base',
156 '../gin/gin.gyp:gin', 157 '../gin/gin.gyp:gin',
157 ], 158 ],
158 'sources': [ 159 'sources': [
159 # Sources list duplicated in GN build. 160 # Sources list duplicated in GN build.
160 'edk/js/core.cc', 161 'edk/js/core.cc',
161 'edk/js/core.h', 162 'edk/js/core.h',
162 'edk/js/drain_data.cc', 163 'edk/js/drain_data.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'mojo_public.gyp:mojo_public_test_support', 245 'mojo_public.gyp:mojo_public_test_support',
245 'mojo_system_impl', 246 'mojo_system_impl',
246 'mojo_test_support_impl', 247 'mojo_test_support_impl',
247 ], 248 ],
248 'sources': [ 249 'sources': [
249 'edk/test/run_all_perftests.cc', 250 'edk/test/run_all_perftests.cc',
250 ], 251 ],
251 }, 252 },
252 ], 253 ],
253 } 254 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698