| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 'browser/extensions/api/i18n/i18n_api.cc', | 277 'browser/extensions/api/i18n/i18n_api.cc', |
| 278 'browser/extensions/api/i18n/i18n_api.h', | 278 'browser/extensions/api/i18n/i18n_api.h', |
| 279 'browser/extensions/api/identity/experimental_identity_api.cc', | 279 'browser/extensions/api/identity/experimental_identity_api.cc', |
| 280 'browser/extensions/api/identity/experimental_identity_api.h', | 280 'browser/extensions/api/identity/experimental_identity_api.h', |
| 281 'browser/extensions/api/identity/experimental_web_auth_flow.cc', | 281 'browser/extensions/api/identity/experimental_web_auth_flow.cc', |
| 282 'browser/extensions/api/identity/experimental_web_auth_flow.h', | 282 'browser/extensions/api/identity/experimental_web_auth_flow.h', |
| 283 'browser/extensions/api/identity/gaia_web_auth_flow.cc', | 283 'browser/extensions/api/identity/gaia_web_auth_flow.cc', |
| 284 'browser/extensions/api/identity/gaia_web_auth_flow.h', | 284 'browser/extensions/api/identity/gaia_web_auth_flow.h', |
| 285 'browser/extensions/api/identity/identity_api.cc', | 285 'browser/extensions/api/identity/identity_api.cc', |
| 286 'browser/extensions/api/identity/identity_api.h', | 286 'browser/extensions/api/identity/identity_api.h', |
| 287 'browser/extensions/api/identity/identity_event_router.cc', |
| 288 'browser/extensions/api/identity/identity_event_router.h', |
| 287 'browser/extensions/api/identity/identity_mint_queue.cc', | 289 'browser/extensions/api/identity/identity_mint_queue.cc', |
| 288 'browser/extensions/api/identity/identity_mint_queue.h', | 290 'browser/extensions/api/identity/identity_mint_queue.h', |
| 289 'browser/extensions/api/identity/identity_signin_flow.cc', | 291 'browser/extensions/api/identity/identity_signin_flow.cc', |
| 290 'browser/extensions/api/identity/identity_signin_flow.h', | 292 'browser/extensions/api/identity/identity_signin_flow.h', |
| 291 'browser/extensions/api/identity/web_auth_flow.cc', | 293 'browser/extensions/api/identity/web_auth_flow.cc', |
| 292 'browser/extensions/api/identity/web_auth_flow.h', | 294 'browser/extensions/api/identity/web_auth_flow.h', |
| 293 'browser/extensions/api/identity_private/identity_private_api.cc', | 295 'browser/extensions/api/identity_private/identity_private_api.cc', |
| 294 'browser/extensions/api/identity_private/identity_private_api.h', | 296 'browser/extensions/api/identity_private/identity_private_api.h', |
| 295 'browser/extensions/api/idle/idle_api.cc', | 297 'browser/extensions/api/idle/idle_api.cc', |
| 296 'browser/extensions/api/idle/idle_api.h', | 298 'browser/extensions/api/idle/idle_api.h', |
| (...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1153 'variables': { | 1155 'variables': { |
| 1154 'proto_in_dir': 'browser/chromeos/contacts', | 1156 'proto_in_dir': 'browser/chromeos/contacts', |
| 1155 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1157 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1156 }, | 1158 }, |
| 1157 'includes': [ '../build/protoc.gypi' ] | 1159 'includes': [ '../build/protoc.gypi' ] |
| 1158 }, | 1160 }, |
| 1159 ], | 1161 ], |
| 1160 },], # 'chromeos=1' | 1162 },], # 'chromeos=1' |
| 1161 ], # 'conditions' | 1163 ], # 'conditions' |
| 1162 } | 1164 } |
| OLD | NEW |