| OLD | NEW |
| 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 4022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4033 { | 4033 { |
| 4034 # GN: //chrome/android:chrome_android_java_enums_srcjar | 4034 # GN: //chrome/android:chrome_android_java_enums_srcjar |
| 4035 'target_name': 'tab_load_status_java', | 4035 'target_name': 'tab_load_status_java', |
| 4036 'type': 'none', | 4036 'type': 'none', |
| 4037 'variables': { | 4037 'variables': { |
| 4038 'source_file': 'browser/android/tab_android.h', | 4038 'source_file': 'browser/android/tab_android.h', |
| 4039 }, | 4039 }, |
| 4040 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 4040 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 4041 }, | 4041 }, |
| 4042 { | 4042 { |
| 4043 # GN: //chrome/android:chrome_android_java_enums_srcjar |
| 4044 'target_name': 'shortcut_source_java', |
| 4045 'type': 'none', |
| 4046 'variables': { |
| 4047 'source_file': 'browser/android/shortcut_info.h', |
| 4048 }, |
| 4049 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 4050 }, |
| 4051 { |
| 4043 #GN: //chrome/browser:client_discourse_context_proto | 4052 #GN: //chrome/browser:client_discourse_context_proto |
| 4044 'target_name': 'client_discourse_context_proto', | 4053 'target_name': 'client_discourse_context_proto', |
| 4045 'type': 'static_library', | 4054 'type': 'static_library', |
| 4046 'sources': ['browser/android/proto/client_discourse_context.proto' ], | 4055 'sources': ['browser/android/proto/client_discourse_context.proto' ], |
| 4047 'variables': { | 4056 'variables': { |
| 4048 'proto_in_dir': 'browser/android/proto', | 4057 'proto_in_dir': 'browser/android/proto', |
| 4049 'proto_out_dir': 'chrome/browser/android/proto', | 4058 'proto_out_dir': 'chrome/browser/android/proto', |
| 4050 }, | 4059 }, |
| 4051 'includes': [ '../build/protoc.gypi', ], | 4060 'includes': [ '../build/protoc.gypi', ], |
| 4052 }, | 4061 }, |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4090 'variables': { | 4099 'variables': { |
| 4091 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4100 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4092 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4101 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4093 }, | 4102 }, |
| 4094 'includes': [ '../build/protoc.gypi' ] | 4103 'includes': [ '../build/protoc.gypi' ] |
| 4095 }, | 4104 }, |
| 4096 ], | 4105 ], |
| 4097 },], | 4106 },], |
| 4098 ], | 4107 ], |
| 4099 } | 4108 } |
| OLD | NEW |