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

Side by Side Diff: chrome/chrome.gyp

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SYNC_EXPORT and rebase. Created 5 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
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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'chrome_resources.gyp:chrome_strings', 579 'chrome_resources.gyp:chrome_strings',
580 'chrome_strings_grd', 580 'chrome_strings_grd',
581 'chrome_version_java', 581 'chrome_version_java',
582 'connection_security_security_levels_java', 582 'connection_security_security_levels_java',
583 'connectivity_check_result_java', 583 'connectivity_check_result_java',
584 'document_tab_model_info_proto_java', 584 'document_tab_model_info_proto_java',
585 'profile_account_management_metrics_java', 585 'profile_account_management_metrics_java',
586 'content_setting_java', 586 'content_setting_java',
587 'content_settings_type_java', 587 'content_settings_type_java',
588 'page_info_connection_type_java', 588 'page_info_connection_type_java',
589 'profile_sync_service_model_type_selection_java',
590 'resource_id_java', 589 'resource_id_java',
591 'tab_load_status_java', 590 'tab_load_status_java',
592 'shortcut_source_java', 591 'shortcut_source_java',
593 '../base/base.gyp:base', 592 '../base/base.gyp:base',
594 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', 593 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
595 '../components/components.gyp:app_restrictions_resources', 594 '../components/components.gyp:app_restrictions_resources',
596 '../components/components.gyp:bookmarks_java', 595 '../components/components.gyp:bookmarks_java',
597 '../components/components.gyp:dom_distiller_core_java', 596 '../components/components.gyp:dom_distiller_core_java',
598 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', 597 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar',
599 '../components/components.gyp:gcm_driver_java', 598 '../components/components.gyp:gcm_driver_java',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 '<(DEPTH)/third_party/kasko' 836 '<(DEPTH)/third_party/kasko'
838 ], 837 ],
839 }, 838 },
840 }, 839 },
841 }, 840 },
842 }, 841 },
843 ], 842 ],
844 }], 843 }],
845 ], # 'conditions' 844 ], # 'conditions'
846 } 845 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698