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

Side by Side Diff: chrome/chrome.gyp

Issue 1203083002: Add a JSON sanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build files Created 5 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'tab_load_status_java', 591 'tab_load_status_java',
592 '../base/base.gyp:base', 592 '../base/base.gyp:base',
593 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 593 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
594 '../components/components.gyp:app_restrictions_resources', 594 '../components/components.gyp:app_restrictions_resources',
595 '../components/components.gyp:bookmarks_java', 595 '../components/components.gyp:bookmarks_java',
596 '../components/components.gyp:dom_distiller_core_java', 596 '../components/components.gyp:dom_distiller_core_java',
597 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', 597 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar',
598 '../components/components.gyp:gcm_driver_java', 598 '../components/components.gyp:gcm_driver_java',
599 '../components/components.gyp:invalidation_java', 599 '../components/components.gyp:invalidation_java',
600 '../components/components.gyp:navigation_interception_java', 600 '../components/components.gyp:navigation_interception_java',
601 '../components/components.gyp:service_tab_launcher_java',
602 '../components/components.gyp:policy_java', 601 '../components/components.gyp:policy_java',
603 '../components/components.gyp:precache_java', 602 '../components/components.gyp:precache_java',
603 '../components/components.gyp:safe_json_java',
604 '../components/components.gyp:service_tab_launcher_java',
604 '../components/components.gyp:variations_java', 605 '../components/components.gyp:variations_java',
605 '../components/components.gyp:web_contents_delegate_android_java', 606 '../components/components.gyp:web_contents_delegate_android_java',
606 '../content/content.gyp:content_java', 607 '../content/content.gyp:content_java',
607 '../media/media.gyp:media_java', 608 '../media/media.gyp:media_java',
608 '../printing/printing.gyp:printing_java', 609 '../printing/printing.gyp:printing_java',
609 '../sync/sync.gyp:sync_java', 610 '../sync/sync.gyp:sync_java',
610 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 611 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
611 '../third_party/android_media/android_media.gyp:android_media_java', 612 '../third_party/android_media/android_media.gyp:android_media_java',
612 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 613 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
613 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 614 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 '<(DEPTH)/third_party/kasko' 832 '<(DEPTH)/third_party/kasko'
832 ], 833 ],
833 }, 834 },
834 }, 835 },
835 }, 836 },
836 }, 837 },
837 ], 838 ],
838 }], 839 }],
839 ], # 'conditions' 840 ], # 'conditions'
840 } 841 }
OLDNEW
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_whitelist_service_unittest.cc ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698