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

Side by Side Diff: mojo/mojo_apps_js_unittests.isolate

Issue 460743002: mojo: Reland "Convert gles2 to the new thunking system." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use the mojo_gles2_for_loadable_module variable in more places. 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 | « mojo/mojo_apps.gypi ('k') | mojo/mojo_base.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 'includes': [ 5 'includes': [
6 '../third_party/icu/icu.isolate', 6 '../third_party/icu/icu.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="win" or OS=="mac" or OS=="linux"', { 9 ['OS=="win" or OS=="mac" or OS=="linux"', {
10 'variables': { 10 'variables': {
(...skipping 27 matching lines...) Expand all
38 ['OS=="linux"', { 38 ['OS=="linux"', {
39 'variables': { 39 'variables': {
40 'isolate_dependency_tracked': [ 40 'isolate_dependency_tracked': [
41 '<(PRODUCT_DIR)/lib/libmojo_test_support.so', 41 '<(PRODUCT_DIR)/lib/libmojo_test_support.so',
42 ], 42 ],
43 }, 43 },
44 }], 44 }],
45 ['OS=="mac"', { 45 ['OS=="mac"', {
46 'variables': { 46 'variables': {
47 'isolate_dependency_tracked': [ 47 'isolate_dependency_tracked': [
48 '<(PRODUCT_DIR)/libmojo_gles2.dylib',
49 '<(PRODUCT_DIR)/libmojo_test_support.dylib', 48 '<(PRODUCT_DIR)/libmojo_test_support.dylib',
50 ], 49 ],
51 }, 50 },
52 }], 51 }],
53 ], 52 ],
54 } 53 }
OLDNEW
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698