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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 796633002: Move some DocumentTabModel files upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Temporary findbugs workaround Created 6 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/document_tab_model_info.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3682 matching lines...) Expand 10 before | Expand all | Expand 10 after
3693 }, 3693 },
3694 { 3694 {
3695 # GN: //chrome/android:chrome_android_java_enums_srcjar 3695 # GN: //chrome/android:chrome_android_java_enums_srcjar
3696 'target_name': 'tab_load_status_java', 3696 'target_name': 'tab_load_status_java',
3697 'type': 'none', 3697 'type': 'none',
3698 'variables': { 3698 'variables': {
3699 'source_file': 'browser/android/tab_android.h', 3699 'source_file': 'browser/android/tab_android.h',
3700 }, 3700 },
3701 'includes': [ '../build/android/java_cpp_enum.gypi' ], 3701 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3702 }, 3702 },
3703 {
3704 # Protobuf compiler / generator for Android's DocumentTabModel
3705 # protocol buffer.
3706 # GN: //chrome/android: document_tab_model_info_proto_java
3707 'target_name': 'document_tab_model_info_proto_java',
3708 'type': 'none',
3709 'variables': {
3710 'proto_in_dir': 'android/java/src/org/chromium/chrome/browser/tabmod el/document',
3711 },
3712 'sources': [
3713 '<(proto_in_dir)/document_tab_model_info.proto',
3714 ],
3715 'includes': ['../build/protoc_java.gypi'],
3716 },
3703 ], 3717 ],
3704 },], 3718 },],
3705 ['enable_extensions==1', { 3719 ['enable_extensions==1', {
3706 'targets': [ 3720 'targets': [
3707 { 3721 {
3708 # Protobuf compiler / generator for Sync FileSystem protocol buffer. 3722 # Protobuf compiler / generator for Sync FileSystem protocol buffer.
3709 # GN version: //chrome/browser/sync_file_system/drive_backend:sync_fil e_system_drive_proto 3723 # GN version: //chrome/browser/sync_file_system/drive_backend:sync_fil e_system_drive_proto
3710 'target_name': 'sync_file_system_drive_proto', 3724 'target_name': 'sync_file_system_drive_proto',
3711 'type': 'static_library', 3725 'type': 'static_library',
3712 'sources': [ 3726 'sources': [
3713 'browser/sync_file_system/drive_backend/metadata_database.proto', 3727 'browser/sync_file_system/drive_backend/metadata_database.proto',
3714 ], 3728 ],
3715 'variables': { 3729 'variables': {
3716 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3730 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3717 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3731 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3718 }, 3732 },
3719 'includes': [ '../build/protoc.gypi' ] 3733 'includes': [ '../build/protoc.gypi' ]
3720 }, 3734 },
3721 ], 3735 ],
3722 },], 3736 },],
3723 ], 3737 ],
3724 } 3738 }
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/document_tab_model_info.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698