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

Side by Side Diff: cloud_print/virtual_driver/win/virtual_driver.gyp

Issue 10505010: Root solution for src/cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'virtual_driver_suffix': '',
8 },
9 'target_defaults': {
10 'dependencies': [
11 '<(DEPTH)/base/base.gyp:base',
12 ],
13
14 },
15 'includes': [
16 'virtual_driver.gypi',
17 ],
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698