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

Side by Side Diff: chrome/chrome.gyp

Issue 1635043002: Rename web_restriction -> web_restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 '../components/components.gyp:navigation_interception_java', 562 '../components/components.gyp:navigation_interception_java',
563 '../components/components.gyp:offline_page_feature_enums_java', 563 '../components/components.gyp:offline_page_feature_enums_java',
564 '../components/components.gyp:offline_page_model_enums_java', 564 '../components/components.gyp:offline_page_model_enums_java',
565 '../components/components.gyp:precache_java', 565 '../components/components.gyp:precache_java',
566 '../components/components.gyp:safe_json_java', 566 '../components/components.gyp:safe_json_java',
567 '../components/components.gyp:security_state_enums_java', 567 '../components/components.gyp:security_state_enums_java',
568 '../components/components.gyp:service_tab_launcher_java', 568 '../components/components.gyp:service_tab_launcher_java',
569 '../components/components.gyp:signin_core_browser_java', 569 '../components/components.gyp:signin_core_browser_java',
570 '../components/components.gyp:variations_java', 570 '../components/components.gyp:variations_java',
571 '../components/components.gyp:web_contents_delegate_android_java', 571 '../components/components.gyp:web_contents_delegate_android_java',
572 '../components/components.gyp:web_restriction_java', 572 '../components/components.gyp:web_restrictions_java',
573 '../components/components_strings.gyp:components_strings', 573 '../components/components_strings.gyp:components_strings',
574 '../content/content.gyp:content_java', 574 '../content/content.gyp:content_java',
575 '../media/media.gyp:media_java', 575 '../media/media.gyp:media_java',
576 '../printing/printing.gyp:printing_java', 576 '../printing/printing.gyp:printing_java',
577 '../sync/sync.gyp:sync_java', 577 '../sync/sync.gyp:sync_java',
578 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 578 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
579 '../third_party/android_media/android_media.gyp:android_media_java', 579 '../third_party/android_media/android_media.gyp:android_media_java',
580 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 580 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
581 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 581 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
582 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 582 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'service/service_utility_process_host.cc', 770 'service/service_utility_process_host.cc',
771 'service/service_utility_process_host.h', 771 'service/service_utility_process_host.h',
772 ], 772 ],
773 }], 773 }],
774 ], 774 ],
775 }, 775 },
776 ], 776 ],
777 }], 777 }],
778 ], # 'conditions' 778 ], # 'conditions'
779 } 779 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698