| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'browser/extensions/api/identity/gaia_web_auth_flow.cc', | 239 'browser/extensions/api/identity/gaia_web_auth_flow.cc', |
| 240 'browser/extensions/api/identity/gaia_web_auth_flow.h', | 240 'browser/extensions/api/identity/gaia_web_auth_flow.h', |
| 241 'browser/extensions/api/identity/identity_api.cc', | 241 'browser/extensions/api/identity/identity_api.cc', |
| 242 'browser/extensions/api/identity/identity_api.h', | 242 'browser/extensions/api/identity/identity_api.h', |
| 243 'browser/extensions/api/identity/identity_mint_queue.cc', | 243 'browser/extensions/api/identity/identity_mint_queue.cc', |
| 244 'browser/extensions/api/identity/identity_mint_queue.h', | 244 'browser/extensions/api/identity/identity_mint_queue.h', |
| 245 'browser/extensions/api/identity/identity_signin_flow.cc', | 245 'browser/extensions/api/identity/identity_signin_flow.cc', |
| 246 'browser/extensions/api/identity/identity_signin_flow.h', | 246 'browser/extensions/api/identity/identity_signin_flow.h', |
| 247 'browser/extensions/api/identity/web_auth_flow.cc', | 247 'browser/extensions/api/identity/web_auth_flow.cc', |
| 248 'browser/extensions/api/identity/web_auth_flow.h', | 248 'browser/extensions/api/identity/web_auth_flow.h', |
| 249 'browser/extensions/api/identity_private/identity_private_api.cc', |
| 250 'browser/extensions/api/identity_private/identity_private_api.h', |
| 249 'browser/extensions/api/idle/idle_api.cc', | 251 'browser/extensions/api/idle/idle_api.cc', |
| 250 'browser/extensions/api/idle/idle_api.h', | 252 'browser/extensions/api/idle/idle_api.h', |
| 251 'browser/extensions/api/idle/idle_api_constants.cc', | 253 'browser/extensions/api/idle/idle_api_constants.cc', |
| 252 'browser/extensions/api/idle/idle_api_constants.h', | 254 'browser/extensions/api/idle/idle_api_constants.h', |
| 253 'browser/extensions/api/idle/idle_manager.cc', | 255 'browser/extensions/api/idle/idle_manager.cc', |
| 254 'browser/extensions/api/idle/idle_manager.h', | 256 'browser/extensions/api/idle/idle_manager.h', |
| 255 'browser/extensions/api/idle/idle_manager_factory.cc', | 257 'browser/extensions/api/idle/idle_manager_factory.cc', |
| 256 'browser/extensions/api/idle/idle_manager_factory.h', | 258 'browser/extensions/api/idle/idle_manager_factory.h', |
| 257 'browser/extensions/api/idltest/idltest_api.cc', | 259 'browser/extensions/api/idltest/idltest_api.cc', |
| 258 'browser/extensions/api/idltest/idltest_api.h', | 260 'browser/extensions/api/idltest/idltest_api.h', |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 'variables': { | 960 'variables': { |
| 959 'proto_in_dir': 'browser/chromeos/contacts', | 961 'proto_in_dir': 'browser/chromeos/contacts', |
| 960 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 962 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 961 }, | 963 }, |
| 962 'includes': [ '../build/protoc.gypi' ] | 964 'includes': [ '../build/protoc.gypi' ] |
| 963 }, | 965 }, |
| 964 ], | 966 ], |
| 965 },], # 'chromeos=1' | 967 },], # 'chromeos=1' |
| 966 ], # 'conditions' | 968 ], # 'conditions' |
| 967 } | 969 } |
| OLD | NEW |