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

Unified Diff: app/app.gyp

Issue 7491072: Get rid of app/ directory as it's no longer used (finally). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | app/app_base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
deleted file mode 100644
index 514c28c1c52329146e188b4194687b2950ca4736..0000000000000000000000000000000000000000
--- a/app/app.gyp
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (c) 2011 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': {
- 'chromium_code': 1,
- },
- 'includes': [
- 'app_base.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'app_unittests',
- 'type': 'executable',
- 'dependencies': [
- 'app_base',
- '../base/base.gyp:test_support_base',
- '../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- '../sql/run_all_unittests.cc',
- '../sql/connection_unittest.cc',
- '../sql/sqlite_features_unittest.cc',
- '../sql/statement_unittest.cc',
- '../sql/transaction_unittest.cc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'conditions': [
- ['os_posix==1 and OS!="mac"', {
- 'conditions': [
- ['linux_use_tcmalloc==1', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « no previous file | app/app_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698