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

Unified Diff: chrome/chrome_repack_chrome_300_percent.gypi

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge 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 | « chrome/chrome_repack_chrome_200_percent.gypi ('k') | chrome/chrome_repack_locales.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_chrome_300_percent.gypi
diff --git a/chrome/chrome_repack_chrome_300_percent.gypi b/chrome/chrome_repack_chrome_300_percent.gypi
deleted file mode 100644
index 5ac082cc538f3ade52bba8abe52a76f636a12f79..0000000000000000000000000000000000000000
--- a/chrome/chrome_repack_chrome_300_percent.gypi
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (c) 2012 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.
-{
- # GN version: //chrome:repack_chrome_300_percent
- 'action_name': 'repack_chrome_resources_300_percent',
- 'variables': {
- 'pak_inputs': [
- # Only iOS generates 300 percent pak files so the inputs will need to be
- # updated if other platforms need 300 percent support.
- '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_300_percent.pak',
- '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_300_percent.pak',
- # TODO(ios): Remove the dependency on renderer_resources.
- '<(grit_out_dir)/renderer_resources_300_percent.pak',
- '<(grit_out_dir)/theme_resources_300_percent.pak',
- ],
- 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_300_percent.pak',
- },
- 'includes': [ '../build/repack_action.gypi' ],
-}
« no previous file with comments | « chrome/chrome_repack_chrome_200_percent.gypi ('k') | chrome/chrome_repack_locales.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698