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

Side by Side Diff: trunk/src/ui/base/ui_base.gyp

Issue 292433004: Revert 270750 "Android: cleans up jni_generator_ptr_type." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/testing/android/native_test.gyp ('k') | trunk/src/ui/gfx/gfx.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 '../android/java/src/org/chromium/ui/base/Clipboard.java', 622 '../android/java/src/org/chromium/ui/base/Clipboard.java',
623 '../android/java/src/org/chromium/ui/base/DeviceFormFactor.java', 623 '../android/java/src/org/chromium/ui/base/DeviceFormFactor.java',
624 '../android/java/src/org/chromium/ui/base/LocalizationUtils.java', 624 '../android/java/src/org/chromium/ui/base/LocalizationUtils.java',
625 '../android/java/src/org/chromium/ui/base/SelectFileDialog.java', 625 '../android/java/src/org/chromium/ui/base/SelectFileDialog.java',
626 '../android/java/src/org/chromium/ui/base/TouchDevice.java', 626 '../android/java/src/org/chromium/ui/base/TouchDevice.java',
627 '../android/java/src/org/chromium/ui/base/ViewAndroid.java', 627 '../android/java/src/org/chromium/ui/base/ViewAndroid.java',
628 '../android/java/src/org/chromium/ui/base/WindowAndroid.java', 628 '../android/java/src/org/chromium/ui/base/WindowAndroid.java',
629 ], 629 ],
630 'variables': { 630 'variables': {
631 'jni_gen_package': 'ui', 631 'jni_gen_package': 'ui',
632 'jni_generator_ptr_type': 'long',
632 }, 633 },
633 'includes': [ '../../build/jni_generator.gypi' ], 634 'includes': [ '../../build/jni_generator.gypi' ],
634 }, 635 },
635 ], 636 ],
636 }], 637 }],
637 ], 638 ],
638 } 639 }
OLDNEW
« no previous file with comments | « trunk/src/testing/android/native_test.gyp ('k') | trunk/src/ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698