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

Side by Side Diff: build/all_android.gyp

Issue 9226012: Checkpoint: android fixes towards compilation of unit_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: miranda alphabetical issue Created 8 years, 11 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
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/about_flags.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # This is all.gyp file for Android to prevent breakage in Android and other 5 # This is all.gyp file for Android to prevent breakage in Android and other
6 # platform; It will be churning a lot in the short term and eventually be merged 6 # platform; It will be churning a lot in the short term and eventually be merged
7 # into all.gyp. 7 # into all.gyp.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 18 matching lines...) Expand all
29 '../net/net.gyp:net_unittests', 29 '../net/net.gyp:net_unittests',
30 ], 30 ],
31 }, 31 },
32 { 32 {
33 # Experimental / in-progress targets that are expected to fail. 33 # Experimental / in-progress targets that are expected to fail.
34 'target_name': 'android_experimental', 34 'target_name': 'android_experimental',
35 'type': 'none', 35 'type': 'none',
36 'dependencies': [ 36 'dependencies': [
37 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 37 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
38 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 38 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
39 '../chrome/chrome.gyp:unit_tests'
39 ], 40 ],
40 }, 41 },
41 ], # targets 42 ], # targets
42 } 43 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/about_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698