summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_js_unittests.isolate
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 21:06:46 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 21:06:46 +0000
commit4df54e8c095bd239b8f7c3786440a4878d2eb509 (patch)
tree1b06fa36a4d92cca66ac607adbe45aab342dda47 /mojo/mojo_js_unittests.isolate
parent73a7a8a02721baddefb25c4a6952760c006f3277 (diff)
downloadchromium_src-4df54e8c095bd239b8f7c3786440a4878d2eb509.zip
chromium_src-4df54e8c095bd239b8f7c3786440a4878d2eb509.tar.gz
chromium_src-4df54e8c095bd239b8f7c3786440a4878d2eb509.tar.bz2
Get rid of all component builds specific .isolate.
The status quo was unmaintainable. These 'component build specific .isolate files' are superseeded by tools/isolate_driver.py which packages dynamic libraries automatically. The new way is much more sane and dynamic, isolate_driver.py is currently very crude but 'does the job', the expected way to make it work is to read the .ninja files to extract all the dynamic libraries marked as a dependency to the main target being executed. TBR=csharp@chromium.org BUG=333473 Review URL: https://codereview.chromium.org/226123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_js_unittests.isolate')
-rw-r--r--mojo/mojo_js_unittests.isolate36
1 files changed, 0 insertions, 36 deletions
diff --git a/mojo/mojo_js_unittests.isolate b/mojo/mojo_js_unittests.isolate
index 770a7c3..6ceaab1 100644
--- a/mojo/mojo_js_unittests.isolate
+++ b/mojo/mojo_js_unittests.isolate
@@ -34,19 +34,6 @@
],
},
}],
- ['OS=="win" and component=="shared_library"', {
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/base.dll',
- '<(PRODUCT_DIR)/base_i18n.dll',
- '<(PRODUCT_DIR)/gin.dll',
- '<(PRODUCT_DIR)/mojo_system_impl.dll',
- '<(PRODUCT_DIR)/msvcp120d.dll',
- '<(PRODUCT_DIR)/msvcr120d.dll',
- '<(PRODUCT_DIR)/v8.dll',
- ],
- },
- }],
['OS=="linux"', {
'variables': {
'isolate_dependency_tracked': [
@@ -54,17 +41,6 @@
],
},
}],
- ['OS=="linux" and component=="shared_library"', {
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/lib/libbase.so',
- '<(PRODUCT_DIR)/lib/libbase_i18n.so',
- '<(PRODUCT_DIR)/lib/libgin.so',
- '<(PRODUCT_DIR)/lib/libmojo_system_impl.so',
- '<(PRODUCT_DIR)/lib/libv8.so',
- ],
- },
- }],
['OS=="mac"', {
'variables': {
'isolate_dependency_tracked': [
@@ -72,17 +48,5 @@
],
},
}],
- ['OS=="mac" and component=="shared_library"', {
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/libbase.dylib',
- '<(PRODUCT_DIR)/libbase_i18n.dylib',
- '<(PRODUCT_DIR)/libgin.dylib',
- '<(PRODUCT_DIR)/libmojo_common_lib.dylib',
- '<(PRODUCT_DIR)/libmojo_system_impl.dylib',
- '<(PRODUCT_DIR)/libv8.dylib',
- ],
- },
- }],
],
}