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

Unified Diff: ui/base/ui_base_tests_bundle.gypi

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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 | « ui/base/ui_base_tests.gyp ('k') | ui/base/x/ui_base_x.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_tests_bundle.gypi
diff --git a/ui/base/ui_base_tests_bundle.gypi b/ui/base/ui_base_tests_bundle.gypi
deleted file mode 100644
index 2eeabe88a68f15af2e9b303ac363da4d95b3f8e7..0000000000000000000000000000000000000000
--- a/ui/base/ui_base_tests_bundle.gypi
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file contains resources for the ui_base_unittests test bundle.
-# See chrome_dll_bundle.gypi for a description of the techniques here.
-{
- 'product_name': 'ui_unittests Framework',
- 'variables': {
- # There is no executable in the mock framework, and so nothing to strip.
- 'mac_strip': 0,
- },
- 'mac_bundle': 1,
- 'xcode_settings': {
- 'CHROMIUM_BUNDLE_ID': 'com.google.ChromiumUITests',
- 'DYLIB_COMPATIBILITY_VERSION': '1.0.0',
- 'DYLIB_CURRENT_VERSION': '1.0.0',
- 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../Versions/1.0.0.0',
- 'LD_DYLIB_INSTALL_NAME':
- '$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/$(PRODUCT_NAME)',
- 'INFOPLIST_FILE': 'test/framework-Info.plist',
- },
- 'mac_bundle_resources': [
- 'test/framework-Info.plist',
- '<(PRODUCT_DIR)/ui_test.pak',
-
- # Just include the English-US locale made by ui_resources.gyp:ui_test_pak.
- '<(PRODUCT_DIR)/ui/en.lproj/locale.pak',
- ],
- 'mac_bundle_resources!': [
- 'test/framework-Info.plist',
- ],
- 'postbuilds': [
- {
- 'postbuild_name': 'Symlink Resources',
- 'action': [
- 'ln',
- '-fns',
- 'Versions/A/Resources',
- '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Resources'
- ],
- },
- {
- # Resource bundle pak names are hardcoded. This allows ui_test.pak to be
- # found while running the ResourceBundle tests.
- 'postbuild_name': 'Symlink chrome_100_percent for test',
- 'action': [
- 'ln',
- '-fns',
- 'ui_test.pak',
- '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Versions/A/Resources/chrome_100_percent.pak'
- ],
- },
- ],
-}
« no previous file with comments | « ui/base/ui_base_tests.gyp ('k') | ui/base/x/ui_base_x.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698