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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1524423002: chrome://plugins Mojo-ification part 1/2, adding interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback Created 4 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/plugins/plugins.mojom ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('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 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2884 matching lines...) Expand 10 before | Expand all | Expand 10 after
2895 # crbug.com/422252 2895 # crbug.com/422252
2896 '../build/android/disable_gcc_lto.gypi', 2896 '../build/android/disable_gcc_lto.gypi',
2897 ], 2897 ],
2898 'conditions': [ 2898 'conditions': [
2899 ['OS != "ios"', { 2899 ['OS != "ios"', {
2900 'sources': [ 2900 'sources': [
2901 '<@(chrome_browser_ui_non_ios_sources)', 2901 '<@(chrome_browser_ui_non_ios_sources)',
2902 '<@(chrome_browser_ui_toolbar_model_sources)', 2902 '<@(chrome_browser_ui_toolbar_model_sources)',
2903 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/engagement/site_ engagement.mojom.cc', 2903 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/engagement/site_ engagement.mojom.cc',
2904 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2904 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2905 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/plugins/plugins. mojom.cc',
2905 ], 2906 ],
2906 'dependencies': [ 2907 'dependencies': [
2907 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2908 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2908 'common_net', 2909 'common_net',
2909 'debugger', 2910 'debugger',
2910 'installer_util', 2911 'installer_util',
2911 '../components/components.gyp:app_modal', 2912 '../components/components.gyp:app_modal',
2912 '../components/components.gyp:autofill_content_risk_proto', 2913 '../components/components.gyp:autofill_content_risk_proto',
2913 '../components/components.gyp:crash_core_browser', 2914 '../components/components.gyp:crash_core_browser',
2914 '../components/components.gyp:flags_ui', 2915 '../components/components.gyp:flags_ui',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
3333 ], 3334 ],
3334 'sources': [ 3335 'sources': [
3335 '<@(chrome_browser_ui_non_mobile_sources)', 3336 '<@(chrome_browser_ui_non_mobile_sources)',
3336 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3337 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3337 ], 3338 ],
3338 }], 3339 }],
3339 ], 3340 ],
3340 }, 3341 },
3341 ], 3342 ],
3342 } 3343 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins/plugins.mojom ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698