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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11307015: Upstream changes to chrome_browser.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2540 'browser/sessions/session_service.h', 2540 'browser/sessions/session_service.h',
2541 'browser/sessions/session_service_factory.cc', 2541 'browser/sessions/session_service_factory.cc',
2542 'browser/sessions/session_service_factory.h', 2542 'browser/sessions/session_service_factory.h',
2543 ], 2543 ],
2544 }], 2544 }],
2545 ['OS=="android"', { 2545 ['OS=="android"', {
2546 'dependencies': [ 2546 'dependencies': [
2547 'browser/component/components.gyp:web_contents_delegate_android', 2547 'browser/component/components.gyp:web_contents_delegate_android',
2548 'chrome_browser_jni_headers', 2548 'chrome_browser_jni_headers',
2549 ], 2549 ],
2550 'dependencies!': [
2551 'safe_browsing_report_proto',
nilesh 2012/10/26 22:45:28 This is already excluded if safe_browsing == 0 exc
shashi 2012/10/29 17:54:55 Done.
2552 ],
2550 'sources': [ 2553 'sources': [
2551 'browser/web_resource/notification_promo_mobile_ntp.cc', 2554 'browser/web_resource/notification_promo_mobile_ntp.cc',
2552 'browser/web_resource/notification_promo_mobile_ntp.h', 2555 'browser/web_resource/notification_promo_mobile_ntp.h',
2553 ], 2556 ],
2554 'sources!': [ 2557 'sources!': [
2558 'browser/autocomplete/autocomplete_edit.cc',
2559 'browser/bookmarks/bookmark_drop_info.cc',
2555 # Bookmark export/import are handled via the BookmarkColumns 2560 # Bookmark export/import are handled via the BookmarkColumns
2556 # ContentProvider. 2561 # ContentProvider.
2557 'browser/bookmarks/bookmark_html_writer.cc', 2562 'browser/bookmarks/bookmark_html_writer.cc',
2558 2563
2559 # about:flags is unsupported. 2564 # about:flags is unsupported.
2560 'browser/about_flags.cc', 2565 'browser/about_flags.cc',
2561 'browser/about_flags.h', 2566 'browser/about_flags.h',
2562 2567
2563 'browser/jankometer.cc', 2568 'browser/jankometer.cc',
2564 'browser/sync/sync_global_error.cc', 2569 'browser/sync/sync_global_error.cc',
2565 'browser/sync/sync_global_error.h', 2570 'browser/sync/sync_global_error.h',
2566 2571
2567 # There's no Browser/BrowserList on Android. 2572 # There's no Browser/BrowserList on Android.
2568 'browser/download/download_crx_util.cc', 2573 'browser/download/download_crx_util.cc',
2569 'browser/lifetime/application_lifetime_stub.cc', 2574 'browser/lifetime/application_lifetime_stub.cc',
2570 'browser/managed_mode.cc', 2575 'browser/managed_mode.cc',
2571 'browser/managed_mode.h', 2576 'browser/managed_mode.h',
2572 'browser/managed_mode_url_filter.cc', 2577 'browser/managed_mode_url_filter.cc',
2573 'browser/managed_mode_url_filter.h', 2578 'browser/managed_mode_url_filter.h',
2574 'browser/net/gaia/gaia_oauth_fetcher.cc', 2579 'browser/net/gaia/gaia_oauth_fetcher.cc',
2575 'browser/page_cycler/page_cycler.cc', 2580 'browser/page_cycler/page_cycler.cc',
2576 'browser/page_cycler/page_cycler.h', 2581 'browser/page_cycler/page_cycler.h',
2582 'browser/ui/uma_browsing_activity_observer.cc',
2583 'browser/ui/uma_browsing_activity_observer.h',
2584 # display_utils_posix uses the gdk.h header which is not available
2585 # on Android.
2586 'browser/metrics/display_utils_posix.cc',
sky 2012/10/26 23:19:51 Keep things sorted.
shashi 2012/10/29 17:54:55 Done.
2587 'browser/omnibox_search_hint.cc',
2588 'browser/tab_contents/background_contents.cc',
2589 'browser/tab_contents/background_contents.h',
2590 'browser/tab_contents/render_view_context_menu.cc',
2591 'browser/tab_contents/render_view_context_menu.h',
2592 'browser/tab_contents/render_view_context_menu_observer.cc',
2593 'browser/tab_contents/render_view_context_menu_observer.h',
2594 'browser/tab_contents/spellchecker_submenu_observer.h',
2595 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
2596 'browser/tab_contents/spelling_bubble_model.cc',
2597 'browser/tab_contents/spelling_bubble_model.h',
2598 'browser/tab_contents/spelling_menu_observer.cc',
2599 'browser/tab_contents/spelling_menu_observer.h',
2600 'browser/ui/webui/bookmarks_ui.cc',
2601 'browser/ui/webui/bookmarks_ui.h',
2602 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
2603 'browser/ui/webui/tracing_ui.cc',
2604 'browser/ui/webui/tracing_ui.h',
2577 'browser/upgrade_detector.cc', 2605 'browser/upgrade_detector.cc',
2578 'browser/upgrade_detector.h', 2606 'browser/upgrade_detector.h',
2579 'browser/upgrade_detector_impl.cc', 2607 'browser/upgrade_detector_impl.cc',
2580 'browser/upgrade_detector_impl.h', 2608 'browser/upgrade_detector_impl.h',
2581 2609
2582 # Not used by Android 2610 # Not used by Android
2583 'browser/chrome_browser_main_posix.cc', 2611 'browser/chrome_browser_main_posix.cc',
2584 'browser/chrome_browser_main_posix.h', 2612 'browser/chrome_browser_main_posix.h',
2585 'browser/process_singleton.cc', 2613 'browser/process_singleton.cc',
2586 ], 2614 ],
2587 'sources/': [ 2615 'sources/': [
2588 ['exclude', '^browser/captive_portal/'], 2616 ['exclude', '^browser/captive_portal/'],
2617 ['exclude', '^browser/background/'],
2589 ['exclude', '^browser/chrome_to_mobile'], 2618 ['exclude', '^browser/chrome_to_mobile'],
2590 ['exclude', '^browser/first_run/'], 2619 ['exclude', '^browser/first_run/'],
2591 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct. 2620 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct.
2592 ['exclude', '^browser/importer/'], 2621 ['exclude', '^browser/importer/'],
2593 ['exclude', '^browser/lifetime/'], 2622 ['exclude', '^browser/lifetime/'],
2594 ['exclude', '^browser/service/'], 2623 ['exclude', '^browser/service/'],
2595 ['exclude', '^browser/speech/'], 2624 ['exclude', '^browser/speech/'],
2596 ['exclude', '^browser/sync/glue/app_'], 2625 ['exclude', '^browser/sync/glue/app_'],
2597 ['exclude', '^browser/sync/glue/extension_'], 2626 ['exclude', '^browser/sync/glue/extension_'],
2627 ['exclude', '^browser/sync/glue/theme_'],
2598 ['exclude', '^browser/usb/'], 2628 ['exclude', '^browser/usb/'],
2599 ], 2629 ],
2600 }], 2630 }],
2601 ['OS=="mac"', { 2631 ['OS=="mac"', {
2602 'sources!': [ 2632 'sources!': [
2603 'browser/automation/automation_provider_list_generic.cc', 2633 'browser/automation/automation_provider_list_generic.cc',
2604 'browser/bookmarks/bookmark_drop_info.cc', 2634 'browser/bookmarks/bookmark_drop_info.cc',
2605 'browser/first_run/upgrade_util.cc', 2635 'browser/first_run/upgrade_util.cc',
2606 'browser/importer/nss_decryptor_system_nss.cc', 2636 'browser/importer/nss_decryptor_system_nss.cc',
2607 'browser/importer/nss_decryptor_system_nss.h', 2637 'browser/importer/nss_decryptor_system_nss.h',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 'proto_in_dir': '../third_party/cros_system_api/dbus', 2966 'proto_in_dir': '../third_party/cros_system_api/dbus',
2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2967 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2938 }, 2968 },
2939 'includes': ['../build/protoc.gypi'], 2969 'includes': ['../build/protoc.gypi'],
2940 }, 2970 },
2941 ], 2971 ],
2942 }, 2972 },
2943 ], 2973 ],
2944 ], 2974 ],
2945 } 2975 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698