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

Side by Side Diff: base/base.gyp

Issue 10380018: Revert 135484 - Use Android API for GetDisplayNameForLocale(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « base/android/locale_utils.cc ('k') | base/base.gypi » ('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) 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 ], 531 ],
532 'conditions': [ 532 'conditions': [
533 ['OS == "android"', { 533 ['OS == "android"', {
534 'targets': [ 534 'targets': [
535 { 535 {
536 'target_name': 'base_jni_headers', 536 'target_name': 'base_jni_headers',
537 'type': 'none', 537 'type': 'none',
538 'variables': { 538 'variables': {
539 'java_sources': [ 539 'java_sources': [
540 'android/java/org/chromium/base/BuildInfo.java', 540 'android/java/org/chromium/base/BuildInfo.java',
541 'android/java/org/chromium/base/LocaleUtils.java',
542 'android/java/org/chromium/base/PathUtils.java', 541 'android/java/org/chromium/base/PathUtils.java',
543 'android/java/org/chromium/base/SystemMessageHandler.java', 542 'android/java/org/chromium/base/SystemMessageHandler.java',
544 ], 543 ],
545 'jni_headers': [ 544 'jni_headers': [
546 '<(SHARED_INTERMEDIATE_DIR)/base/jni/build_info_jni.h', 545 '<(SHARED_INTERMEDIATE_DIR)/base/jni/build_info_jni.h',
547 '<(SHARED_INTERMEDIATE_DIR)/base/jni/locale_utils_jni.h',
548 '<(SHARED_INTERMEDIATE_DIR)/base/jni/path_utils_jni.h', 546 '<(SHARED_INTERMEDIATE_DIR)/base/jni/path_utils_jni.h',
549 '<(SHARED_INTERMEDIATE_DIR)/base/jni/system_message_handler_jni.h' , 547 '<(SHARED_INTERMEDIATE_DIR)/base/jni/system_message_handler_jni.h' ,
550 ], 548 ],
551 }, 549 },
552 'includes': [ '../build/jni_generator.gypi' ], 550 'includes': [ '../build/jni_generator.gypi' ],
553 }, 551 },
554 { 552 {
555 'target_name': 'base_java', 553 'target_name': 'base_java',
556 'type': 'none', 554 'type': 'none',
557 'variables': { 555 'variables': {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 '--ant-args', 683 '--ant-args',
686 '-DPRODUCT_DIR=<(PRODUCT_DIR)', 684 '-DPRODUCT_DIR=<(PRODUCT_DIR)',
687 '--ant-compile' 685 '--ant-compile'
688 ], 686 ],
689 }, 687 },
690 ] 688 ]
691 }], 689 }],
692 }], 690 }],
693 ], 691 ],
694 } 692 }
OLDNEW
« no previous file with comments | « base/android/locale_utils.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698