Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3305003: New authorization framework for sync. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2531 'browser/status_bubble.h', 2531 'browser/status_bubble.h',
2532 'browser/status_icons/status_tray.cc', 2532 'browser/status_icons/status_tray.cc',
2533 'browser/status_icons/status_tray.h', 2533 'browser/status_icons/status_tray.h',
2534 'browser/status_icons/status_icon.cc', 2534 'browser/status_icons/status_icon.cc',
2535 'browser/status_icons/status_icon.h', 2535 'browser/status_icons/status_icon.h',
2536 'browser/transport_security_persister.cc', 2536 'browser/transport_security_persister.cc',
2537 'browser/transport_security_persister.h', 2537 'browser/transport_security_persister.h',
2538 'browser/sync/engine/syncapi.h', 2538 'browser/sync/engine/syncapi.h',
2539 'browser/sync/glue/app_data_type_controller.cc', 2539 'browser/sync/glue/app_data_type_controller.cc',
2540 'browser/sync/glue/app_data_type_controller.h', 2540 'browser/sync/glue/app_data_type_controller.h',
2541 'browser/sync/glue/autofill_change_processor.cc',
2541 'browser/sync/glue/autofill_change_processor.h', 2542 'browser/sync/glue/autofill_change_processor.h',
2542 'browser/sync/glue/autofill_change_processor.cc',
2543 'browser/sync/glue/autofill_data_type_controller.cc', 2543 'browser/sync/glue/autofill_data_type_controller.cc',
2544 'browser/sync/glue/autofill_data_type_controller.h', 2544 'browser/sync/glue/autofill_data_type_controller.h',
2545 'browser/sync/glue/autofill_model_associator.cc',
2545 'browser/sync/glue/autofill_model_associator.h', 2546 'browser/sync/glue/autofill_model_associator.h',
2546 'browser/sync/glue/autofill_model_associator.cc',
2547 'browser/sync/glue/bookmark_change_processor.cc', 2547 'browser/sync/glue/bookmark_change_processor.cc',
2548 'browser/sync/glue/bookmark_change_processor.h', 2548 'browser/sync/glue/bookmark_change_processor.h',
2549 'browser/sync/glue/bookmark_data_type_controller.cc', 2549 'browser/sync/glue/bookmark_data_type_controller.cc',
2550 'browser/sync/glue/bookmark_data_type_controller.h', 2550 'browser/sync/glue/bookmark_data_type_controller.h',
2551 'browser/sync/glue/bookmark_model_associator.cc',
2551 'browser/sync/glue/bookmark_model_associator.h', 2552 'browser/sync/glue/bookmark_model_associator.h',
2552 'browser/sync/glue/bookmark_model_associator.cc',
2553 'browser/sync/glue/change_processor.cc', 2553 'browser/sync/glue/change_processor.cc',
2554 'browser/sync/glue/change_processor.h', 2554 'browser/sync/glue/change_processor.h',
2555 'browser/sync/glue/data_type_controller.h', 2555 'browser/sync/glue/data_type_controller.h',
2556 'browser/sync/glue/data_type_manager.h', 2556 'browser/sync/glue/data_type_manager.h',
2557 'browser/sync/glue/data_type_manager_impl.cc', 2557 'browser/sync/glue/data_type_manager_impl.cc',
2558 'browser/sync/glue/data_type_manager_impl.h', 2558 'browser/sync/glue/data_type_manager_impl.h',
2559 'browser/sync/glue/database_model_worker.cc', 2559 'browser/sync/glue/database_model_worker.cc',
2560 'browser/sync/glue/database_model_worker.h', 2560 'browser/sync/glue/database_model_worker.h',
2561 'browser/sync/glue/extension_change_processor.cc', 2561 'browser/sync/glue/extension_change_processor.cc',
2562 'browser/sync/glue/extension_change_processor.h', 2562 'browser/sync/glue/extension_change_processor.h',
2563 'browser/sync/glue/extension_data.cc', 2563 'browser/sync/glue/extension_data.cc',
2564 'browser/sync/glue/extension_data.h', 2564 'browser/sync/glue/extension_data.h',
2565 'browser/sync/glue/extension_data_type_controller.cc', 2565 'browser/sync/glue/extension_data_type_controller.cc',
2566 'browser/sync/glue/extension_data_type_controller.h', 2566 'browser/sync/glue/extension_data_type_controller.h',
2567 'browser/sync/glue/extension_model_associator.cc', 2567 'browser/sync/glue/extension_model_associator.cc',
2568 'browser/sync/glue/extension_model_associator.h', 2568 'browser/sync/glue/extension_model_associator.h',
2569 'browser/sync/glue/extension_sync.cc',
2570 'browser/sync/glue/extension_sync.h',
2569 'browser/sync/glue/extension_sync_traits.cc', 2571 'browser/sync/glue/extension_sync_traits.cc',
2570 'browser/sync/glue/extension_sync_traits.h', 2572 'browser/sync/glue/extension_sync_traits.h',
2571 'browser/sync/glue/extension_sync.cc',
2572 'browser/sync/glue/extension_sync.h',
2573 'browser/sync/glue/extension_util.cc', 2573 'browser/sync/glue/extension_util.cc',
2574 'browser/sync/glue/extension_util.h', 2574 'browser/sync/glue/extension_util.h',
2575 'browser/sync/glue/history_model_worker.cc', 2575 'browser/sync/glue/history_model_worker.cc',
2576 'browser/sync/glue/history_model_worker.h', 2576 'browser/sync/glue/history_model_worker.h',
2577 'browser/sync/glue/password_model_worker.cc',
2578 'browser/sync/glue/password_model_worker.h',
2579 'browser/sync/glue/http_bridge.cc', 2577 'browser/sync/glue/http_bridge.cc',
2580 'browser/sync/glue/http_bridge.h', 2578 'browser/sync/glue/http_bridge.h',
2581 'browser/sync/glue/model_associator.h', 2579 'browser/sync/glue/model_associator.h',
2582 'browser/sync/glue/password_change_processor.cc', 2580 'browser/sync/glue/password_change_processor.cc',
2583 'browser/sync/glue/password_change_processor.h', 2581 'browser/sync/glue/password_change_processor.h',
2584 'browser/sync/glue/password_data_type_controller.cc', 2582 'browser/sync/glue/password_data_type_controller.cc',
2585 'browser/sync/glue/password_data_type_controller.h', 2583 'browser/sync/glue/password_data_type_controller.h',
2586 'browser/sync/glue/password_model_associator.cc', 2584 'browser/sync/glue/password_model_associator.cc',
2587 'browser/sync/glue/password_model_associator.h', 2585 'browser/sync/glue/password_model_associator.h',
2586 'browser/sync/glue/password_model_worker.cc',
2587 'browser/sync/glue/password_model_worker.h',
2588 'browser/sync/glue/preference_change_processor.cc', 2588 'browser/sync/glue/preference_change_processor.cc',
2589 'browser/sync/glue/preference_change_processor.h', 2589 'browser/sync/glue/preference_change_processor.h',
2590 'browser/sync/glue/preference_data_type_controller.cc', 2590 'browser/sync/glue/preference_data_type_controller.cc',
2591 'browser/sync/glue/preference_data_type_controller.h', 2591 'browser/sync/glue/preference_data_type_controller.h',
2592 'browser/sync/glue/preference_model_associator.cc', 2592 'browser/sync/glue/preference_model_associator.cc',
2593 'browser/sync/glue/preference_model_associator.h', 2593 'browser/sync/glue/preference_model_associator.h',
2594 'browser/sync/glue/session_change_processor.cc', 2594 'browser/sync/glue/session_change_processor.cc',
2595 'browser/sync/glue/session_change_processor.h', 2595 'browser/sync/glue/session_change_processor.h',
2596 'browser/sync/glue/session_data_type_controller.cc', 2596 'browser/sync/glue/session_data_type_controller.cc',
2597 'browser/sync/glue/session_data_type_controller.h', 2597 'browser/sync/glue/session_data_type_controller.h',
(...skipping 11 matching lines...) Expand all
2609 'browser/sync/glue/theme_util.cc', 2609 'browser/sync/glue/theme_util.cc',
2610 'browser/sync/glue/theme_util.h', 2610 'browser/sync/glue/theme_util.h',
2611 'browser/sync/glue/typed_url_change_processor.cc', 2611 'browser/sync/glue/typed_url_change_processor.cc',
2612 'browser/sync/glue/typed_url_change_processor.h', 2612 'browser/sync/glue/typed_url_change_processor.h',
2613 'browser/sync/glue/typed_url_data_type_controller.cc', 2613 'browser/sync/glue/typed_url_data_type_controller.cc',
2614 'browser/sync/glue/typed_url_data_type_controller.h', 2614 'browser/sync/glue/typed_url_data_type_controller.h',
2615 'browser/sync/glue/typed_url_model_associator.cc', 2615 'browser/sync/glue/typed_url_model_associator.cc',
2616 'browser/sync/glue/typed_url_model_associator.h', 2616 'browser/sync/glue/typed_url_model_associator.h',
2617 'browser/sync/glue/ui_model_worker.cc', 2617 'browser/sync/glue/ui_model_worker.cc',
2618 'browser/sync/glue/ui_model_worker.h', 2618 'browser/sync/glue/ui_model_worker.h',
2619 'browser/sync/notification_method.cc',
2619 'browser/sync/notification_method.h', 2620 'browser/sync/notification_method.h',
2620 'browser/sync/notification_method.cc',
2621 'browser/sync/profile_sync_service.cc',
2622 'browser/sync/profile_sync_service.h',
2623 'browser/sync/profile_sync_factory.h', 2621 'browser/sync/profile_sync_factory.h',
2624 'browser/sync/profile_sync_factory_impl.cc', 2622 'browser/sync/profile_sync_factory_impl.cc',
2625 'browser/sync/profile_sync_factory_impl.h', 2623 'browser/sync/profile_sync_factory_impl.h',
2624 'browser/sync/profile_sync_service.cc',
2625 'browser/sync/profile_sync_service.h',
2626 'browser/sync/signin_manager.cc',
2627 'browser/sync/signin_manager.h',
2626 'browser/sync/sync_constants.cc', 2628 'browser/sync/sync_constants.cc',
2627 'browser/sync/sync_constants.h', 2629 'browser/sync/sync_constants.h',
2628 'browser/sync/sync_setup_flow.cc', 2630 'browser/sync/sync_setup_flow.cc',
2629 'browser/sync/sync_setup_flow.h', 2631 'browser/sync/sync_setup_flow.h',
2630 'browser/sync/sync_setup_wizard.cc', 2632 'browser/sync/sync_setup_wizard.cc',
2631 'browser/sync/sync_setup_wizard.h', 2633 'browser/sync/sync_setup_wizard.h',
2632 'browser/sync/sync_ui_util.cc', 2634 'browser/sync/sync_ui_util.cc',
2633 'browser/sync/sync_ui_util.h', 2635 'browser/sync/sync_ui_util.h',
2636 'browser/sync/sync_ui_util_mac.h',
2634 'browser/sync/sync_ui_util_mac.mm', 2637 'browser/sync/sync_ui_util_mac.mm',
2635 'browser/sync/sync_ui_util_mac.h', 2638 'browser/sync/token_migrator.cc',
2639 'browser/sync/token_migrator.h',
2636 'browser/tab_closeable_state_watcher.cc', 2640 'browser/tab_closeable_state_watcher.cc',
2637 'browser/tab_closeable_state_watcher.h', 2641 'browser/tab_closeable_state_watcher.h',
2638 'browser/tab_contents/background_contents.cc', 2642 'browser/tab_contents/background_contents.cc',
2639 'browser/tab_contents/background_contents.h', 2643 'browser/tab_contents/background_contents.h',
2640 'browser/tab_contents/constrained_window.h', 2644 'browser/tab_contents/constrained_window.h',
2641 'browser/tab_contents/infobar_delegate.cc', 2645 'browser/tab_contents/infobar_delegate.cc',
2642 'browser/tab_contents/infobar_delegate.h', 2646 'browser/tab_contents/infobar_delegate.h',
2643 'browser/tab_contents/interstitial_page.cc', 2647 'browser/tab_contents/interstitial_page.cc',
2644 'browser/tab_contents/interstitial_page.h', 2648 'browser/tab_contents/interstitial_page.h',
2645 'browser/tab_contents/language_state.h', 2649 'browser/tab_contents/language_state.h',
(...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after
3962 ], 3966 ],
3963 }, 3967 },
3964 ], 3968 ],
3965 } 3969 }
3966 3970
3967 # Local Variables: 3971 # Local Variables:
3968 # tab-width:2 3972 # tab-width:2
3969 # indent-tabs-mode:nil 3973 # indent-tabs-mode:nil
3970 # End: 3974 # End:
3971 # vim: set expandtab tabstop=2 shiftwidth=2: 3975 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698