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

Unified Diff: chrome/chrome_repack_locales.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_300_percent.gypi ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_locales.gypi
diff --git a/chrome/chrome_repack_locales.gypi b/chrome/chrome_repack_locales.gypi
deleted file mode 100644
index e2dc81ff11858b8dc77e736348f1a9f5ef274f65..0000000000000000000000000000000000000000
--- a/chrome/chrome_repack_locales.gypi
+++ /dev/null
@@ -1,45 +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.
-
-# To use this the following variables need to be defined:
-# pak_locales: string: the list of all the locales that need repacking
-{
- 'variables': {
- 'repack_locales_path': 'tools/build/repack_locales.py',
- 'repack_options%': [],
- 'branding_flag': ['-b', '<(branding_path_component)',],
- 'conditions': [
- ['chromeos==1', {
- 'chromeos_flag': ['--chromeos=1'],
- }, {
- 'chromeos_flag': ['--chromeos=0'],
- }],
- ],
- 'repack_extra_flags%': [],
- 'repack_shared_dir%': '<(SHARED_INTERMEDIATE_DIR)',
- 'repack_output_dir%': '<(SHARED_INTERMEDIATE_DIR)',
- },
- 'inputs': [
- '<(repack_locales_path)',
- '<!@pymod_do_main(repack_locales -i -p <(OS) <(branding_flag) -g <(grit_out_dir) -s <(repack_shared_dir) -x <(repack_output_dir) --use-ash <(use_ash) <(repack_extra_flags) <(chromeos_flag) --enable-extensions <(enable_extensions) <(pak_locales))'
- ],
- 'outputs': [
- '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(repack_shared_dir) -x <(repack_output_dir) <(pak_locales))'
- ],
- 'action': [
- 'python',
- '<(repack_locales_path)',
- '<@(branding_flag)',
- '-p', '<(OS)',
- '-g', '<(grit_out_dir)',
- '-s<(repack_shared_dir)',
- '-x<(repack_output_dir)/.',
- '--use-ash=<(use_ash)',
- '<@(repack_extra_flags)',
- '<@(chromeos_flag)',
- '--enable-extensions=<(enable_extensions)',
- '<@(repack_options)',
- '<@(pak_locales)',
- ],
-}
« no previous file with comments | « chrome/chrome_repack_chrome_300_percent.gypi ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698