OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'browser/value_store/testing_value_store.cc', | 400 'browser/value_store/testing_value_store.cc', |
401 'browser/value_store/testing_value_store.h', | 401 'browser/value_store/testing_value_store.h', |
402 'browser/value_store/value_store.cc', | 402 'browser/value_store/value_store.cc', |
403 'browser/value_store/value_store.h', | 403 'browser/value_store/value_store.h', |
404 'browser/value_store/value_store_change.cc', | 404 'browser/value_store/value_store_change.cc', |
405 'browser/value_store/value_store_change.h', | 405 'browser/value_store/value_store_change.h', |
406 'browser/value_store/value_store_frontend.cc', | 406 'browser/value_store/value_store_frontend.cc', |
407 'browser/value_store/value_store_frontend.h', | 407 'browser/value_store/value_store_frontend.h', |
408 'browser/value_store/value_store_util.cc', | 408 'browser/value_store/value_store_util.cc', |
409 'browser/value_store/value_store_util.h', | 409 'browser/value_store/value_store_util.h', |
| 410 'browser/verified_contents.cc', |
| 411 'browser/verified_contents.h', |
410 'browser/view_type_utils.cc', | 412 'browser/view_type_utils.cc', |
411 'browser/view_type_utils.h', | 413 'browser/view_type_utils.h', |
412 ], | 414 ], |
413 'conditions': [ | 415 'conditions': [ |
414 ['enable_extensions==0', { | 416 ['enable_extensions==0', { |
415 # Exclude all API implementations and the ExtensionsApiClient | 417 # Exclude all API implementations and the ExtensionsApiClient |
416 # interface. Moving an API from src/chrome to src/extensions implies | 418 # interface. Moving an API from src/chrome to src/extensions implies |
417 # it can be cleanly disabled with enable_extensions==0. | 419 # it can be cleanly disabled with enable_extensions==0. |
418 # TODO: Eventually the entire extensions module should not be built | 420 # TODO: Eventually the entire extensions module should not be built |
419 # when enable_extensions==0. | 421 # when enable_extensions==0. |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'test/test_extensions_client.cc', | 623 'test/test_extensions_client.cc', |
622 'test/test_extensions_client.h', | 624 'test/test_extensions_client.h', |
623 'test/test_permission_message_provider.cc', | 625 'test/test_permission_message_provider.cc', |
624 'test/test_permission_message_provider.h', | 626 'test/test_permission_message_provider.h', |
625 'test/test_permissions_provider.cc', | 627 'test/test_permissions_provider.cc', |
626 'test/test_permissions_provider.h', | 628 'test/test_permissions_provider.h', |
627 ], | 629 ], |
628 }, | 630 }, |
629 ] | 631 ] |
630 } | 632 } |
OLD | NEW |