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 # TODO(dvh): write GN rule to generate Java Google API Keys | |
Lei Zhang
2015/10/22 20:40:41
Are GN bots going to be upset if you don't do this
| |
4074 'target_name': 'google_api_keys_java', | |
4075 'type': 'none', | |
4076 'includes': [ '../build/android/java_google_api_keys.gypi' ], | |
4077 }, | |
4078 { | |
4073 # Protobuf compiler / generator for Android's DocumentTabModel | 4079 # Protobuf compiler / generator for Android's DocumentTabModel |
4074 # protocol buffer. | 4080 # protocol buffer. |
4075 # GN: //chrome/android: document_tab_model_info_proto_java | 4081 # GN: //chrome/android: document_tab_model_info_proto_java |
4076 'target_name': 'document_tab_model_info_proto_java', | 4082 'target_name': 'document_tab_model_info_proto_java', |
4077 'type': 'none', | 4083 'type': 'none', |
4078 'variables': { | 4084 'variables': { |
4079 'proto_in_dir': 'android/java/src/org/chromium/chrome/browser/tabmod el/document', | 4085 'proto_in_dir': 'android/java/src/org/chromium/chrome/browser/tabmod el/document', |
4080 }, | 4086 }, |
4081 'sources': [ | 4087 'sources': [ |
4082 '<(proto_in_dir)/document_tab_model_info.proto', | 4088 '<(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', | 4123 '../components/components.gyp:omnibox_browser', |
4118 '../components/components.gyp:rlz', | 4124 '../components/components.gyp:rlz', |
4119 '../components/components.gyp:search_engines', | 4125 '../components/components.gyp:search_engines', |
4120 '../rlz/rlz.gyp:rlz_lib', | 4126 '../rlz/rlz.gyp:rlz_lib', |
4121 ], | 4127 ], |
4122 }, | 4128 }, |
4123 ], | 4129 ], |
4124 }], | 4130 }], |
4125 ], | 4131 ], |
4126 } | 4132 } |
OLD | NEW |