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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1212633005: [Feedback] Start using enum for connectivity check results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 3933 matching lines...) Expand 10 before | Expand all | Expand 10 after
3944 { 3944 {
3945 # GN: //chrome/android:chrome_android_java_enums_srcjar 3945 # GN: //chrome/android:chrome_android_java_enums_srcjar
3946 'target_name': 'activity_type_ids_java', 3946 'target_name': 'activity_type_ids_java',
3947 'type': 'none', 3947 'type': 'none',
3948 'variables': { 3948 'variables': {
3949 'source_file': 'browser/android/activity_type_ids.h', 3949 'source_file': 'browser/android/activity_type_ids.h',
3950 }, 3950 },
3951 'includes': [ '../build/android/java_cpp_enum.gypi' ], 3951 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3952 }, 3952 },
3953 { 3953 {
3954 # GN: //chrome/android:chrome_android_java_enums_srcjar
3955 'target_name': 'connectivity_check_result_java',
3956 'type': 'none',
3957 'variables': {
3958 'source_file': 'browser/android/feedback/connectivity_checker.cc',
3959 },
3960 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3961 },
3962 {
3954 # GN: //chrome/android:resource_id_javagen 3963 # GN: //chrome/android:resource_id_javagen
3955 'target_name': 'resource_id_java', 3964 'target_name': 'resource_id_java',
3956 'type': 'none', 3965 'type': 'none',
3957 'sources': [ 3966 'sources': [
3958 'android/java/ResourceId.template', 3967 'android/java/ResourceId.template',
3959 ], 3968 ],
3960 'variables': { 3969 'variables': {
3961 'package_name': 'org/chromium/chrome/browser', 3970 'package_name': 'org/chromium/chrome/browser',
3962 'template_deps': ['browser/android/resource_id.h'], 3971 'template_deps': ['browser/android/resource_id.h'],
3963 }, 3972 },
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
4050 'variables': { 4059 'variables': {
4051 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4060 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4052 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4061 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4053 }, 4062 },
4054 'includes': [ '../build/protoc.gypi' ] 4063 'includes': [ '../build/protoc.gypi' ]
4055 }, 4064 },
4056 ], 4065 ],
4057 },], 4066 },],
4058 ], 4067 ],
4059 } 4068 }
OLDNEW
« chrome/browser/android/feedback/connectivity_checker.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698