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

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: gyp: conditionally exclude Android sources Created 4 years, 5 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
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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
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:service_tab_launcher_java', 500 '../components/components.gyp:service_tab_launcher_java',
501 '../components/components.gyp:signin_core_browser_java', 501 '../components/components.gyp:signin_core_browser_java',
502 '../components/components.gyp:variations_java', 502 '../components/components.gyp:variations_java',
503 '../components/components.gyp:web_contents_delegate_android_java', 503 '../components/components.gyp:web_contents_delegate_android_java',
504 '../components/components.gyp:web_restrictions_java', 504 '../components/components.gyp:web_restrictions_java',
505 '../components/components_strings.gyp:components_strings', 505 '../components/components_strings.gyp:components_strings',
506 '../components/url_formatter/url_formatter.gyp:url_formatter_java',
506 '../content/content.gyp:content_java', 507 '../content/content.gyp:content_java',
507 '../media/media.gyp:media_java', 508 '../media/media.gyp:media_java',
508 '../mojo/mojo_public.gyp:mojo_bindings_java', 509 '../mojo/mojo_public.gyp:mojo_bindings_java',
509 '../mojo/mojo_public.gyp:mojo_public_java', 510 '../mojo/mojo_public.gyp:mojo_public_java',
510 '../printing/printing.gyp:printing_java', 511 '../printing/printing.gyp:printing_java',
511 '../sync/sync.gyp:sync_java', 512 '../sync/sync.gyp:sync_java',
512 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java', 513 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java',
513 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 514 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
514 '../third_party/android_media/android_media.gyp:android_media_java', 515 '../third_party/android_media/android_media.gyp:android_media_java',
515 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 516 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'service/service_utility_process_host.cc', 728 'service/service_utility_process_host.cc',
728 'service/service_utility_process_host.h', 729 'service/service_utility_process_host.h',
729 ], 730 ],
730 }], 731 }],
731 ], 732 ],
732 }, 733 },
733 ], 734 ],
734 }], 735 }],
735 ], # 'conditions' 736 ], # 'conditions'
736 } 737 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698