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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky fixes Created 6 years, 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1608 'browser/ui/webui/help/help_ui.cc', 1608 'browser/ui/webui/help/help_ui.cc',
1609 'browser/ui/webui/help/help_ui.h', 1609 'browser/ui/webui/help/help_ui.h',
1610 'browser/ui/webui/help/help_utils_chromeos.cc', 1610 'browser/ui/webui/help/help_utils_chromeos.cc',
1611 'browser/ui/webui/help/help_utils_chromeos.h', 1611 'browser/ui/webui/help/help_utils_chromeos.h',
1612 'browser/ui/webui/help/version_updater.h', 1612 'browser/ui/webui/help/version_updater.h',
1613 'browser/ui/webui/help/version_updater_chromeos.cc', 1613 'browser/ui/webui/help/version_updater_chromeos.cc',
1614 'browser/ui/webui/help/version_updater_chromeos.h', 1614 'browser/ui/webui/help/version_updater_chromeos.h',
1615 'browser/ui/webui/help/version_updater_mac.h', 1615 'browser/ui/webui/help/version_updater_mac.h',
1616 'browser/ui/webui/help/version_updater_mac.mm', 1616 'browser/ui/webui/help/version_updater_mac.mm',
1617 'browser/ui/webui/help/version_updater_win.cc', 1617 'browser/ui/webui/help/version_updater_win.cc',
1618 'browser/ui/webui/identity_internals_ui.cc', 1618 'browser/ui/webui/identity_internals/identity_internals_ui.cc',
1619 'browser/ui/webui/identity_internals_ui.h', 1619 'browser/ui/webui/identity_internals/identity_internals_ui.h',
1620 'browser/ui/webui/identity_internals/identity_internals_ui_handler.cc',
1621 'browser/ui/webui/identity_internals/identity_internals_ui_handler.h',
1622 'browser/ui/webui/identity_internals/identity_internals_token_revoker.cc',
1623 'browser/ui/webui/identity_internals/identity_internals_token_revoker.h',
1620 'browser/ui/webui/inspect_ui.cc', 1624 'browser/ui/webui/inspect_ui.cc',
1621 'browser/ui/webui/inspect_ui.h', 1625 'browser/ui/webui/inspect_ui.h',
1622 'browser/ui/webui/ntp/app_launcher_handler.cc', 1626 'browser/ui/webui/ntp/app_launcher_handler.cc',
1623 'browser/ui/webui/ntp/app_launcher_handler.h', 1627 'browser/ui/webui/ntp/app_launcher_handler.h',
1624 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1628 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1625 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1629 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1626 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1630 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1627 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1631 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1628 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1632 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1629 'browser/ui/webui/ntp/favicon_webui_handler.h', 1633 'browser/ui/webui/ntp/favicon_webui_handler.h',
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
2591 ], 2595 ],
2592 'export_dependent_settings': [ 2596 'export_dependent_settings': [
2593 '../components/components.gyp:dom_distiller_core', 2597 '../components/components.gyp:dom_distiller_core',
2594 '../sync/sync.gyp:sync', 2598 '../sync/sync.gyp:sync',
2595 ], 2599 ],
2596 'conditions': [ 2600 'conditions': [
2597 ['OS != "ios"', { 2601 ['OS != "ios"', {
2598 'sources': [ 2602 'sources': [
2599 '<@(chrome_browser_ui_non_ios_sources)', 2603 '<@(chrome_browser_ui_non_ios_sources)',
2600 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2604 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2605 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_interna ls/identity_internals.mojom.cc',
2601 ], 2606 ],
2602 'dependencies': [ 2607 'dependencies': [
2603 'browser_extensions', 2608 'browser_extensions',
2604 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2609 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2605 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2610 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2606 'common/extensions/api/api.gyp:chrome_api', 2611 'common/extensions/api/api.gyp:chrome_api',
2607 'debugger', 2612 'debugger',
2608 'installer_util', 2613 'installer_util',
2609 '../components/components.gyp:autofill_content_risk_proto', 2614 '../components/components.gyp:autofill_content_risk_proto',
2610 '../media/media.gyp:media', 2615 '../media/media.gyp:media',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 }], 2965 }],
2961 ['OS!="android" and OS!="ios"', { 2966 ['OS!="android" and OS!="ios"', {
2962 'dependencies': [ 2967 'dependencies': [
2963 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2968 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2964 ], 2969 ],
2965 }], 2970 }],
2966 ], 2971 ],
2967 }, 2972 },
2968 ], 2973 ],
2969 } 2974 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698