| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |