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

Side by Side Diff: google_apis/gcm/gcm.gyp

Issue 23684017: [GCM] Initial work to set up directory structure and introduce socket integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch to GetState() Created 7 years, 2 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 2013 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 'chromium_code': 1,
8 },
9
10 'includes': [
11 'gcm_tests.gypi',
12 ],
13
14 'targets': [
15 # The public GCM shared library target.
16 {
17 'target_name': 'gcm',
18 'type': 'shared_library',
19 'variables': { 'enable_wexit_time_destructors': 1, },
20 'includes': [
21 'gcm_core.gypi',
akalin 2013/10/12 03:18:36 do you anticipate gcm_core being big? why not inli
Nicolas Zea 2013/10/14 23:39:15 Done.
22 ],
23 },
24 ],
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698