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

Side by Side Diff: ui/ui.gyp

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 8 years, 1 month 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 ], 878 ],
879 'variables': { 879 'variables': {
880 'jni_gen_dir': 'ui', 880 'jni_gen_dir': 'ui',
881 }, 881 },
882 'includes': [ '../build/jni_generator.gypi' ], 882 'includes': [ '../build/jni_generator.gypi' ],
883 }, 883 },
884 { 884 {
885 'target_name': 'ui_java', 885 'target_name': 'ui_java',
886 'type': 'none', 886 'type': 'none',
887 'variables': { 887 'variables': {
888 'package_name': 'ui',
889 'java_in_dir': '../ui/android/java', 888 'java_in_dir': '../ui/android/java',
890 }, 889 },
891 'dependencies': [ 890 'dependencies': [
892 '../base/base.gyp:base_java', 891 '../base/base.gyp:base_java',
893 ], 892 ],
894 'includes': [ '../build/java.gypi' ], 893 'includes': [ '../build/java.gypi' ],
895 }, 894 },
896 ], 895 ],
897 }], 896 }],
898 ], 897 ],
899 } 898 }
OLDNEW
« build/java.gypi ('K') | « tools/android/findbugs_plugin/findbugs_plugin.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698