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 4052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4063 'target_name': 'delta_file_proto', | 4063 'target_name': 'delta_file_proto', |
4064 'type': 'static_library', | 4064 'type': 'static_library', |
4065 'sources': [ 'browser/android/proto/delta_file.proto' ], | 4065 'sources': [ 'browser/android/proto/delta_file.proto' ], |
4066 'variables': { | 4066 'variables': { |
4067 'proto_in_dir': 'browser/android/proto', | 4067 'proto_in_dir': 'browser/android/proto', |
4068 'proto_out_dir': 'chrome/browser/android/proto', | 4068 'proto_out_dir': 'chrome/browser/android/proto', |
4069 }, | 4069 }, |
4070 'includes': [ '../build/protoc.gypi', ], | 4070 'includes': [ '../build/protoc.gypi', ], |
4071 }, | 4071 }, |
4072 { | 4072 { |
| 4073 'target_name': 'google_api_keys_java', |
| 4074 'type': 'none', |
| 4075 'includes': [ '../build/android/java_google_api_keys.gypi' ], |
| 4076 }, |
| 4077 { |
4073 # Protobuf compiler / generator for Android's DocumentTabModel | 4078 # Protobuf compiler / generator for Android's DocumentTabModel |
4074 # protocol buffer. | 4079 # protocol buffer. |
4075 # GN: //chrome/android: document_tab_model_info_proto_java | 4080 # GN: //chrome/android: document_tab_model_info_proto_java |
4076 'target_name': 'document_tab_model_info_proto_java', | 4081 'target_name': 'document_tab_model_info_proto_java', |
4077 'type': 'none', | 4082 'type': 'none', |
4078 'variables': { | 4083 'variables': { |
4079 'proto_in_dir': 'android/java/src/org/chromium/chrome/browser/tabmod
el/document', | 4084 'proto_in_dir': 'android/java/src/org/chromium/chrome/browser/tabmod
el/document', |
4080 }, | 4085 }, |
4081 'sources': [ | 4086 'sources': [ |
4082 '<(proto_in_dir)/document_tab_model_info.proto', | 4087 '<(proto_in_dir)/document_tab_model_info.proto', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4117 '../components/components.gyp:omnibox_browser', | 4122 '../components/components.gyp:omnibox_browser', |
4118 '../components/components.gyp:rlz', | 4123 '../components/components.gyp:rlz', |
4119 '../components/components.gyp:search_engines', | 4124 '../components/components.gyp:search_engines', |
4120 '../rlz/rlz.gyp:rlz_lib', | 4125 '../rlz/rlz.gyp:rlz_lib', |
4121 ], | 4126 ], |
4122 }, | 4127 }, |
4123 ], | 4128 ], |
4124 }], | 4129 }], |
4125 ], | 4130 ], |
4126 } | 4131 } |
OLD | NEW |