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

Side by Side Diff: chrome/chrome.gyp

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to more comments Created 5 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
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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 '../components/components.gyp:gcm_driver_java', 560 '../components/components.gyp:gcm_driver_java',
561 '../components/components.gyp:invalidation_java', 561 '../components/components.gyp:invalidation_java',
562 '../components/components.gyp:navigation_interception_java', 562 '../components/components.gyp:navigation_interception_java',
563 '../components/components.gyp:offline_pages_enums_java', 563 '../components/components.gyp:offline_pages_enums_java',
564 '../components/components.gyp:precache_java', 564 '../components/components.gyp:precache_java',
565 '../components/components.gyp:safe_json_java', 565 '../components/components.gyp:safe_json_java',
566 '../components/components.gyp:service_tab_launcher_java', 566 '../components/components.gyp:service_tab_launcher_java',
567 '../components/components.gyp:signin_core_browser_java', 567 '../components/components.gyp:signin_core_browser_java',
568 '../components/components.gyp:variations_java', 568 '../components/components.gyp:variations_java',
569 '../components/components.gyp:web_contents_delegate_android_java', 569 '../components/components.gyp:web_contents_delegate_android_java',
570 '../components/components.gyp:web_restriction_java',
570 '../components/components_strings.gyp:components_strings', 571 '../components/components_strings.gyp:components_strings',
571 '../content/content.gyp:content_java', 572 '../content/content.gyp:content_java',
572 '../media/media.gyp:media_java', 573 '../media/media.gyp:media_java',
573 '../printing/printing.gyp:printing_java', 574 '../printing/printing.gyp:printing_java',
574 '../sync/sync.gyp:sync_java', 575 '../sync/sync.gyp:sync_java',
575 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 576 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
576 '../third_party/android_media/android_media.gyp:android_media_java', 577 '../third_party/android_media/android_media.gyp:android_media_java',
577 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 578 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
578 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 579 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
579 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 580 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 '<(DEPTH)/third_party/kasko' 804 '<(DEPTH)/third_party/kasko'
804 ], 805 ],
805 }, 806 },
806 }, 807 },
807 }, 808 },
808 }, 809 },
809 ], 810 ],
810 }], 811 }],
811 ], # 'conditions' 812 ], # 'conditions'
812 } 813 }
OLDNEW
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_interstitial.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698