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

Side by Side Diff: chrome/chrome.isolate

Issue 1130523003: Add support for escaped target names in isolate driver (3rd try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add inclusion of chrome.isolate Created 5 years, 7 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 | « no previous file | chrome/chrome_tests.gypi » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'files': [ 8 'files': [
9 '<(PRODUCT_DIR)/libffmpegsumo.so', 9 '<(PRODUCT_DIR)/libffmpegsumo.so',
10 '<(PRODUCT_DIR)/libosmesa.so', 10 '<(PRODUCT_DIR)/libosmesa.so',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ], 70 ],
71 'files': [ 71 'files': [
72 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', 72 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
73 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/', 73 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/',
74 '<(PRODUCT_DIR)/<(mac_product_name).app/', 74 '<(PRODUCT_DIR)/<(mac_product_name).app/',
75 '<(PRODUCT_DIR)/exif.so', 75 '<(PRODUCT_DIR)/exif.so',
76 '<(PRODUCT_DIR)/ffmpegsumo.so', 76 '<(PRODUCT_DIR)/ffmpegsumo.so',
77 ], 77 ],
78 }, 78 },
79 }], 79 }],
80 ['OS=="mac" and component=="shared_library"', {
81 'variables': {
82 'files': [
83 '<(PRODUCT_DIR)/libchrome_main_dll.dylib',
84 ],
85 },
86 }],
80 ['OS=="mac" and asan==1 and fastbuild==0', { 87 ['OS=="mac" and asan==1 and fastbuild==0', {
81 'variables': { 88 'variables': {
82 'files': [ 89 'files': [
83 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/', 90 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
84 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app.dSYM/', 91 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app.dSYM/',
85 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/', 92 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
86 '<(PRODUCT_DIR)/exif.so.dSYM/', 93 '<(PRODUCT_DIR)/exif.so.dSYM/',
87 '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/', 94 '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
88 ], 95 ],
89 }, 96 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ], 137 ],
131 }, 138 },
132 }], 139 }],
133 ], 140 ],
134 'includes': [ 141 'includes': [
135 '../base/base.isolate', 142 '../base/base.isolate',
136 '../third_party/angle/angle.isolate', 143 '../third_party/angle/angle.isolate',
137 '../gin/v8.isolate', 144 '../gin/v8.isolate',
138 ], 145 ],
139 } 146 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698