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

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: Rebase to ToT for commit Created 6 years, 4 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 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 'browser/ui/webui/help/help_ui.cc', 1606 'browser/ui/webui/help/help_ui.cc',
1607 'browser/ui/webui/help/help_ui.h', 1607 'browser/ui/webui/help/help_ui.h',
1608 'browser/ui/webui/help/help_utils_chromeos.cc', 1608 'browser/ui/webui/help/help_utils_chromeos.cc',
1609 'browser/ui/webui/help/help_utils_chromeos.h', 1609 'browser/ui/webui/help/help_utils_chromeos.h',
1610 'browser/ui/webui/help/version_updater.h', 1610 'browser/ui/webui/help/version_updater.h',
1611 'browser/ui/webui/help/version_updater_chromeos.cc', 1611 'browser/ui/webui/help/version_updater_chromeos.cc',
1612 'browser/ui/webui/help/version_updater_chromeos.h', 1612 'browser/ui/webui/help/version_updater_chromeos.h',
1613 'browser/ui/webui/help/version_updater_mac.h', 1613 'browser/ui/webui/help/version_updater_mac.h',
1614 'browser/ui/webui/help/version_updater_mac.mm', 1614 'browser/ui/webui/help/version_updater_mac.mm',
1615 'browser/ui/webui/help/version_updater_win.cc', 1615 'browser/ui/webui/help/version_updater_win.cc',
1616 'browser/ui/webui/identity_internals_ui.cc', 1616 'browser/ui/webui/identity_internals/identity_internals_ui.cc',
1617 'browser/ui/webui/identity_internals_ui.h', 1617 'browser/ui/webui/identity_internals/identity_internals_ui.h',
1618 'browser/ui/webui/identity_internals/identity_internals_ui_handler.cc',
1619 'browser/ui/webui/identity_internals/identity_internals_ui_handler.h',
1620 'browser/ui/webui/identity_internals/identity_internals_token_revoker.cc',
1621 'browser/ui/webui/identity_internals/identity_internals_token_revoker.h',
1618 'browser/ui/webui/inspect_ui.cc', 1622 'browser/ui/webui/inspect_ui.cc',
1619 'browser/ui/webui/inspect_ui.h', 1623 'browser/ui/webui/inspect_ui.h',
1620 'browser/ui/webui/ntp/app_launcher_handler.cc', 1624 'browser/ui/webui/ntp/app_launcher_handler.cc',
1621 'browser/ui/webui/ntp/app_launcher_handler.h', 1625 'browser/ui/webui/ntp/app_launcher_handler.h',
1622 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1626 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1623 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1627 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1624 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1628 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1625 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1629 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1626 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1630 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1627 'browser/ui/webui/ntp/favicon_webui_handler.h', 1631 'browser/ui/webui/ntp/favicon_webui_handler.h',
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
2588 '<(SHARED_INTERMEDIATE_DIR)', 2592 '<(SHARED_INTERMEDIATE_DIR)',
2589 ], 2593 ],
2590 'export_dependent_settings': [ 2594 'export_dependent_settings': [
2591 '../components/components.gyp:dom_distiller_core', 2595 '../components/components.gyp:dom_distiller_core',
2592 '../sync/sync.gyp:sync', 2596 '../sync/sync.gyp:sync',
2593 ], 2597 ],
2594 'conditions': [ 2598 'conditions': [
2595 ['OS != "ios"', { 2599 ['OS != "ios"', {
2596 'sources': [ 2600 'sources': [
2597 '<@(chrome_browser_ui_non_ios_sources)', 2601 '<@(chrome_browser_ui_non_ios_sources)',
2602 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_interna ls/identity_internals.mojom.cc',
2598 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2603 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2599 ], 2604 ],
2600 'dependencies': [ 2605 'dependencies': [
2601 'browser_extensions', 2606 'browser_extensions',
2602 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2607 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2603 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2608 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2604 'common/extensions/api/api.gyp:chrome_api', 2609 'common/extensions/api/api.gyp:chrome_api',
2605 'debugger', 2610 'debugger',
2606 'installer_util', 2611 'installer_util',
2607 '../components/components.gyp:autofill_content_risk_proto', 2612 '../components/components.gyp:autofill_content_risk_proto',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
2957 }], 2962 }],
2958 ['OS!="android" and OS!="ios"', { 2963 ['OS!="android" and OS!="ios"', {
2959 'dependencies': [ 2964 'dependencies': [
2960 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2965 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2961 ], 2966 ],
2962 }], 2967 }],
2963 ], 2968 ],
2964 }, 2969 },
2965 ], 2970 ],
2966 } 2971 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/identity_internals_ui_browsertest.js ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698