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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 67573003: Android: moves chrome/ to use long for JNI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_android.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3715 matching lines...) Expand 10 before | Expand all | Expand 10 after
3726 'android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.j ava', 3726 'android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.j ava',
3727 'android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDeleg ate.java', 3727 'android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDeleg ate.java',
3728 'android/java/src/org/chromium/chrome/browser/infobar/ConfirmInfoBar Delegate.java', 3728 'android/java/src/org/chromium/chrome/browser/infobar/ConfirmInfoBar Delegate.java',
3729 'android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java', 3729 'android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java',
3730 'android/java/src/org/chromium/chrome/browser/infobar/InfoBarContain er.java', 3730 'android/java/src/org/chromium/chrome/browser/infobar/InfoBarContain er.java',
3731 'android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoB arDelegate.java', 3731 'android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoB arDelegate.java',
3732 'android/java/src/org/chromium/chrome/browser/invalidation/Invalidat ionController.java' 3732 'android/java/src/org/chromium/chrome/browser/invalidation/Invalidat ionController.java'
3733 ], 3733 ],
3734 'variables': { 3734 'variables': {
3735 'jni_gen_package': 'chrome', 3735 'jni_gen_package': 'chrome',
3736 'jni_generator_ptr_type': 'long',
3736 }, 3737 },
3737 'includes': [ '../build/jni_generator.gypi' ], 3738 'includes': [ '../build/jni_generator.gypi' ],
3738 }, 3739 },
3739 { 3740 {
3740 'target_name': 'resource_id_java', 3741 'target_name': 'resource_id_java',
3741 'type': 'none', 3742 'type': 'none',
3742 'sources': [ 3743 'sources': [
3743 'android/java/ResourceId.template', 3744 'android/java/ResourceId.template',
3744 ], 3745 ],
3745 'variables': { 3746 'variables': {
(...skipping 24 matching lines...) Expand all
3770 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3771 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3771 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3772 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3772 }, 3773 },
3773 'includes': [ '../build/android/java_cpp_template.gypi' ], 3774 'includes': [ '../build/android/java_cpp_template.gypi' ],
3774 }, 3775 },
3775 ], 3776 ],
3776 }, 3777 },
3777 ], 3778 ],
3778 ], 3779 ],
3779 } 3780 }
OLDNEW
« no previous file with comments | « chrome/chrome_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698