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

Unified Diff: chrome/chrome_tests.gypi

Issue 2035083003: mac/gn: Build performance_browser_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 481d73b27a035c30108440446924a0e8c0b90b82..4d9607b347be153193a9ba1e062257c6c05d5f34 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2786,43 +2786,6 @@
'sources': [
'<@(performance_browser_tests_sources)',
],
- 'rules': [
- {
- 'rule_name': 'js2webui',
- 'extension': 'js',
- 'msvs_external_rule': 1,
- 'variables': {
- 'conditions': [
- ['v8_use_external_startup_data==1', {
- 'external_v8': 'y',
- }, {
- 'external_v8': 'n',
- }],
- ],
- },
- 'inputs': [
- '<(gypv8sh)',
- '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
- '<(mock_js)',
- '<(test_api_js)',
- '<(js2gtest)',
- ],
- 'outputs': [
- '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc',
- '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js',
- ],
- 'process_outputs_as_sources': 1,
- 'action': [
- 'python',
- '<@(_inputs)',
- 'webui',
- '--external', '<(external_v8)',
- '<(RULE_INPUT_PATH)',
- 'chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js',
- '<@(_outputs)',
- ],
- },
- ],
'conditions': [
['OS=="win"', {
'sources': [
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698