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

Side by Side Diff: content/content.gyp

Issue 106173002: Mirror images for RTL languages at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
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, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
10 }, 10 },
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'page_transition_types_java', 398 'page_transition_types_java',
399 'result_codes_java', 399 'result_codes_java',
400 'speech_recognition_error_java', 400 'speech_recognition_error_java',
401 'top_controls_state_java', 401 'top_controls_state_java',
402 'content_native_libraries_gen', 402 'content_native_libraries_gen',
403 ], 403 ],
404 'variables': { 404 'variables': {
405 'java_in_dir': '../content/public/android/java', 405 'java_in_dir': '../content/public/android/java',
406 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 406 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
407 'has_java_resources': 1, 407 'has_java_resources': 1,
408 'mirror_images': 1,
408 'R_package': 'org.chromium.content', 409 'R_package': 'org.chromium.content',
409 'R_package_relpath': 'org/chromium/content', 410 'R_package_relpath': 'org/chromium/content',
410 'java_strings_grd': 'android_content_strings.grd', 411 'java_strings_grd': 'android_content_strings.grd',
411 }, 412 },
412 'conditions': [ 413 'conditions': [
413 ['android_webview_build == 0', { 414 ['android_webview_build == 0', {
414 'dependencies': [ 415 'dependencies': [
415 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', 416 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java',
416 '../third_party/guava/guava.gyp:guava_javalib', 417 '../third_party/guava/guava.gyp:guava_javalib',
417 ], 418 ],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 '<(android_ndk_root)/crazy_linker.gyp:crazy_linker', 516 '<(android_ndk_root)/crazy_linker.gyp:crazy_linker',
516 ], 517 ],
517 }], 518 }],
518 ], 519 ],
519 }, 520 },
520 521
521 ], 522 ],
522 }], # OS == "android" 523 }], # OS == "android"
523 ], 524 ],
524 } 525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698