OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'browser/extensions/api/font_settings/font_settings_api.cc', | 223 'browser/extensions/api/font_settings/font_settings_api.cc', |
224 'browser/extensions/api/font_settings/font_settings_api.h', | 224 'browser/extensions/api/font_settings/font_settings_api.h', |
225 'browser/extensions/api/history/history_api.h', | 225 'browser/extensions/api/history/history_api.h', |
226 'browser/extensions/api/history/history_api.cc', | 226 'browser/extensions/api/history/history_api.cc', |
227 'browser/extensions/api/i18n/i18n_api.cc', | 227 'browser/extensions/api/i18n/i18n_api.cc', |
228 'browser/extensions/api/i18n/i18n_api.h', | 228 'browser/extensions/api/i18n/i18n_api.h', |
229 'browser/extensions/api/identity/experimental_identity_api.cc', | 229 'browser/extensions/api/identity/experimental_identity_api.cc', |
230 'browser/extensions/api/identity/experimental_identity_api.h', | 230 'browser/extensions/api/identity/experimental_identity_api.h', |
231 'browser/extensions/api/identity/experimental_web_auth_flow.cc', | 231 'browser/extensions/api/identity/experimental_web_auth_flow.cc', |
232 'browser/extensions/api/identity/experimental_web_auth_flow.h', | 232 'browser/extensions/api/identity/experimental_web_auth_flow.h', |
| 233 'browser/extensions/api/identity/gaia_web_auth_flow.cc', |
| 234 'browser/extensions/api/identity/gaia_web_auth_flow.h', |
233 'browser/extensions/api/identity/identity_api.cc', | 235 'browser/extensions/api/identity/identity_api.cc', |
234 'browser/extensions/api/identity/identity_api.h', | 236 'browser/extensions/api/identity/identity_api.h', |
235 'browser/extensions/api/identity/identity_mint_queue.cc', | 237 'browser/extensions/api/identity/identity_mint_queue.cc', |
236 'browser/extensions/api/identity/identity_mint_queue.h', | 238 'browser/extensions/api/identity/identity_mint_queue.h', |
237 'browser/extensions/api/identity/identity_signin_flow.cc', | 239 'browser/extensions/api/identity/identity_signin_flow.cc', |
238 'browser/extensions/api/identity/identity_signin_flow.h', | 240 'browser/extensions/api/identity/identity_signin_flow.h', |
239 'browser/extensions/api/identity/web_auth_flow.cc', | 241 'browser/extensions/api/identity/web_auth_flow.cc', |
240 'browser/extensions/api/identity/web_auth_flow.h', | 242 'browser/extensions/api/identity/web_auth_flow.h', |
241 'browser/extensions/api/idle/idle_api.cc', | 243 'browser/extensions/api/idle/idle_api.cc', |
242 'browser/extensions/api/idle/idle_api.h', | 244 'browser/extensions/api/idle/idle_api.h', |
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
951 'variables': { | 953 'variables': { |
952 'proto_in_dir': 'browser/chromeos/contacts', | 954 'proto_in_dir': 'browser/chromeos/contacts', |
953 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 955 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
954 }, | 956 }, |
955 'includes': [ '../build/protoc.gypi' ] | 957 'includes': [ '../build/protoc.gypi' ] |
956 }, | 958 }, |
957 ], | 959 ], |
958 },], # 'chromeos=1' | 960 },], # 'chromeos=1' |
959 ], # 'conditions' | 961 ], # 'conditions' |
960 } | 962 } |
OLD | NEW |