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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 'browser/process_map_factory.cc', | 439 'browser/process_map_factory.cc', |
440 'browser/process_map_factory.h', | 440 'browser/process_map_factory.h', |
441 'browser/quota_service.cc', | 441 'browser/quota_service.cc', |
442 'browser/quota_service.h', | 442 'browser/quota_service.h', |
443 'browser/renderer_startup_helper.cc', | 443 'browser/renderer_startup_helper.cc', |
444 'browser/renderer_startup_helper.h', | 444 'browser/renderer_startup_helper.h', |
445 'browser/runtime_data.cc', | 445 'browser/runtime_data.cc', |
446 'browser/runtime_data.h', | 446 'browser/runtime_data.h', |
447 'browser/state_store.cc', | 447 'browser/state_store.cc', |
448 'browser/state_store.h', | 448 'browser/state_store.h', |
| 449 'browser/uninstall_reason.h', |
449 'browser/update_observer.h', | 450 'browser/update_observer.h', |
450 'browser/value_store/leveldb_value_store.cc', | 451 'browser/value_store/leveldb_value_store.cc', |
451 'browser/value_store/leveldb_value_store.h', | 452 'browser/value_store/leveldb_value_store.h', |
452 'browser/value_store/testing_value_store.cc', | 453 'browser/value_store/testing_value_store.cc', |
453 'browser/value_store/testing_value_store.h', | 454 'browser/value_store/testing_value_store.h', |
454 'browser/value_store/value_store.cc', | 455 'browser/value_store/value_store.cc', |
455 'browser/value_store/value_store.h', | 456 'browser/value_store/value_store.h', |
456 'browser/value_store/value_store_change.cc', | 457 'browser/value_store/value_store_change.cc', |
457 'browser/value_store/value_store_change.h', | 458 'browser/value_store/value_store_change.h', |
458 'browser/value_store/value_store_frontend.cc', | 459 'browser/value_store/value_store_frontend.cc', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc
es.pak', | 734 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc
es.pak', |
734 ], | 735 ], |
735 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', | 736 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', |
736 }, | 737 }, |
737 'includes': [ '../build/repack_action.gypi' ], | 738 'includes': [ '../build/repack_action.gypi' ], |
738 }, | 739 }, |
739 ], | 740 ], |
740 }, | 741 }, |
741 ] | 742 ] |
742 } | 743 } |
OLD | NEW |