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

Unified Diff: cc/cc.gyp

Issue 10824175: Stubs for cc directory (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « cc/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/tools/isolate/data/isolate/fail.isolate b/cc/cc.gyp
similarity index 62%
copy from tools/isolate/data/isolate/fail.isolate
copy to cc/cc.gyp
index eeeb97bcd022766e9c0b960982281e37342532ce..c67d50e971239334402cf4c53cd392357c2542e6 100644
--- a/tools/isolate/data/isolate/fail.isolate
+++ b/cc/cc.gyp
@@ -1,14 +1,17 @@
# 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.
+
{
'variables': {
- 'command': [
- 'python',
- 'fail.py',
- ],
- 'isolate_dependency_tracked': [
- 'fail.py',
- ],
+ 'chromium_code': 0,
},
+
+ 'targets': [
+ {
+ 'target_name': 'cc',
+ 'type': 'static_library',
+ }
+ ]
}
+
« no previous file with comments | « cc/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698