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

Side by Side Diff: components/components_browsertests.isolate

Issue 900223003: components: Provide an unified target to generate components_tests_resources.pak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 'includes': [ 5 'includes': [
6 '../base/base.isolate', 6 '../base/base.isolate',
7 '../gin/v8.isolate', 7 '../gin/v8.isolate',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 ['OS=="linux" or OS=="mac" or OS=="win"', { 10 ['OS=="linux" or OS=="mac" or OS=="win"', {
11 'variables': { 11 'variables': {
12 'files': [ 12 'files': [
13 'test/data/', 13 'test/data/',
14 '../testing/test_env.py', 14 '../testing/test_env.py',
15 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', 15 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)',
16 '<(PRODUCT_DIR)/components_resources.pak', 16 '<(PRODUCT_DIR)/components_tests_resources.pak',
17 '<(PRODUCT_DIR)/content_shell.pak', 17 '<(PRODUCT_DIR)/content_shell.pak',
18 ], 18 ],
19 }, 19 },
20 }], 20 }],
21 ['OS=="linux"', { 21 ['OS=="linux"', {
22 'variables': { 22 'variables': {
23 'command': [ 23 'command': [
24 '../testing/xvfb.py', 24 '../testing/xvfb.py',
25 '<(PRODUCT_DIR)', 25 '<(PRODUCT_DIR)',
26 '<(PRODUCT_DIR)/components_browsertests', 26 '<(PRODUCT_DIR)/components_browsertests',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 }], 60 }],
61 ['OS=="mac"', { 61 ['OS=="mac"', {
62 'variables': { 62 'variables': {
63 'files': [ 63 'files': [
64 '<(PRODUCT_DIR)/Content Shell.app/', 64 '<(PRODUCT_DIR)/Content Shell.app/',
65 ], 65 ],
66 }, 66 },
67 }], 67 }],
68 ], 68 ],
69 } 69 }
OLDNEW
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/dom_distiller/standalone/content_extractor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698