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

Unified Diff: chrome/browser/resources/chromeos/compiled_resources.gyp

Issue 2881523002: Closure: convert the rest of chrome/browser/resources/ to v2 GYP (Closed)
Patch Set: logic fix Created 3 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 | « no previous file | chrome/browser/resources/chromeos/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/compiled_resources.gyp
diff --git a/chrome/browser/resources/chromeos/compiled_resources.gyp b/chrome/browser/resources/chromeos/compiled_resources.gyp
deleted file mode 100644
index d30d11693f026a46d187927f8ad19e5aa6840b77..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/compiled_resources.gyp
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2015 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.
-{
- 'targets': [
- {
- 'target_name': 'bluetooth_pair_device',
- 'variables': {
- 'depends': [
- '../../../../chrome/browser/resources/options/compiled_resources.gyp:options_bundle',
- ],
- 'externs': ['<(EXTERNS_DIR)/chrome_send.js'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'certificate_manager_dialog',
- 'variables': {
- 'depends': [
- '../../../../chrome/browser/resources/options/compiled_resources.gyp:options_bundle',
- ],
- 'externs': ['<(EXTERNS_DIR)/chrome_send.js'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- ],
-}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698