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

Unified Diff: chromecast/chromecast_locales.gyp

Issue 2280673002: [chromecast] Deletes all gyp files. (Closed)
Patch Set: Created 4 years, 4 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 | « chromecast/chromecast.gyp ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast_locales.gyp
diff --git a/chromecast/chromecast_locales.gyp b/chromecast/chromecast_locales.gyp
deleted file mode 100644
index 13b29a2eba1a5950b40b39777f490498da0dfefc..0000000000000000000000000000000000000000
--- a/chromecast/chromecast_locales.gyp
+++ /dev/null
@@ -1,69 +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.
-
-{
- 'variables': {
- 'chromecast_branding%': 'public',
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast_strings',
- },
- 'targets': [
- {
- 'target_name': 'chromecast_settings',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'chromecast_settings',
- 'variables': {
- 'grit_grd_file': 'app/resources/chromecast_settings.grd',
- 'grit_resource_ids': 'app/resources/resource_ids',
- },
- 'includes': [ '../build/grit_action.gypi' ],
- },
- ],
- 'includes': [ '../build/grit_target.gypi' ],
- },
- {
- 'target_name': 'chromecast_locales_pak',
- 'type': 'none',
- 'dependencies': [
- 'chromecast_settings',
- ],
- 'conditions': [
- ['chromecast_branding!="public"', {
- 'dependencies': [
- 'internal/chromecast_locales.gyp:chromecast_app_strings',
- ],
- }],
- ],
- 'actions': [
- {
- 'action_name': 'repack_locales',
- 'message': 'Packing locale-specific resources',
- 'variables': {
- 'repack_python_cmd': '<(DEPTH)/chromecast/tools/build/chromecast_repack_locales.py',
- 'repack_output_dir': '<(PRODUCT_DIR)/chromecast_locales',
- 'repack_locales_cmd': [
- 'python',
- '<(repack_python_cmd)'
- ],
- },
- 'inputs': [
- '<(repack_python_cmd)',
- '<!@pymod_do_main(chromecast_repack_locales -i -b <(chromecast_branding) -g <(grit_out_dir) -x <(repack_output_dir) <(locales))'
- ],
- 'outputs': [
- '<!@pymod_do_main(chromecast_repack_locales -o -b <(chromecast_branding) -g <(grit_out_dir) -x <(repack_output_dir) <(locales))'
- ],
- 'action': [
- '<@(repack_locales_cmd)',
- '-b', '<(chromecast_branding)',
- '-g', '<(grit_out_dir)',
- '-x', '<(repack_output_dir)/.',
- '<@(locales)',
- ],
- },
- ],
- },
- ],
-}
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698