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

Unified Diff: device/device_bluetooth_strings.gyp

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 years, 7 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 | « device/device_bluetooth_strings.grd ('k') | device/strings/device_bluetooth_strings_am.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_bluetooth_strings.gyp
diff --git a/device/device_bluetooth_strings.gyp b/device/device_bluetooth_strings.gyp
deleted file mode 100644
index 3794f5558ff2ce6cb6e992bcfef2378e80dd297e..0000000000000000000000000000000000000000
--- a/device/device_bluetooth_strings.gyp
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2013 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': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
- },
-
- 'targets': [
- {
- 'target_name': 'device_bluetooth_strings',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'device_bluetooth_strings',
- 'variables': {
- 'grit_grd_file': 'device_bluetooth_strings.grd',
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device_bluetooth_strings',
- },
- 'includes': [ '../build/grit_action.gypi' ],
- },
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/device_bluetooth_strings',
- ],
- },
- },
- ],
-}
« no previous file with comments | « device/device_bluetooth_strings.grd ('k') | device/strings/device_bluetooth_strings_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698