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

Side by Side Diff: chrome/chrome.isolate

Issue 1221333013: Add support for escaped target names in isolate driver (4th try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome dep for isolates Created 5 years, 5 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)/libosmesa.so', 9 '<(PRODUCT_DIR)/libosmesa.so',
10 ], 10 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)', 66 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)',
67 ], 67 ],
68 'files': [ 68 'files': [
69 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', 69 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
70 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/', 70 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/',
71 '<(PRODUCT_DIR)/<(mac_product_name).app/', 71 '<(PRODUCT_DIR)/<(mac_product_name).app/',
72 '<(PRODUCT_DIR)/exif.so', 72 '<(PRODUCT_DIR)/exif.so',
73 ], 73 ],
74 }, 74 },
75 }], 75 }],
76 ['OS=="mac" and component=="shared_library"', {
77 'variables': {
78 'files': [
79 '<(PRODUCT_DIR)/libchrome_main_dll.dylib',
80 ],
81 },
82 }],
76 ['OS=="mac" and asan==1 and fastbuild==0', { 83 ['OS=="mac" and asan==1 and fastbuild==0', {
77 'variables': { 84 'variables': {
78 'files': [ 85 'files': [
79 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/', 86 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
80 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app.dSYM/', 87 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app.dSYM/',
81 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/', 88 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
82 '<(PRODUCT_DIR)/exif.so.dSYM/', 89 '<(PRODUCT_DIR)/exif.so.dSYM/',
83 ], 90 ],
84 }, 91 },
85 }], 92 }],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ], 131 ],
125 }, 132 },
126 }], 133 }],
127 ], 134 ],
128 'includes': [ 135 'includes': [
129 '../base/base.isolate', 136 '../base/base.isolate',
130 '../third_party/angle/angle.isolate', 137 '../third_party/angle/angle.isolate',
131 '../gin/v8.isolate', 138 '../gin/v8.isolate',
132 ], 139 ],
133 } 140 }
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