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

Side by Side Diff: content/content.gyp

Issue 565743002: Remove most usages of guava. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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
« no previous file with comments | « chrome/chrome.gyp ('k') | content/public/android/BUILD.gn » ('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, # 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': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' , 9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' ,
10 }, 10 },
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'variables': { 440 'variables': {
441 'java_in_dir': '../content/public/android/java', 441 'java_in_dir': '../content/public/android/java',
442 'has_java_resources': 1, 442 'has_java_resources': 1,
443 'R_package': 'org.chromium.content', 443 'R_package': 'org.chromium.content',
444 'R_package_relpath': 'org/chromium/content', 444 'R_package_relpath': 'org/chromium/content',
445 }, 445 },
446 'conditions': [ 446 'conditions': [
447 ['android_webview_build == 0', { 447 ['android_webview_build == 0', {
448 'dependencies': [ 448 'dependencies': [
449 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', 449 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java',
450 '../third_party/guava/guava.gyp:guava_javalib',
451 ], 450 ],
452 }], 451 }],
453 ], 452 ],
454 'includes': [ '../build/java.gypi' ], 453 'includes': [ '../build/java.gypi' ],
455 }, 454 },
456 { 455 {
457 'target_name': 'content_strings_grd', 456 'target_name': 'content_strings_grd',
458 # The android_webview/Android.mk file depends on this target directly. 457 # The android_webview/Android.mk file depends on this target directly.
459 'android_unmangled_name': 1, 458 'android_unmangled_name': 1,
460 'type': 'none', 459 'type': 'none',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'browser/gamepad/canonical_axis_index_list.h', 616 'browser/gamepad/canonical_axis_index_list.h',
618 'browser/gamepad/canonical_button_index_list.h', 617 'browser/gamepad/canonical_button_index_list.h',
619 ], 618 ],
620 }, 619 },
621 'includes': [ '../build/android/java_cpp_template.gypi' ], 620 'includes': [ '../build/android/java_cpp_template.gypi' ],
622 }, 621 },
623 ], 622 ],
624 }], # OS == "android" 623 }], # OS == "android"
625 ], 624 ],
626 } 625 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698