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

Side by Side Diff: content/content_app.gypi

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comments 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
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 25 matching lines...) Expand all
36 }], 36 }],
37 ['OS=="android"', { 37 ['OS=="android"', {
38 'sources!': [ 38 'sources!': [
39 'app/content_main.cc', 39 'app/content_main.cc',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 '<(SHARED_INTERMEDIATE_DIR)/content', 42 '<(SHARED_INTERMEDIATE_DIR)/content',
43 ], 43 ],
44 'dependencies': [ 44 'dependencies': [
45 'content.gyp:content_jni_headers', 45 'content.gyp:content_jni_headers',
46 '../skia/skia.gyp:skia',
46 ], 47 ],
47 }], 48 }],
48 ], 49 ],
49 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698