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

Side by Side Diff: chrome/chrome.gyp

Issue 2110543004: Move JNI bindings for url_formatter from chrome to //components/url_formatter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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/browser/android/url_utilities.cc ('k') | components/url_formatter/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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 '../components/components.gyp:offline_page_model_enums_java', 495 '../components/components.gyp:offline_page_model_enums_java',
496 '../components/components.gyp:policy_java', 496 '../components/components.gyp:policy_java',
497 '../components/components.gyp:precache_java', 497 '../components/components.gyp:precache_java',
498 '../components/components.gyp:safe_json_java', 498 '../components/components.gyp:safe_json_java',
499 '../components/components.gyp:security_state_enums_java', 499 '../components/components.gyp:security_state_enums_java',
500 '../components/components.gyp:signin_core_browser_java', 500 '../components/components.gyp:signin_core_browser_java',
501 '../components/components.gyp:variations_java', 501 '../components/components.gyp:variations_java',
502 '../components/components.gyp:web_contents_delegate_android_java', 502 '../components/components.gyp:web_contents_delegate_android_java',
503 '../components/components.gyp:web_restrictions_java_browser', 503 '../components/components.gyp:web_restrictions_java_browser',
504 '../components/components_strings.gyp:components_strings', 504 '../components/components_strings.gyp:components_strings',
505 '../components/url_formatter/url_formatter.gyp:url_formatter_java',
505 '../content/content.gyp:content_java', 506 '../content/content.gyp:content_java',
506 '../media/media.gyp:media_java', 507 '../media/media.gyp:media_java',
507 '../mojo/mojo_public.gyp:mojo_bindings_java', 508 '../mojo/mojo_public.gyp:mojo_bindings_java',
508 '../mojo/mojo_public.gyp:mojo_public_java', 509 '../mojo/mojo_public.gyp:mojo_public_java',
509 '../printing/printing.gyp:printing_java', 510 '../printing/printing.gyp:printing_java',
510 '../components/sync.gyp:sync_java', 511 '../components/sync.gyp:sync_java',
511 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java', 512 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java',
512 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 513 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
513 '../third_party/android_media/android_media.gyp:android_media_java', 514 '../third_party/android_media/android_media.gyp:android_media_java',
514 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 515 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'sources': [ 727 'sources': [
727 'service/cloud_print/print_system_dummy.cc', 728 'service/cloud_print/print_system_dummy.cc',
728 ], 729 ],
729 }], 730 }],
730 ], 731 ],
731 }, 732 },
732 ], 733 ],
733 }], 734 }],
734 ], # 'conditions' 735 ], # 'conditions'
735 } 736 }
OLDNEW
« no previous file with comments | « chrome/browser/android/url_utilities.cc ('k') | components/url_formatter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698