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 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4024 { | 4024 { |
4025 # GN: //chrome/android:chrome_android_java_enums_srcjar | 4025 # GN: //chrome/android:chrome_android_java_enums_srcjar |
4026 'target_name': 'tab_load_status_java', | 4026 'target_name': 'tab_load_status_java', |
4027 'type': 'none', | 4027 'type': 'none', |
4028 'variables': { | 4028 'variables': { |
4029 'source_file': 'browser/android/tab_android.h', | 4029 'source_file': 'browser/android/tab_android.h', |
4030 }, | 4030 }, |
4031 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 4031 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
4032 }, | 4032 }, |
4033 { | 4033 { |
| 4034 # GN: //chrome/android:chrome_android_java_enums_srcjar |
| 4035 'target_name': 'shortcut_source_java', |
| 4036 'type': 'none', |
| 4037 'variables': { |
| 4038 'source_file': 'browser/android/shortcut_info.h', |
| 4039 }, |
| 4040 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 4041 }, |
| 4042 { |
4034 #GN: //chrome/browser:client_discourse_context_proto | 4043 #GN: //chrome/browser:client_discourse_context_proto |
4035 'target_name': 'client_discourse_context_proto', | 4044 'target_name': 'client_discourse_context_proto', |
4036 'type': 'static_library', | 4045 'type': 'static_library', |
4037 'sources': ['browser/android/proto/client_discourse_context.proto' ], | 4046 'sources': ['browser/android/proto/client_discourse_context.proto' ], |
4038 'variables': { | 4047 'variables': { |
4039 'proto_in_dir': 'browser/android/proto', | 4048 'proto_in_dir': 'browser/android/proto', |
4040 'proto_out_dir': 'chrome/browser/android/proto', | 4049 'proto_out_dir': 'chrome/browser/android/proto', |
4041 }, | 4050 }, |
4042 'includes': [ '../build/protoc.gypi', ], | 4051 'includes': [ '../build/protoc.gypi', ], |
4043 }, | 4052 }, |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4100 '../components/components.gyp:omnibox_browser', | 4109 '../components/components.gyp:omnibox_browser', |
4101 '../components/components.gyp:rlz', | 4110 '../components/components.gyp:rlz', |
4102 '../components/components.gyp:search_engines', | 4111 '../components/components.gyp:search_engines', |
4103 '../rlz/rlz.gyp:rlz_lib', | 4112 '../rlz/rlz.gyp:rlz_lib', |
4104 ], | 4113 ], |
4105 }, | 4114 }, |
4106 ], | 4115 ], |
4107 }], | 4116 }], |
4108 ], | 4117 ], |
4109 } | 4118 } |
OLD | NEW |